Advertisement

1 - 10 of 10234 containing alltags:("Crystal") (0.009 seconds)
I have a problem in VB 3.0 and Crystal Reports. I have a textbox in my app. and I want the text to be printed in my report. I don't want to save the text temporary in a database. How to do? I know ...
Zones: Visual BasicDate Answered: 06/01/1997 Grade: C Views: 0
I have a form with a data that is attached to a table in Access. I want to print that report and use the SQLquery method to print only the record i want. The question is in the SQLquery what do i p...
Zones: Visual BasicDate Answered: 12/12/1997 Grade: B Views: 0
When does records selected count its records because i want to not print when the user selection result in no records here is how i did it: Reportrésumé8x11.SelectionFormula = var1 nbrenr = Report...
Zones: Visual BasicDate Answered: 01/27/1998 Grade: A Views: 0
Hello I have been trying to find the solution for the following problem for several days but without success. I am using the Crystal Report control OCX shipped with VB5 to report on data stored ...
Zones: Visual BasicDate Answered: 06/26/1998 Grade: A Views: 0
Hi, I am Writing a VB Application that is going to be using Crystal Reports. The application Back End is the SQL Server 6.5 and the VB App uses RDO OCX Control to Connect to the SQL Server. What ...
Zones: VB DBDate Answered: 02/05/1999 Grade: B Views: 0
How can we pass parameters from Vb to Crystal Reports.  I have 10 Option Buttons in VB, and if the user clicks any of those combinations of those 10 option buttons, those particular field parameter...
Zones: VB ControlsDate Answered: 03/05/1999 Grade: B Views: 0
hi If i want to format my output field in the Crystal Report 4.6, how should i to do that? for Example my field contain data 123456789 and i want it to be printed out as 12-3456-789.  I use VB5 for...
Zones: Visual BasicDate Answered: 03/21/1999 Grade: A Views: 4
I am attempting to print a report(Crystal Report 4.5) that is linked to a db VIA an application written in VB5.0. I seem to have it woring fine on my machine however when I install it on another ma...
Zones: Visual BasicDate Answered: 05/23/1999 Grade: A Views: 0
I'm calling a crystal report 4.6 from VB 5, the problem is that I must generate a report for a specified date range.  How can I pass the date range to the report through VB? Thank u in advance.
Zones: Visual BasicDate Answered: 06/20/1999 Grade: A Views: 0
I'm using Crystal Report is run a report from an Access database, no problem.   I kick off the report in preview mode using the following: Private Sub cmdRun_Click()     StaBar.Panels(1).Text = "...
Zones: Visual BasicDate Answered: 08/10/1999 Grade: A Views: 0