Hi,
I have developed a Form Letter report in Crystal 8.5. I have the exact layout of the report designed and it works perfect on preview/print option. But when I export to file, I see additional columns, which I think were put by Crystal in a free-format form. I need to remove them from the...
Hi,
I found the solution to my problem.
Dim crxapp As New CRAXDRT.Application
Dim crxrpt As CRAXDRT.Report
Dim crxParameters As CRAXDRT.ParameterFieldDefinitions
Dim crxParameter As CRAXDRT.ParameterFieldDefinition
Dim Docket_no As String
Private Sub RunReport_Click()
Set crxrpt =...
Hi,
I am new to Crystal Report and VB. I am using Crystal Reports 8.5 and VB 6. I need help or sample code on how to pass a parameter value to Crystal Reports from VB.
Thanks
-V
Hi,
I am having the same problem as described by you. Were you able to find any solution to your problem? If so, could you please share that with me.
Thanks
-Vasu.
Hi
NULLS are stored in the database if they fall between columns which has data, with one byte to store the length of the column which is zero. If the null columns are in the trailing columns, then no storage is used. Based on this, I think there should be no difference between a NUMBER and...
Hi
The "Oracle8 PL/SQL programming" by Scott Urman from Oracle Press is a good book.
Also the Oracle Press site "http://www.osborne.com/oracle/
" has a lot of sample code to look at.
Thanks
Vasu.
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.