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, ...
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...
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...
Hello,
I need to get the port for a particular printer. If I loop throughthe printers collection comparing device names to my printer name then try to capture the port, it gives me something like nec1 instead of the real port. Does anyone know why or a way to get the port?
Thanks in advance!!
Hello,
I have several network printers that I need to print to based on what is going on in the application. I tried to create printer objects for each of the different printers and just do printerobject.print but that didn't work ... It creates the object with all of the properties of that...
Hi,
I have a back end Access database. We believe it got corrupted in an auto-compact (happened during 2nd-shift). When we try to open the database in 97, we get that "the database is in an unexpected state; MS Acess cannot open it ...." We have gotten this before & converted it to...
I have this form where the user can updates fields for the record they select then change to a different record andupdate again if they want. On some records, I get this error. Others work fine. If I copy the record that gets the error and delete the old record, I can update the without the...
Hi, If anyone can help!!
I have a global array where I set the bounds once the user makes a selection. The user has choices that would cause the array to grow but because you cannot redim Preserve the lower bounds of a multidimensional array, I thought I save what was there is a temp array...
I am doing modifications to inhouse applications developed in VB. After releasing, some users got an unspecified error. We noticed that all users with the error had an OS older than XP or had 2000 woth SP4 which is XP-compliant. We tried compiling the code on another programmers PC that had...
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.