J
Jasper Recto
I have a little program that opens a progress database and runs a report.
Dim Path As Object
Dim Report As Object
Path = "d:\ReportBuilder\VendorShipping.p"
Report = Shell("""V:\PROGRESS\bin\prowin32.exe"" """ & Path & """", 1)
When it tries to run I get this error:
Error
**Your database name is longer than 11 characters.(448)
Any ideas on what this might be?
Thanks,
Jasper
Dim Path As Object
Dim Report As Object
Path = "d:\ReportBuilder\VendorShipping.p"
Report = Shell("""V:\PROGRESS\bin\prowin32.exe"" """ & Path & """", 1)
When it tries to run I get this error:
Error
**Your database name is longer than 11 characters.(448)
Any ideas on what this might be?
Thanks,
Jasper