Hi experts,
As in windows style I would like to modify the DOS program to make it calculates automatically the TOTAL when finishing to enter the QTY or PRICE for each line.
More precise I don't want to use F9=Calculate key.
Is there any solution or because the limitation in DOS style.
Please...
hi Dave,
Thanks for helping me by providing the codes.
I don't know how to apply your procedure into my actual codes.
Please help
***** here is my code *****
Clear
@ 4,1 say "PIN:" color gr+/b
@ 4,6 GET mPin PICT "XXXX" valid CHK_PIN(mPin)
@ 4,20 say "Nb. labels:" color gr+/b
@ 4,39 GET...
hi everyone,
I know that has existed a function or procedure that allows to hide or replace with * when user types in. I don't remember what's thread number.
example:
Enter your PIN: **** (4 digits)
Here are my source codes:
@ 1,1 say 'Enter your PIN:'
@ 2,30 get m.PIN valid...
hi DSummZZZ,
Finally, I found the solution in the printer manual.
the PCL command is:
??? chr(27) + '@' && Reset printer
Report form sale noeject off to printer
thanks
Hi everyone,
I define the invoice.frx to print only a haft of the page 8 1/2 x 11 and send to the printer by using:
command Report Form invoice to printer.
The invoice prints very well in every half of page (33 lines) when printing continuously another invoice.
I define the Sales.frx to...
Hi everyone,
My application is written in FoxPro for DOS v2.6a and running under XP home networking with a router/5 ports (1 sever + 2 clients). I developped a new function that allow to print the label on the sharing printer LTP2.
On the client1 I added a parallele printer card LPT2 and...
hi everyone,
I know that has existed a function or procedure that allows to hide or replace with * when user types in. I don't remember what's thread number.
example:
Enter your PIN: **** (4 digits)
Here are my source codes:
@ 1,1 say 'Enter your PIN:'
@ 2,30 get m.PIN valid...
Hi everyone,
I would like to schedule an other dayend.APP to reindex my DBFs every night but sometime users forgot to quit the Account.APP from their workstation so the database is opened.
Do you know any solutions to solve this problem? What can I have to check for in my dayend.app, please...
hi guys,
Finally, it's worked.
Here are the codes:
Public mDrive
mDrive = substr(sys(16,1),1,3)
set default to &mDrive
Create table file...
set default to
thanks a lot ... you are the experts
FoxTech
Hi everyone,
I use SQL-Create table but if I don't specify the path so the file will be created in the current location by default.
My application runs under XP/Pro network with LinkSys router 5 hubs. The database is located in E: drive on Server
and the client 1 was mapped with server but is...
hi everyone,
How can I set century on in a permanent mode for each time running foxpro.exe? Do I have to add anything in config.fp?
I used to maintain the database and the problem is if I forgot to set century on before modifying, the date field show only 6 digits yymmdd instead of 8 digits...
Hi everyone,
I have a problem when my application was written in FPD2.6a Dos runs under win/xp.
To be able to run my application so I created a shortcut on the desktop, then put in the cmd line main.bat
main.bat has the line below
FOX -t -cc:\applications\config.fp c:\applications\sale...
Hi everyone,
My brother has XP home in his PC. Sometimes, he want me to access into his PC via modem 56k to do some works.
I installed the product PCAnywhere v10.5 in my PC and his PC. When I tried to connect into his PC, the modem answered correctly but onethinng blocked is XP firewall.
Do...
Hi everyone,
when I run a monthly sales's report and it takes a lot of time to generate data for the final results through several SQL-select.
The screen is freezing during the execution so I would like to display a progress bar to show that 25% ... or 50% done.
I saw that existed the progress...
Hi everyone,
Does anyone know that how can I put the cursor at the end of the @...get field automatically?
Example: I have a data entry screen like below
Fields:
Item no. -------n(6)
Description ----c(50)
Item No. Item Description
--------- ----------------------------------
123456...
Hi Cricket,
No I used Report form .... to file then in the text file generated on some pages the first line of PgHeader section didn't print on the next line.
I cheked then see no use of control code at all.
Why on some pages the line didn't print corectly?
please advise , thanks a lot guys...
Hi Rick,
Yes I tried with generic / text only printer drvier but I still have Data mixed-up in the *.txt file.
I want to sent you a txt file can I have your email address.
thanks a lot for your help!
Hi Rick,
You are right, I tested with file ASCII but it didn't work with FPD 2.6a . No text files generated at all.
Do you know any other solutions? please help
thanks guys
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.