Hi,
I am new to Visual Basic and I'm previously using Visual Foxpro. I used to do this in VFP:
select * from orders where orderID == thisform.txtOrdID
report form rptOrders preview
How could I do the same in VB with its Crystal Report?
For now I have tried Crystal report but I am asked to specify which fields I have to include and what if I have to execute first a query and create a new cursor that have multiple fields generated based from let's say three tables. In VFP I only need to type the name in the field list so it could act as like a variable, but in Crystal report I don't know how to do it since I am asked with the existing table.
Any help will be greatly appreciated, thanks.
I am new to Visual Basic and I'm previously using Visual Foxpro. I used to do this in VFP:
select * from orders where orderID == thisform.txtOrdID
report form rptOrders preview
How could I do the same in VB with its Crystal Report?
For now I have tried Crystal report but I am asked to specify which fields I have to include and what if I have to execute first a query and create a new cursor that have multiple fields generated based from let's say three tables. In VFP I only need to type the name in the field list so it could act as like a variable, but in Crystal report I don't know how to do it since I am asked with the existing table.
Any help will be greatly appreciated, thanks.