I have tried other where clause for REPORT FORM such as "PREVIEW WINDOW MyWindow" and I still have error with it (Refer to attachment Error NO.1645)
No idea what went wrong : (...
REPORT FORM HOME()+'TOOLS\FILESPEC\90FRX.FRX' PREVIEW
MESSAGEBOX('finished')
How do I insert this block of code into my current code?
I do not have the file 'TOOLS\FILESPEC\90FRX.FRX' available ...
Hello Chris Miller,
Below is my current code that is not working in my application
SORT ON Prodcode TO MYTABLE1
USE MYTABLE1
REPORT FORM rptsinv1_summary.frx PREIVEW NO WAIT <<< (Return an error message "Report contains a nesting error")
USE IN MYTABLE1
ERASE MYTABLE1.dbf
ERASE MYTABLE1.fpt...
Hello Chris Miller !
I just tested out your code in my application, it delete the files but it deleted the file too quickly which caused missing table when I attempt to preview the report ....
Is there a way to only delete the MYTABLE1.dbf file after I exit from the preview report screen...
bump for help !https://files.engineering.com/getfile.aspx?folder=1e0b772d-2ad6-4bc9-8cef-d6bb6defa3fa&file=WhatsApp_Image_2021-06-15_at_9.25.20_AM.jpeg
Hello Chris Miller,
I noticed that there is no .dbf tables file from my application folder, I'll assume the .dbf tables is embedded into my .exe application and will only be loaded whenever I proceed to preview the reports in my application. (Refer to attachment)...
I'm currently working on a .frx report that shows the result as below
Prodcode
ITEM A
ITEM B
ITEM C
ITEM B
Now I want the records to be sorted in ascending order, hence I created a .prg file with the code as below
SORT ON Prodcode TO MYTABLE1
USE MYTABLE1
Whenever I execute this .prg file...
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.