Cathy, you're a lifesaver. Your code worked perfectly. With your form and Dave's ReportSourceRouter, I finally have what the client wants. Thank you both ever so much.
Thanks Cathy for your input. I think this is a dll problem though. Dave, can you tell me where to get a copy of your dll. THe newest one I can find is 8.5.0.473
thanks Vidru, but the viewreport statement is still not doing anything. The code immediately moves to the next statement. no errors, no viewer, no nothing! I appreciate your help
My code is:
Dim crxApp As New CRAXDRT.Application
Dim crxRpt As CRAXDRT.Report
'Declare a ReportSourceRouter object
Dim MultiReport As New CRVIEWERLibCtl.ReportSourceRouter
' Open the report
Set crxRpt = crxApp.OpenReport(App.Path & "\PrtPicTkt.rpt")
' Clear any...
thanks virdru that's exactly what i want. My code now is:
Dim crxApp As New CRAXDRT.Application
Dim crxRpt As CRAXDRT.Report
'Declare a ReportSourceRouter object
Dim MultiReport As New CRVIEWERLibCtl.ReportSourceRouter
' Open the report
Set crxRpt =...
This is my code:
Dim crxApp As New CRAXDRT.Application
Dim crxRpt As CRAXDRT.Report
' Open the report
Set crxRpt = crxApp.OpenReport(App.Path & "\PrtPicTkt.rpt")
' Clear any saved data to force the report to read from the db
crxRpt.DiscardSavedData
' Set the...
can anyone tell me what's wrong with this syntax?
UPDATE tablename
SET tablename.vendorid = left(tablename.vendorid,3) + ‘V’ + right(tablename.vendorid,3);
The following statement is not working for me. I am getting a message that no such file or directory exists on the FTP filename(filenm). I have used this control before without difficulty, but not this time. Can anyone tell me what is wrong with this statement?
[ip address...
The following statement is not working for me. I am getting a message that no such file or directory exists on the FTP filename(filenm). I have used this control before without difficulty, but not this time. Can anyone tell me what is wrong with this statement?
[ip address...
I have been working with Exact tech support on this for a week with no solution. Maybe someone else has had this happen.
Pervasive SQL 2000i
Progression 7.6.200 (could be the problem right there)
When I sign in as supervisor and go to visual menu builder, I get the error message "Unable...
Below is a piece of code I wrote to execute a crystal report and export a character separated text file. I get no errors, but I also get no results. Any suggestions?
Private Sub cmdExport_Click()
Dim Result As Integer
Dim MainJob As Integer
Dim UseSameNumberFormat As Integer...
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.