Thank you gentlemen.
I know I provided a lot of information and it may have been missed from the title that I am using Foxprow 2.6, not VFP.
The reports are also not being created using the forms tool. The program literally establishes a TXT file and starts outputting data to the file (It...
...should print fine from FOX. Hoping someone has an idea. <fingers crossed emoji>
I hope I provided enough info.... Thank you!
PROCEDURE Print_it
* Print reports
*!
*! Called by: RptByDates (procedure in MA_PRINT.PRG)
*! : SkolsByRng (procedure in...
CHRISS!
That was it! the PIF file.
So, it was KILLING me because I swear there was a close on exit option and I checked the properties of the bat file... and a few other places. My eventual thought was that Win 10 took that away but your message about the PIF struck a memory... and its weird...
...here's what I know...
The program executes this bat file using the command RUN LM_BKUP.BAT
It executes the following
DEL BACKUP\BACKUP.ZIP
DEL *.BAK
DEL *.TBK
DEL *.ZIP
DEL *.TXT
DEL *.CSV
WZZIP BACKUP\BACKUP.ZIP C:\FOXPROW\USA\PPSMA\LM_*.*
The image shows file not found as it did not...
Sorry for the confusion... In a program, i am executing some commands that deletes files and also backs up files to a zip. When the command executes, the Run Command window opens as shown. This closes automatically when the command is completed in my Windows XP environment. In my Win 10 32 bit...
Hi Experts,
It's been a while since my last post but have several coming your way...
I have recently installed Fox 2.6 on a windows 10 32bit virtual machine.
in my new environment, I seemed to have a lost a setting where an inactive FoxPro Run Command screen would close automatically. Now I...
Thank you gentlemen. I'll have a look and try a few things. this happens mostly to me when I use my laptop screen and connecting via VPN. The actual screen size is bigger than my display and if I change resolution to see 100% of the screen, everything is tiny... therefore not practical. I can...
Hello and Happy New Year.
The display of msgbox() is appearing outside of the borders of the Foxpro shell (window) and I was wondering if there is a setting (possibly through config.fpw or similar) that I can control position of this box?
Thanks,
Joe
Not sure why it did not display but here it is... without using the code display feature here.
Thanks Kamran
SELECT Lm_pkage.cert_code, Lm_pkage.min_remain, Lm_em2cc.email;
FROM Lm_pkage, Lm_em2cc;
WHERE Lm_em2cc.cert_code = Lm_pkage.cert_code;
AND Lm_pkage.min_remain > 0;
INTO TABLE...
Hi Guys, me again, making trouble...
I am trying to create a file (.txt) pulling data from various Fox 2.6 tables. I realize the help you give is only as good as the info I give so I will do my very best...
Ultimately I want to to create a mini program with the proper SQL statements. For now...
HI Mike and Olaf,
For practice... i edited the prior post as Olaf suggested to correct my code posting. Hope I did it correctly!!
Thanks again.
P.S. I am not qualified to migrate to VFP but I am at least thinking that this may be a step I should investigate. Imagine it's easier to run on more...
Hi Mike, you are correct, it's the Replace line. Apologies. I edited my last post to include the code.
RE: Documentation: It's all at my dad's house however, I suspect I could find that on online. Next would be understanding it :) (Novice)
Hi Olaf,
Thanks so much for the detail, the explanation is very educational for me. I admit, I will have to read it a few times to let it sink in.. :)
I just want to make sure to remind you we are dealing with Fox 2.6 here. I took the code above and received a compile error.
Replace State...
...for me to run small programs within the application...
5. I received a compile error on line 9 Local lcEmptyValue (Unrecognized command verb.) It's * for now
6. Can you also verify the REPLACE Statement (Could it be REPLACE LM_STDNT.STATE WITH LM_STATE.STATE)
THANK YOU VERY MUCH
PROCEDURE...
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.