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 SkipVought 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. Debeast

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

    Just in case anyone else ever needs this .LT. = Less than Dabs = an intrinsic fortran function problem solved woot /n
  2. Debeast

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

    Thanks :) q1) i think is sorted and the . after 2 indeed means its a real number :) q2) been looking through manuals but am still at a loss :( Shall look through this one too. Anyone elses help would be great thanks /n
  3. 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...
  4. Debeast

    Delete Excel Sheet

    Thanks for that really helped me out too :)
  5. Debeast

    Datagrid columns widths

    I found out after a looooooooooong time here you go: Dim DGStyle = New DataGridTableStyle() DataGrid.TableStyles.Add(DGStyle) DGStyle.MappingName = "yourtablesnamegoeshere" DGStyle.GridColumnStyles(0).width = 400...
  6. Debeast

    DataGridTableStyle

    i think you need to do this : ts.MappingName = "yourtablename"
  7. Debeast

    Fiddling with Controls on Outlook (HARD)

    Thanks for the reply. Basically what i want to do is this. It's not cracking that i know of, just using the controls exposed by outlook. Someone composes a mail, they write a to: address then write a subject and some content then hit send. NOW depending on the domain that the email is sent to...
  8. Debeast

    Find window title

    that is just what im looking for too TY v much
  9. Debeast

    Fiddling with Controls on Outlook (HARD)

    What ZERO answers Whats going on?
  10. 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 ++...
  11. Debeast

    How to find row/col of HFlexgrid when Right Clicking

    I've been trying to do this for ages CHEERS from me too
  12. Debeast

    Cursor error in my code :-(

    never mind i've corrected your code and it works code: --------------------------- conn.execute &quot;INSERT into passes (Username,Userpass,Firstname,Surname,Email,Groups) VALUES ('&quot; & request.form(&quot;Username&quot;) & &quot;','&quot; & myPassword & &quot;','&quot; &...
  13. Debeast

    Cursor error in my code :-(

    i now get the error. Microsoft OLE DB Provider for ODBC Drivers error '80040e09' [TCX][MyODBC]You have an error in your SQL syntax near '[passes] ([Username],[Userpass],[Firstname],[Surname],[Email],[Groups]) VALUES (' at line 1 /signup2.asp, line 128 :-( any ideas why that codes wrong ?
  14. 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...
  15. Debeast

    * Whats Wrong with this code ???

    conn.cursorlocation = 3 work perfectly TY v v v much
  16. Debeast

    * Whats Wrong with this code ???

    Thats exactly what it was WELL DONE and thank you bloody asp :) thanks again
  17. Debeast

    * Whats Wrong with this code ???

    yep same error occurs get no records returned but i know connection is physically(ie obdc etc) ok cos my php code works :(
  18. 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...
  19. Debeast

    Global Error Trapping

    Thanx for all your help guys I'm bug gered if i can get the API to work :( so i've bitten the bullet and just inserted code into EVERY sub oh well VB.net here i come

Part and Inventory Search

Back
Top