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 Mike Lewis 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: foxuser20
  • Order by date
  1. foxuser20

    Call a formset from another form

    i used this to call any form do form c:\folder\form.scx and to pass a value: form.text1.value= "value" but since form.scx is a parent formset, im getting the error: "object form is not found." in this line: form.text1.value= "value" i think im missing something here..
  2. foxuser20

    connot find the bilder program

    im modifying the column of a grid in a form through right click->builder but the errors shows:connot find the bilder program how to fix this?
  3. foxuser20

    Value comparison problem

    i got it working but without this code... OR tor_table.scode = ALLTRIM(auto_table.pre2) any other options plz?
  4. foxuser20

    Value comparison problem

    actually this is my code: LOCATE FOR id_no = thisform.txtId_no.Value AND tor_table.scode = ALLTRIM(auto_table.pre1) OR tor_table.scode = ALLTRIM(auto_table.pre2) AND VAL(tor_table.grade) < 3 IF FOUND() MESSAGEBOX("Pass") ELSE MESSAGEBOX("fail") ENDIF is there wrong in my conditions?
  5. foxuser20

    Value comparison problem

    if val(tor_table.grade) > 3 && where grade field is a character so i put the val() to convert it messagebox("grade failed") else messagebox("grade pass") endif and when the value of grade is 1, the popup message is the 1st messagebox. am i doing wrong on the code, if so pls help
  6. foxuser20

    change backcolor of records in grid

    here is example grid table column 1 | column 2 | --------------------- 1 | data 1 | 2 | data 2 | 3 | data 3 | 4 | data 1 | 5 | data 3 | what i want is that 2 data 3 will be highlighted with red backcolor and data 1 with blue color and the others...
  7. foxuser20

    run a prg file every monday

    hello guys.. how to do a prg file in vfp once in a monday only. or in other words, if the program is open in monday then the prg will be executed once. my problem is when the user reopens the program on the same day, the prg will again be executed. what i want is that the prg will run only once...

Part and Inventory Search

Back
Top