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: *

  1. vbprogrammer

    Runtime error 13 Type Mismatch

    I don't use any external packages other than True DB Grid by Component One. This problem only occurs with certain data. I am new to VB and I'm sure I'm doing something dumb in the code. It may very well be a data type mismatch; it's just that it is impossible to trace, especially since it only...
  2. vbprogrammer

    Runtime error 13 Type Mismatch

    I only get this error when running the exe, not when running from within the VB environment. Can anyone tell me what would cause that? Also, how can I find the bad line of code? Using msgbox statements has failed to isolate it. Thanks.
  3. vbprogrammer

    Looking for code for website.

    If you explain in more detail, exactly what you want, I would be happy to program you a system for your classified adds, for a cheap price ofcourse ;) my e-mail : vbprogrammer_uk@yahoo.com
  4. vbprogrammer

    Trouble with the addnew and update methods of the data control...

    don't use the data control :P I've never used it
  5. vbprogrammer

    Vb Database Programming

    If you design the interface, I'll write the code for you with comments so you can learn it ;) my e-mail is vbprogrammer_uk@yahoo.com
  6. vbprogrammer

    Printing a form..

    try this Private Sub cmdPrint_Click() me.print End Sub
  7. vbprogrammer

    Printing a form..

    try this Private Sub cmdPrint_Click() frmMain.print End Sub
  8. vbprogrammer

    Download an ASP file?

    secure features of ASP's? I remember when all you had to do was add a full stop to the end of an asp file to download the asp file ;) that was one serious bug :P e.g. http://www.website.com/fools.asp. <--- note the full stop :P
  9. vbprogrammer

    html page problem!!!

    Don't use % use pixels!!!! websites look alot better using pixels!! :D create a website using % and the same website using pixels!! resize the browser, you will see what I mean ;)
  10. vbprogrammer

    &lt;FONT&gt; tag

    if this helps you out, please use it <style> .highlight {color:white;text-decoration:none} .highlight:hover {color:orange;text-decoration:underline} </style> <a href=&quot;blahblah.html&quot; class = &quot;highlight&quot;> HELLO </a>
  11. vbprogrammer

    asp &amp; sql

    hi. do any of you kind techies know of a good way to access adobd through sql &amp; vbs? my code, which doesn't work: dim oConn dim oCommand dim oRS dim strConnect Set oConn = New ADODB.Connection strConnect=&quot;Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial...

Part and Inventory Search

Back
Top