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...
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 ++...
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...
any ideas why this returns no records when there are plenty to return
<%
'----open connection----------
Session.timeout = 5
Set conn = Server.CreateObject("ADODB.Connection")
DSNtemp = "DRIVER={MySQL};SERVER=demweb;UID=root;DATABASE=OCDEM"
conn.open DSNTemp
Set...
Hi ppl
Am i right in thinking if you create a control using :
form1.controls.add "vb.listbox", "LSTNAT"
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.