Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An exe file to browse.
Message
From
20/09/2007 16:51:59
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
 
 
To
20/09/2007 16:45:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01255670
Message ID:
01255849
Views:
20
>Thanks Al. I have got a coammand prompt program which works fine. In eighties, I made a database browse program (brw.exe) using clipper where I used to type in BRW CUSTOMER at the dos command line and the program used to open customer.dbf in browse screen. Can this be done from Fox8 or Fox9??

Sure - as others have said, make a tiny MyBrowse.EXE like
LPARAMETERS TableName

USE TableName
BROWSE
then you can call it from a CMD window with
MyBrowse MyTable
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform