Parameter passing with Delphi

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Carl
Posts: 11
Joined: Tue Oct 10, 2017 12:44 pm

Parameter passing with Delphi

Post by Carl » Sat Mar 06, 2010 4:50 pm

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

Thomas_Freitas_(Guest)
Posts: 123
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Parameter passing with Delphi

Post by Thomas_Freitas_(Guest) » Tue Mar 09, 2010 9:13 pm

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

Post Reply