Hi,
I have a *.db file, inside are fields id(int) name1(string) name2(blob binary). Both "values" (name1 and name2) are the same, first in pure text, second in hex.
The problem is where I try add or modify data via SQL command. UPDATE in name1 is OK, but in name2 is failed.
I have a question...
Yes, I know :-)
Second way is check if backup file exist, open it, and copy line by line datas from source file, but I looking for easiest method. I know that is possible, but I don't know how :-)
this is piece of my code:
plik0 = "pool"
plik1 = "polln"
nazwa = 'backup/'+dtos(date())
COPY &plik0 + &plik1 &nazwa
DELETE FILE &plik0
FCREATE(plik0)
plik0 - file from my device,
plik1 - some test file.
But this not working :-(
Hi
My device generated data.txt file.
When I generate the report, I moving data.txt to backup\'dtos(date())'.txt file, and clearing data.txt.
In this moment I have:
1. Report from device,
2. backup file in another folder,
3. Clear data.txt - which wait for new datas.
When I do it only once by...
OK It's working.
But I have other problem now.
My application starting from project is working good, when I want the printer button is visible, in other times is not. - OK
But when I'm starting this from *.exe, I never see this button. Why??
HI
I have a similar problem.
I would like to give rights to print to one group of users,
and other only to preview.
One methods is FAQ184-1933 to programic change the righs (appear and disappear the printer icon), but on this line:
Use foxuser.dbf Exclusive
I still see a announcement: File is in...
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.