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!

Recent content by jhonny03

  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

Part and Inventory Search

Back
Top