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
Mike
The code is embedded in my main program
I can start the app 10 times without error and sometimes an error occurs
Idon't have variables for Display and Result
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 Mike,
I browsed the table, there are 21 records, no one is empty,I controlled the memofields.
It is allways after the first child that there is a blank line, or a blank zone if the person is print in the lower ththird quarter of the page.
Regards, Paul
Hello all,
'Remove line if blank' and "Print when" statements are helping a lot, but for an unexpectable reason some blank zones persist.
In my table I removed all hard returns at the end of the text lines or memofields.
An example:
Father
1 John
born 1.1.2000
2 Suzan
born 15.9.2001
3...
Hello Craig,
I give you an example:
Father x Mother
Childs:
1. John
2. Mary
3. Elisabeth
Between the names of the children there are sometimes 4 tot 5 cm of blank space. And there is no system in it!!!
If you want I send you a report so you can try 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...
Hi all,
I have no more problems with the following code:
let = JUSTDRIVE(GETENV("SystemRoot"))
jaar = YEAR(DATE())
maand = MONTH(date())
dag = DAY(DATE())
uur = HOUR(dateTIME())
minuut = MINUTE(dateTIME())
opslagstam1 = (let)+"\"+"STAM_OPSLAG"
SET DEFAULT TO &opslagstam1
opslagstam2 =...
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 Boris,
I used your code to find the folder "Movies". It was working fine.
But MOVIES can be a folder or a subfolder in more than one folder
Your code returns the first time MOVIES is found, I need to have a list with al the folders containing MOVIES.
How can I manage it?
regards,
Paul
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
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.