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 TouchToneTommy 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: *

  • Users: Becca999
  • Content: Threads
  • Order by date
  1. Becca999

    Using a dynamic ADO recordset as data source for a crystal report

    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, ...
  2. Becca999

    ADP Timeout Expired & closes

    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...
  3. Becca999

    Data Report Menu bar

    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...
  4. Becca999

    Crystal Report Reference not working w/in VB App- Use to

    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...
  5. Becca999

    Using PDW & getting Dependency Information errors

    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...
  6. Becca999

    URGENT -- Printer Object doesn't return correct port?

    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!!
  7. Becca999

    Restoring Default Printer

    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...
  8. Becca999

    Access database - Multitude of errors

    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...
  9. Becca999

    Gets Error 2448 only some times

    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...
  10. Becca999

    Redim MultiDimensional Array Problem

    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...
  11. Becca999

    Does XP have libs with VB that older OSes don't?

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

Part and Inventory Search

Back
Top