Page 1 of 1

Parameter passing with Delphi

Posted: Sat Mar 06, 2010 4:50 pm
by Carl
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

=> RE: Parameter passing with Delphi

Posted: Tue Mar 09, 2010 9:13 pm
by Thomas_Freitas_(Guest)
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