Hi penDragon, thanks for not giving up on me
Well, when you create a report, using crystal report wizard, you can choose a Database, tables and fields. When u run the applicantion in order to execute the report, the fields will show all available records within the targets table right?, So my point is, what if I want to change these fields in during runtime?
Imagine you have a report with the following config:
- OLEDB JetEngine driver 4.0 Linked to an Access Database named: "Games"
- You choose the "Strategy" table.
- The Available fields are:
- "name"
- "type"
- "Dificulty"
- "SystemReq"
- And then you choose the fields: "name" and "type";
The all point is:
- "What if I want to add another field to the report? like "Dificulty"? Or What - If I want to remove the fields existing fields ("name", "type") and add new ones? (all this during runtime, (by code))
I would also love to know how can I do this directly in the report designer, I mean changing the linked fields to the report? Havent figured it out yet. Am using crystal reports just for 3 days ago. Never used it before.
Thanks for you possible help pendragon
Best regards EFileTahi-A