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 Shaun E 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: engan
  • Content: Threads
  • Order by date
  1. engan

    Report Field Move Up

    Hi all, I need to create a report which might look like this : Name : XXXXX Address : XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX City : XXXXXXXX Country : XXXXXXXX If the address is only 2 rows then city and country will move up 2 Rows (Label and field will move...
  2. engan

    sql statement ?

    Dear All, I am trying to write a select statement with the following situation : Table1 (Order.dbf) Table2 (Customer.dbf)(For Customer and Agent) OrderNo C12 IDCust C12 IDCustomer C12 IDName C30 IDAgent C12 I want my sql result to be OrderNo IDName IDName...
  3. engan

    dsn on winxp

    Hi all, I try to create a system dsn (odbc for sql2000) on my win xp but it failed. I got an error message like this : connection failed sql server error 18452 user not associated with a trusted sql connection I already setup user account and login account on my win2000 server and sql 2000...
  4. engan

    column grid shifted

    Hi all, I Have a Grid with 2 columns. When I Press the Right Arrow key, my first column disappears. My 2nd column is shifted to the left and I got 3rd column with blanks. Is There a way to avoid my 2nd column being shifted so that When I press right arrow key nothing happen. I am using vfp8...
  5. engan

    lost install new font

    Hi all, I lost my install new font from the file menu (font window). Is there a way to make install new font menu appears again. I use win98 second edition Thanks Eng An
  6. engan

    Close window msdos

    Hi, I like to close window msdos automatically. Is there a way to close window msdos program from vfp. here is mycode dosShell = CREATEOBJECT("wscript.shell") dosShell.Run(dosCmd,1,.t.) where dosCmd is my dos program when the program finish executing, the window is still...
  7. engan

    Passing Array to a function ?

    Hi all, How do I pass an array to a function ? here is my code : LOCAL ARRAY myarray[15] myudf(myArray) FUNCTION myudf(myarray) myarray[1] = 12 myarray[2] = 15 ENDFUNC When I compile it , I got an error message. It says cannot find myarray. Eng An
  8. engan

    fieldget function in vfp ?

    Is there a function in vfp to get the data from a field based on the field position instead of the name of the field. for example my field is : idnumber c 5 name c 30 balance1 n 17 2 balance2 n 17 2 balance3 n 17 2 fieldget(1) it will get the first field (idnumber) fieldget(2)...
  9. engan

    NIC ID from vfp

    I need to find Network Interface Card (NIC) ID from VFP. Is there any function that I can call. Eng An
  10. engan

    reset LASTKEY()

    How do I reset the value return by lastkey() function ? Here is sample code : IF lastkey() = 24 here I will reset the value return by lastkey() so the next time lastkey() will not return 24. ENDIF Is There a function like SETLASTKEY() ? Eng An
  11. engan

    refresh form from another form

    I have 2 forms ( form a and b). How do I refresh form a from form b ? Eng An
  12. engan

    report preview in full screen problem

    hi, does anybody know how to do full screen report preview ? I use ctrl+f10 to expand to fullscreen but when I execute the second time, it won't display full screen. here is my code : KEYBOARD "{CTRL+F10}" CLEAR REPORT FORM MyReport.FRX PREVIEW NOCONSOLE EngAn
  13. engan

    combobox in vfp7

    Hi, Does anyone know to set combobox property ? I have a table with numeric datatype but on combobox I want to show it the content of the numeric field with words. For example : 1 for Car 2 for bus 3 for airplane so when it shows on the combobox it shows...
  14. engan

    white background behind form

    Does anyone know how to eliminate this white background ? whenever I move my form to different area there will be a white background appearing at the old position of the form (just a blink) and then disappear. I use VFP 7.0 EngAn
  15. engan

    Problem after installing bootmagic 7

    Hi, I have a problem accessing my secondary harddisk after installing BootMagic. My first harddisk has win98 and my second harddisk has winme. Before I install bootmagic I can see my second hardddisk as D drive. After I install bootmagic I cannot see my D drive even After I uninstall bootmagic...
  16. engan

    chinese/korean download file

    Does anyone know where I can download file for multilanguage support (chinese/korean etc) in ie 5.5 . I can download it using window update but It will install right away. If I have 10 workstations that I need to update, then It will take alot of time downloading the same language for 10...
  17. engan

    printing in vfw 7.0

    Hi, I have some problem printing in vfw. It seems that the output is printed after I close/Exit My Application (EXE). Here Is my sample statement : SET DEVICE TO printer SET PRINTER ON SET PRINTER FONT 'Courier',14 STYLE 'BI' @PROW()+1,1 SAY 'Test First Line' @PROW()+1,1 SAY 'Test...
  18. engan

    config.sys in winme

    Does anybody have an idea how to add statement in config.sys using winme. I try to put statement files=200 but winme keep deleting the statement when I restart ? Brgds Eng An
  19. engan

    Browse dbf file with more than 64 field using dbu

    Does anyone have dbu.exe that can edit more than 64 field. I have dbf file with 80 fields. But when I browse it using DBU I can only browse the first 64 field. Any idea ? Thanks Eng An
  20. engan

    print small font using clipper

    hi, does anybody know how to print small font around 5 - 6 points from clipper program using epson dot matrix ? Thanks Eng An

Part and Inventory Search

Back
Top