Hi,
What is the maximum amount of fields I can create in a cursor use the CREATE CURSOR command? I need about 400 fields if that is possible.
Thanks,
Razzle
Hi,
Is there any way to advance the cursor to the next line in a datagrid after the user has left the last field from the current line they are entering in? Currently the cursor just goes to the first field in the same line that they are in. It just adds an extra step for the user...
Hi,
I have a VB windows form using VS2005 that calls the MS Word object to spell check a multiline textbox on my form. The spell check works fine, however after the text is returned back to the textbox it combines all the paragraphs together and displays a carriage return character...
Hi,
How would I create a CR that is 2 pages for each record. For example, I have a medical form that is 2 pages long per individual. At the moment I have created 2 seperate reports, 1 for each page. And I then print them seperately. But it would be better if I could create 1 report that...
Hi,
I have never had trouble passing values to Crystal Reports in the past, however for some reason none of my code that passes parameter values to Crystal Reports is working anymore. The only difference in my applications is that I recently converted them to VS2005 from VS2003. But I do...
Hi,
I need to create a report that has just 1 field in the summary band of the report (or report footer) that is a sum based on an expression like IIF(MyTable.MyField = True, 1, 0). There is no detail band,group band or and other fields. Just a summary field at the end of the report...
Hi,
Is there any way to sort a dataset table in code so that your Crystal Report will recognize the sort order. I realize that you can group the data in CR but this will not work for this report. I need it sorted in code before it is passed to CR. Or if this cannot be done can you sort...
Hi,
How do you create a many-to-one or one-to-many relationship in a dataset. I have this code
' Get the DataColumn objects from two DataTable objects in a DataSet.
Dim parentCol As DataColumn
Dim childCol As DataColumn
' Code to get the DataSet columns...
Hi,
Is there any type of command window that you can enter code like this..
Math.Round(3.45, 1)
and then have it show the result like...
Returns 3.4.
Just wondering. Because this would allow me to test my code before I apply it to my application. Other wise I have to code it in my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.