Hi folks,
Am stuck in work until I can solve this one.
I am printing off delivery dockets. 2 of each one. I need these to collate and print as one job so they can be stapled.
At the moment they are printing as two separate jobs. I have selected the collation as crptCollated and CopiesToPrinter...
Hi,
In a fairly serious spot of bother here.
I am trying to configure a machine so that I can use SQL Mail.
The error I keep getting whenever I try to use xp_sendmail, is the following...
Server: Msg 18025, Level 16, State 1, Line 0
xp_sendmail: failed with mail error 0x80040111
On the PC I...
Hi,
I'm trying to debug my dll, but am for some reason unable to step through the code.
I managed to do this last week by having the vbp and the dll open at the same time. I ran the dll first and then the vbp. I was able to step through the code without problem, going into the dll whenever a...
Hi,
I have an application which runs fine on my development PC which is running Win 2K, but when I try and run the same app on an NT machine, it fails and returns the above error.
I have searched the web for an answer and have done the recommended steps such as registering scrrun.dll.
The...
Hi,
I have migrated a VB/Access app to VB/SQL 2000. The DB and the app reside on an NT server.
When I test the code on my local PC, it runs fine.
When I try and use the NT server, I receive the run-time error message '429'.
I have registered the DLL using regsvr32 from the command line.
This...
Hi,
I keep getting the following error when I get to the second line of the code beneath...
Item cannot be found in the collection corresponding to the requested name or ordinal.
sSQL = "EXEC sp_SaveCapex " params listed.
Set rsProposalNo = g_Conn.Execute(sSQL)
g_iProposalNo =...
Hi,
Can somebody please explain why this returns -1 as the recordcount when there are in fact, two records?
rs.Open sSQL, m_Conn, adOpenKeyset, adLockOptimistic
lNoOfCartons = rs.RecordCount
Thanks,
Robin
Hey CClint,
Thanks for your help. Couldn't get back to you yesterday as we had an internet problem.
Unfortunately I have not found a reason for the error, so I have just decided to use oConn.execute instead. I don't suppose this will harm the program.
The reason I was reluctant to change it, is...
Dim oRs As Recordset
Set oRs = New Recordset
These are the only other references to the recordset object.
The code is in a DLL.
Proving to be a very frustrating one!
Thanks for the help
...I need to resolve this one fairly urgently! I need to use the first method.
I'm using Active X Data Objects 2.5 library
1) sSQL = "Select * from tblDel Where Job ='" & strJobNo & "'"
2) oRs.Open sSQL, oConn, adOpenKeyset, adLockOptimistic
3) Set oRs =...
Hi all,
When I do a select on my table, using certain criteria, I get an error message saying "Not a valid bookmark".
When I open the table directly, it opens fine, but then if I scroll down the table, I get a brief look at rows where #Error# is printed across each row, in every cell...
Hi,
I am running a piece of software which uses two scanners in two comports on my PC.
When information arrives at the Scanners at the same time, I get an error saying the DB is locked, as it can't do the update at the same time.
How can I prevent this from happening?
Can I check the state of...
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.