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

    Record is out of range

    plz help me on this error.. here is the part of my code with the error "record is out of range" IF nPos > 0 GOTO (nPos) ENDIF tnx in advance...
  2. jhonny03

    count records in a table

    how to get the total number of records in a table and displayed on a label.. tnx
  3. jhonny03

    Color picker problem

    i have problem on color picker which is when cancel was press the chosen color was white..it is maybe that is the default color.. what i want is that when cancel was pressed then no changes on the current color chosen.
  4. jhonny03

    Report preview problem

    i hide the screen on background and set my forms as top level form.. now when i preview a report, the size of the preview report fits on the size of the form currently open.. is there a way to preview report outside that form? tnx in advance
  5. jhonny03

    Textbox in form problem

    I have this textbox and combo box which is disabled. when a command button is pressed the two controls are enabled..but when after selecting my choice in the combo box, the textbox is not clickable or it is like being disabled.. here is my code in the lost focus of my bombo box: SELECT...
  6. jhonny03

    Filter date and time

    how to filter this: November 15, 2015, 8:03:12 AM im trying to use this: set FILTER TO utype_table.time=DTOC(thisform.olecontrol1._Value) but this is to filter for the month only.. tnx in advance
  7. jhonny03

    Hide table in vfp

    Is there a possible way to hide tables after program is installed in drive C? my reason is for the password of users are seen there if thy are opened.. or is it encryption is the best way?
  8. jhonny03

    Login code problem

    here is my code in my login form: LOCATE FOR Username = ALLTRIM(thisform.txtuname.value) AND utype = ALLTRIM(thisform.combo1.DisplayValue) IF FOUND() If alltrim(thisform.txtuname.value)= alltrim(Username) AND ALLTRIM(thisform.combo1.DisplayValue) =ALLTRIM(utype) AND...
  9. jhonny03

    Print preview problem

    after i hide the background screen of program, and when i run a form then print preview a report, the size of the print preview only fits on the size of the form which i executed. how to solve this..plz help..tnx

Part and Inventory Search

Back
Top