Hello,
I have an ADO recordset that gets built dynamically:
Global grstReport as New ADODB.Recordset
Public CreateRecordset()
With grstReport
.Fields.Append "tmpLeftOrder", adSmallInt, , adFldIsNullable + adFldMayBeNull
.Fields.Append "tmpLeftSN1", adInteger, ...
Anyone?
Our "dba" turned the governor off and everything was fine yesterday. Today, I can't save or change anything without getting the ADO: Timeout Expired.
Can you change it to a combo box? Just setting the combo box equal to whatever it is you want will work. I think you have to set the List Index with a list box.
I have a very simple ADP connected to an SQL Server database via File->Connection. The only objects in the ADP are the SQL Server objects (a couple views, some tables and some store procedures, there is not any vb code). I am the only one using the ADP. If I have a table or stored procedure...
Hello,
I have a VB Project that is just a data report and a data environment. When you run it, the report comes up in Print Preview and there are three commands across the top - print, export and Zoom. I need to add a button to Close the report (I know there is an X in the corner but it has...
We just opened an old application where the code has not been touched in a while. We are getting a compile error on:
CrwPaperWeight.Destination = crptToPrinter
where crptToPrinter is erroring with variable not define.
Could it be a reference problem? We were getting an error on the...
The current default printer is the printer in the Printer object before you do anything to the Printer object (Start up) I store the index in a global variable. I have to loop through the printers connection in my app because we have to print different reports, etc to different locations all...
I found that just using whatever the Port property said worked.
From printing within VB, just change set the Printer object to the selected printer (just remember to change it back to their default). I ended up storing the index number from the printer object as a global and used that (which...
I had this problem with XP. We (my IT team mates & I) think that XP came with some controls and then you installed VB. The controls with VB didn't overwrite the controls that came with XP because they have that date protection but the dep files did overwrite making the dep files older than the...
Hello,
I am using PDW and i am getting missing dependency info on the following files:
MSBIND.DLL
MSSTDFMT.DLL
I am also getting out-of-date dependency info on:
MSFLXGRD.ocx
MSHFLXGRD.ocx
MSRDO20.DLL
TABCTL32.ocx
Mscomctl.ocx
MSBRPTR.DLL
MSBRPTR.DLL
MSDERUN.DLL
I don't have any idea what...
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.