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!

Search results for query: *

  • Users: Debeast
  • Content: Threads
  • Order by date
  1. Debeast

    Very simple if you know but hard if you don't

    Hi there, I have some simple q's for anyone that does know about fortran . Unfortunately i do not :( My question are: Q1) What does 2.* varname mean? I understand its 2 times the variable but what is the full stop for/do? Q2) What does (Dabs(y/dy).lt.tol) actaully mean? Is dabs an array...
  2. Debeast

    Fiddling with Controls on Outlook (HARD)

    Hi All, I been browsing the forum a lot trying to solve this problem. As it's V tricky (well it is for me). Heres the Problem: --->How Can i Manipulate Controls in Outlook? <--- I want to Basically Grab mail from the Outbox and format it before it gets sent. I've been playing with SPY ++...
  3. Debeast

    Cursor error in my code :-(

    i get this error when i try to add a new record to a table in a mysql data base i haven't got a clue what it means :( -------------------------------- Microsoft Cursor Engine error '80040e21' Multiple-step operation generated errors. Check each status value. /signup2.asp, line 131...
  4. Debeast

    * Whats Wrong with this code ???

    any ideas why this returns no records when there are plenty to return <% '----open connection---------- Session.timeout = 5 Set conn = Server.CreateObject(&quot;ADODB.Connection&quot;) DSNtemp = &quot;DRIVER={MySQL};SERVER=demweb;UID=root;DATABASE=OCDEM&quot; conn.open DSNTemp Set...
  5. Debeast

    Creating Controls @ Run-time

    Hi ppl Am i right in thinking if you create a control using : form1.controls.add &quot;vb.listbox&quot;, &quot;LSTNAT&quot; you WILL NOT be able to use the events for that control? but if i use : Load LSTNAT i WILL be able to use the events? Nathan
  6. Debeast

    Global Error Trapping

    I know how Error Trapping works in a sub/function, but can you trap an error before it's returned to that sub funcion. What im trying to do is build one error handler that functions for my entire project without the need to call it from every sub/function IE : Sub Deathtopotatoes () Dim...

Part and Inventory Search

Back
Top