User Profile
Collapse
-
I guess Application.Sta rtupPath will solve your problem... -
Hi myanmaraladin,
You can use a nested if-else statement or a select case. Under the SelectedIndexCh anged event of your combobox1 (assuming this is your list of categories) try this:
Code:if combobox1.Text = "Action" Then combobox2.Items.Clear() combobox2.Items.Add("Action Movie 1") combobox2.Items.Add("Action Movie 2") combobox2.Items.Add("Action
Leave a comment:
-
How to get the value of the total summary of crosstab in crystal report?
Hello World!
I got stuck with my program and I can't figure it out by myself. I have a problem in getting the total summary of my crosstab. Here's my sample report.
As you can see on my report, you will notice that I set the Section Footer (it is not visible here) to Suppress (No Drill Down). Here's my formulaCode:if {creditmemo_list.CreditReturn}="Yes" then true else
-
Would you like to post your sample codes here so we can analyze waht your problem is? Just double check your update query
Rey SeanLeave a comment:
-
From the word finally itself, It still executes the statement even when there is an error occured in a catch block.Leave a comment:
-
How to pass 2 queries to 2 different crosstabs?
Hello World!
I have 2 crosstabs on my crystal report. My crosstabs are using only one table. But, I want my second crosstab to retrieve only distinct values. Is this possible? If not, my other option is to create another query (Views) to retrieve only distinct values and call both tables but I don't know how to pass 2 tables to the crystal report. Actually my 1st crosstab works fine but my second crosstab don't show my expected... -
After a series of exploration on how to do it. Finally, I solved my problem. I'm going to share the solution sooner. :)Leave a comment:
-
-
Moving cross tab on Crystal reports dynamically
Hello World!
I have to move the 2nd crostab at the end of my 1st cross tab, is this possible? I'm really stuck I really have no idea on how to do it. Both crosstabs are different tables.
Rey -
Hi Hello Welcome to bytes.com. I'm sure you will love this community. Good day! -
How to print the details section of the crystal report?
Hello World!
I have reports (receipts, invoices, etc) created in crystal report and they are working fine, but my client has a pre-printed reports and he wants all the details of the report to be printed on his pre-printed reports and viewing of reports in the application should be exactly with the printed reports. I am thinking about Surpass property of my report's boxes, lines, etc. but I don't this is not the solution. Is it... -
Your access database resides in C:\ drive so you should deploy it also in that directory.
If you to make it more dynamic, see this related article
Rey Sean...Leave a comment:
-
Hi
An if-else or select statement will solve this problem.
Rey SeanLeave a comment:
-
-
Use Application.Sta rtupPath or Application.Use rAppDataPath
Instead of using the old vb Shell, try it in .net
Code:System.Diagnostics.Process.Start()
Rey Sean...Leave a comment:
-
Type Mismatch
It seems like you are trying to insert an invalid value to your column. For example, inserting char or varchar value to a double or integer type. Check your columns' datatype.
Rey SeanLeave a comment:
-
-
You need to declare APIs for that.
Code:Private Declare Function EnumDisplaySettings Lib "user32" Alias "EnumDisplaySettingsA" (ByVal lpszDeviceName As Long, ByVal iModeNum As Long, lpDevMode As Any) As Boolean Private Declare Function ChangeDisplaySettings Lib "user32" Alias "ChangeDisplaySettingsA" (lpDevMode As Any, ByVal dwFlags As Long) As LongPrivate Declare Function ExitWindowsEx Lib
Leave a comment:
-
Or you may also tryCode:On Error Resume Next
Rey SeanLeave a comment:
No activity results to display
Show More
Leave a comment: