Hi Friends,
Am using vfp6 on a win98 box. A network printer Samsung L5120 is installed as default. Whenever I preview a report with REPORT FORM PAYSLIPS PREVIEW works fine. After this an attempt to invoke any commands like DO FORM ... just hangs the computer. I have to coldboot.
It's like...
Hi Friends
(VFP6 Win98)
If I wished to process a table using fox's native way of processing, I would do something like:
Select stocks
go top
Do While !Eof()
Replace qty with qty + 3
Skip
EndDo
How will I accomplish this if am using Sql pass through
against say Access DB/MSSQL etc...
Hi Friends,
{VFP6 win98} (I am not on a network)
I have quite a weird scenarion here. I really need help.
I have a table gltranfi.dbf in a database accdbc.dbc.
The app so far has been updating this table without any problems. Now you post an insert and the tableupdate() returns true but a...
How r you brethren?
I have reported this before but I hope you will bear with me. I seem to have a problem with updates to tables. I am buffering them
then
do my changes
then
run a program which saves the changes for all tables with a "dirty buffer".
So far everything is okay (Triggers fire...
Hi friends,
I have several tables where the uniqueness of a record
is only guaranteed by compining two or more fields eg.
the General Ledger monthly account balances will have a field ACCOUNT_CODE with ACCOUNT_PERIOD combined to form a primary key.
Are there any known trade-offs with such an...
Dear Friends
I wish to enforce a field rule on inventory [stockf.dbf]file. the file has stock code,stock description and stock category. The entry made in the the stock category must exist in a [st_cat]-categories table.
How would this be done using the SET CHECK caluse in ALTER TABLE-SQL...
Hi all,
I have quite a peculiar problem. Maybe somebody can help me out.
I have in my app compined both Buffering (5) and Transactions to help me either save everything or nothing
in the event that something goes wrong.
This works fine for other errors like locked records/files
etc.
But of...
Hi Friends,
(May be not the best forum, but...)
I have been using VFP for the last 9 years but unfortunately
due to it's stability & reliability, I have not bothered to know any other language. Most guys would know at least 2 to 3 languages well enough.
My question is: from your experiences...
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.