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 joinme

  1. joinme

    On Local Resume Next

    Sorry, typo I meant "On Error Resume Next" & "On Local Error Resume Next"
  2. joinme

    On Local Resume Next

    Hi, What is the different between "On Error Resume Next" and "On Error Resume Next" ? Thanks.
  3. joinme

    What version of SP, 3 or 5?

    Thanks Missingling. I can't see the SP version on the splash screen or Help/About...
  4. joinme

    What version of SP, 3 or 5?

    Hi, How can I find out what version(3 or 5) of SP do I have? If I want to update the SP from 3 to 5, where can I get it? Many thanks. joinme
  5. joinme

    Program Distribution

    Hi, We got an installation file from the consultants. I know it's done by using InstallShield but how could they put all the files into a single exe file like that. Does anyone know how? Much appreciated.
  6. joinme

    Database Access

    Great! Thank you foada.
  7. joinme

    Database Access

    And how can I add records to that Table?
  8. joinme

    Database Access

    Thank You.
  9. joinme

    Database Access

    Thank You.
  10. joinme

    Database Access

    Hi, Can someone show me how to open an access table using ADODB ConnectionString? Many thanks. JM
  11. joinme

    Hi, I'm new to C. Can anyone sho

    I found the answer: Exit (main()); //this will exit the current funct & return to main best, JO
  12. joinme

    Hi, I'm new to C. Can anyone sho

    Thanks bigtamscot! Your sample code work great! I have another question: In a void function, I want to do some error checks, if the condition is failed, exit the function. I use 'return 0' to exit function but it give me the warning. I guess return 0 only works for non-void function. In VB if...
  13. joinme

    Hi, I'm new to C. Can anyone sho

    Help! void stringcheck(*arrayname)-->err: missing ) before * { ...my code }
  14. joinme

    Hi, I'm new to C. Can anyone sho

    Thank You !
  15. joinme

    Hi, I'm new to C. Can anyone sho

    Hi, I'm new to C. Can anyone show me an example of passing by refereence? The passing param is a string of 50 in length. Much aprreciate that. -JO

Part and Inventory Search

Back
Top