Forum: Visual Basic 4 / 5 / 6 May 6th, 2007 |
| Replies: 1 Views: 1,377 You can use :
Reportobjectname.SelectionFormula="{TableName.FieldName}=Criterium".
If the Crystal report object name is: Report1
If your tanlename=Table1
If your field name for selection... |
Forum: Visual Basic 4 / 5 / 6 May 6th, 2007 |
| Replies: 0 Views: 1,435 Hello all;
I'm using VB5 and Crystal report 4.1.
My problem is how to add a line (or delete a line), in execution mode, from a report.
Is there someone who can help me;
Thanks |
Forum: Visual Basic 4 / 5 / 6 May 5th, 2007 |
| Replies: 5 Views: 41,165 On any componend of controls (as button ..), click with righ button and choose componends, then choose crystal report, after that you will find it with others componend (or objects).
for me, i... |
Forum: Visual Basic 4 / 5 / 6 May 5th, 2007 |
| Replies: 6 Views: 29,945 for me, i need how to add or delete a line from a report (with VB code).
The report is created, and i need to add some lines, sometimes, i need to delete sometimes. It depend on the user choice.... |
Forum: Visual Basic 4 / 5 / 6 May 5th, 2007 |
| Replies: 6 Views: 29,945 I think it's a very good example to show how we can work with others applications. |