Hello all,
I am using the codebook framework and have added a menu item print, just like the regular VFP ide print. The problem is that I do not know the command to execute in the menu to print. I have tried to use SYS(1500,'_MFI_SYSPRINT','_MSM_FILE') to no avail since it will not work from within my frame work. What I am basically trying to accomplish is writing info to a log file and then opening the log file via modi command <logfile> at this point I want the user to be able to select print and print out the file if they would like.
TIA,
Lou
I am using the codebook framework and have added a menu item print, just like the regular VFP ide print. The problem is that I do not know the command to execute in the menu to print. I have tried to use SYS(1500,'_MFI_SYSPRINT','_MSM_FILE') to no avail since it will not work from within my frame work. What I am basically trying to accomplish is writing info to a log file and then opening the log file via modi command <logfile> at this point I want the user to be able to select print and print out the file if they would like.
TIA,
Lou