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 strongm 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
  • Order by date
  1. jhonny03

    Record is out of range

    tnx guys.. [smile]
  2. 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...
  3. jhonny03

    count records in a table

    tnx guys..really helpfull [smile]
  4. jhonny03

    count records in a table

    how about for a record field is equal to example "single"?
  5. jhonny03

    count records in a table

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

    Color picker problem

    ok thanks guys..
  7. jhonny03

    Color picker problem

    tnx mike.. another thing.. is there a possible way to dissable white color to be chosen by the user?
  8. jhonny03

    Color picker problem

    thanks for the reply guys.. is it possible to code it? getcolo() if cancel was pressed then gray color endif
  9. 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.
  10. 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
  11. jhonny03

    Textbox in form problem

    thanks vgulielmus.. its working now
  12. 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...
  13. jhonny03

    Filter date and time

    already converted it to datetime and i got an error "function argument,value or count is invalid" on the first line sir mike
  14. jhonny03

    Filter date and time

    sory sir..newbie here.. they are both character.
  15. 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
  16. jhonny03

    Hide table in vfp

    i thought sys(2007) can be decrypted.. what is the simplest and easiest way to encrypt password from the table..
  17. jhonny03

    Hide table in vfp

    tnx guys for the advice..i chose to use the SYS(2007) and my question is how to decrypt the password after being encrypted..
  18. 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?
  19. jhonny03

    Login code problem

    tnx for your reply.. I got the solution to my problem and it was the data on my table.. it was me being careless..by the way thanks..
  20. 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...

Part and Inventory Search

Back
Top