******************************************************************************************
*
* Run the command from the Edit>Commands window.
* The command will create an ".XLS" file in the same directory as the database you're * running it on.
*
COPY TO forceext(dbf(),"XLS") type xls
*
******************************************************************************************
Export to the same path as the currently open database
Moderators: Steve, Terry, Donna, Dave, Eric, MartyH, Kristen, Chrissy, Geoff, Vince
Export to the same path as the currently open database
Chat with an AccuZIP6 technician weekdays from 7-4 PST with AccuZIP6 Live Online Support
How to export an .xml file with a command
How to export an .xml file with a command
Code: Select all
SET SAFETY OFF
CALIAS="C:\"+FORCEEXT(FORCEEXT(JUSTFNAME(DBF()),"")+"_OP","XML")
CURSORTOXML(ALIAS(),CALIAS,1,512,0,"")
Chat with an AccuZIP6 technician weekdays from 7-4 PST with AccuZIP6 Live Online Support