Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The wrong parameters were passed to the converter. Help!
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00171556
Message ID:
00172810
Views:
50
Brenda,

Here's rough untested code off the top of my head
n = adir( laFiles, "*.frx" )
for i = 1 to n
   modi repo laFiles[i,1] nowait
   keyboard {ctrl-w}
endfor
>As for your first suggestion, to programatically open each report. I am confused. How would I programmatically open each report? My code is "modify report rname". That is when I get the converter error message. How else would I open the report to convert? I think you are suggesting running a one time conversion program, but what would be the code in the conversion program?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform