Hey thanks for the information. I had my mind set on finding record selection within quickrep and not the data source.
I solved the problem with this code:
Table->Filter = "Carrier_Confirm='" + Form1->Carrier_Confirm->Caption + "'";
Table->Filtered = true;
Form1->QuickRep1->Preview()...
That would be great if you could find out how you did it. I'm sure it's relatively easy, but I've been tinkering with it for far too long without success.
I've created a database and form to enter the data. I also have QuickReport set up to print all the records when needed, however I can't seem to figure out how to make it print only the current record.
For example, when the user is entering the data, I would like to have a Print button...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.