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 Wanet Telecoms Ltd 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: jolamb42
  • Content: Threads
  • Order by date
  1. jolamb42

    DataCombo Out Of Memory Error VB6

    Hello, I have a VB6 form with a DataCombo control. My database is in SQL Server 2000. For the client receiving the error, the DataCombo is filled with 267 items. If the client selects an item, or uses the scroll bar to view the list, there is not a problem. Same with using down arrow or...
  2. jolamb42

    CR 8.5 using SQL Stored Proc - Replace function??

    All, I have a report in Crystal 8.5 that displays data from a SQL 2000 stored procedure by passing in parameters to the SQL server. This report has been working fine for several months. The stored proc passes back Name, Address, etc. to print on the report. This report is mailed by our...
  3. jolamb42

    Listview w/ Checkboxes - Width?

    Hello! I am using a listview control with checkboxes to display a list of items the user can check or uncheck. The properties of my listview are set as follows: View = 2 - lvwList Arrange = 0 - lvwNone LabelEdit = 1 - lvwManual BorderStyle = 1 - ccFixedSingle Appearance = 1 - cc3D OLEDragMode...
  4. jolamb42

    Hello, I am using the CRViewer i

    Hello, I am using the CRViewer in VB6 against SQL Server. I am accessing the database using OLE DB. (Crystal Reports 8.5) The CRViewer has a Select Expert button which displays fine on the development boxes. The problem: When installed on client machines, the Select Expert button does not...
  5. jolamb42

    Select Expert Button Not Displaying

    Hello, I am using the CRViewer in VB6 against SQL Server. (Crystal Reports 8.5) The CRViewer has a Select Expert button which displays fine on the development boxes. The problem: When installed on client machines, the Select Expert button does not appear! I even have code in Form_Activate...
  6. jolamb42

    Server has not yet been opened error

    Hello, I am using Crystal 8.5, SQL server and VB 6. I have several reports included with our program loaded at client sites. We have no problems running the reports on our end. But, out clients get a "Server has not yet been opened." error. I know it is occurring for at least a...
  7. jolamb42

    Sub-reports not logging to same server as primary

    Help!!! I use Crystal 8.5 and VB 6.0 I have a report that uses a stored procedure for the main portion. I have about 17 sub-reports that are linked to data from this main stored procedure. Upon creating all of my reports, I follow the standard of doing a "Set Location" and removing...
  8. jolamb42

    Way to return parameters from sub-report to main report?

    Does anyone know of a way to evaluate a field in the sub-report from the main report? Or to possibly pass that field back as a parameter? Here is my problem: Running CR8.5, VB6, SQL server database I have a sub-report that may or may not display data. I evaluate (and suppress if necessary)...

Part and Inventory Search

Back
Top