Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: paul1941
  • Content: Threads
  • Order by date
  1. paul1941

    XP HOme versis XP Pro

    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
  2. paul1941

    Problem with build

    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
  3. paul1941

    Problem with DLL

    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...
  4. paul1941

    Fotos+text

    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
  5. paul1941

    Reports in VFP9

    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...
  6. paul1941

    What's wrong with my code

    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...
  7. paul1941

    Find a folder

    Hello all, How can I know if a folder with the name 'Movies' exists on an users computer from within vfp9? regards Paul
  8. paul1941

    EOF()

    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
  9. paul1941

    set order

    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
  10. paul1941

    Delete a folder

    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
  11. paul1941

    Modify File

    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
  12. paul1941

    Notepad and VFP9

    Hello all I'm using Notepad for some reasons from VFP Is there a system to call Notepad, OPen, All files in one time? regards, Paul
  13. paul1941

    How to restart an application

    Hello all, For some reasons I have to restart an application Which code can I use after QUIT? Regards, Paul
  14. paul1941

    Using an external exe in a form

    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...

Part and Inventory Search

Back
Top