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

    Simple progress bar

    Hello, How can I make a simple progress bar? Cheers! Imox
  2. imox

    Delete rows and Drop FREE table

    Hello CREATE TABLE temp FREE (idpr i(10)) INSERT INTO temp (idpr) VALUES (232323) INSERT INTO temp (idpr) VALUES (78979) INSERT INTO temp (idpr) VALUES (3865678) DELETE FROM temp WHERE idpr = 78979 SELECT * FROM temp INTO CURSOR cur SCAN MESSAGEBOX(idpr) ENDSCAN In this example the row...
  3. imox

    write file with UTF-8 encoding

    Hello, I write my txt files with FCREATE, FWRITE .... how can I write the file with UTF-8 encoding? Thanks
  4. imox

    Var in SQL

    Hello, SELECT * FROM table; WHERE table.column = "value" how can I set the operator '=' in a variable?
  5. imox

    Variables not found in compile version

    Hello, then I open the form in the developer view it works fine but when I make a build and run this my stuff not works ;( What I have todo for the build that all works?
  6. imox

    ListBox with "key value"

    Hello, I tried to create a ListBox with a Key, Value pair but it will be not work ;( Can somebody give me an example for it? I want set only text and I want see only the value in the list.
  7. imox

    Copy internal files

    Hello, I can add files to my FoxPro projekt. It is possible to copy this files out of the projekt e.g. by using a form? Thanks p.s. sorry for my many questions but I'm new
  8. imox

    Call a function in another programm

    Hello, with DO can I call a procedure or function in another program, but when I call a function do not get back anything. It is possible to do it? Thanks Imox
  9. imox

    check if is a String

    Hello, how can I check a variable if is a String? Normaly it is very simple but not in foxpro ;) Thanks a lot ;)
  10. imox

    sql statement from database

    Hello, I currently learn foxpro, because I have to adapt an old program. My question is how I can get a statement from the internal foxpro databse. I need the data in a programm code. Thank you Imox

Part and Inventory Search

Back
Top