Parameter passing with Delphi
Parameter passing with Delphi
I need to pass a date from my Delphi 5.0 application to RSW report. The date is not in a database it is in an editbox. I need to know...____1. How to send the date from Delphi at runtime.____2. How to set up the RSW report to display the date.____I have read the manuals, but I need an example.____Thanks a million! -Carl
-
- Posts: 123
- Joined: Tue Oct 10, 2017 12:44 pm
=> RE: Parameter passing with Delphi
I use dBasePlus which I assume is similar to Delphi. I also assume that an editbox is the same as an editor which can hold information that is not in any data fields.____However, you can still save what is in the editor or editbox by storing it into a variable and then putting that variable into field in a table.____Look at the last entry I did in "Focus Changes" above to see how this can be done.____Tom Freitas