Hello all,
I'm working with XP home and XP pro
In VFP9 and XP Home, when I try to add a form to my project , all the forms are shown in alfabethical order, in VFP9 with XP Pro they are shown in order of last opening.
How can I get an alfabethical order in XP Pro?
regards
Paul
Hello,
after a crash of my *.jpx file I restored the problem and everything is working until I try to make a BUILD but I have an error
....reportpreview\images\wwrite.ico is not a table
the build process is stooped
wath can I do?
regards, Paul
Hello all,
I'm using the following code to register my app on an users computer:
#DEFINE HKEY_LOCAL_MACHINE 2147483650 && (HKEY) 0x80000002
#DEFINE SECURITY_ACCESS_MASK 983103 && SAM value KEY_ALL_ACCESS
DECLARE RegCreateKeyEx IN ADVAPI32.DLL...
Hello All
I have a list with employees and for each there is a foto
I want to build a list containing the foto + a text with his name etc
How can I build it and print it out?
regards paul
Hello,
I'm building a genealogical program in VFP9. One of the reports is giving the descendance of a given person with text and picture's concerning the person and his descendants. The report is buidlede very quickly but there are big blank zones between the items. How to avoid this?
Can we...
Hello all,
Following code is working correctly:
jaar = YEAR(DATE())
maand = MONTH(date())
dag = DAY(DATE())
uur = HOUR(dateTIME())
minuut = MINUTE(dateTIME())
opslagstam = "STAMOP"+(naamdb)+ALLTRIM(STR(jaar))+ALLTRIM(STR(maand))+ALLTRIM(STR(dag))+ALLTRIM(STR(uur));
+ALLTRIM(STR(minuut))
SET...
Hello,
When I try to open a table with 18 records, sometimes I got the message EOF/18. If I use
If EOF()
go top
browse
endif
the browsewindow shows an empty table with eof/18
what can I do to have my table with the 18 records?
reagrds
Paul
Hello All
I have a table with 3 fields: firstname c (50), lastname c (50) and birthdate d(8)
I want to order the table first on birthdate, then on lastname and then on firstname.
How to manage it correctly?
Regards, Paul
Hi all,
I want to delete an entire folder containing a database with his files and other files in one time and remove the name of the folder.
thanks
Paul
Hello,
I'm using Modify File to see any type of file, but I want to have the Modify File window directly maximised by opening. How to manage It?
regards, Paul
Hi all,
I hav a form with 2 command buttons
The first ( the second is not visible at this moment) allows me to start an external programm using following code:
DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin,STRING cAction,STRING cFileName,STRING cParams, ;
STRING cDir,INTEGER...
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.