Problem - Report shows first record
I've got an order entry program that has DataModule with Master table
(order) and detail table(lines) properly linked. I have placed two
pipelines in order entry. The first is connected to Order and second
connected to lines. I've also established the M->D in pipelines again.
Then I placed a designer and designed then header part to show order header.
Now at runtime, when I open up the order entry and bring up any any
order (which the order table is now pointing to my requested order), the
report ALWAYS starts from the first record and prints ALL the orders.
How can I tell RB to only print the record that the table is pointing to?
Thank you!
--
Best Regards;
Ben Hayat
Micro Intelligence Corp.
MicNet@Ix.Netcom.Com
(order) and detail table(lines) properly linked. I have placed two
pipelines in order entry. The first is connected to Order and second
connected to lines. I've also established the M->D in pipelines again.
Then I placed a designer and designed then header part to show order header.
Now at runtime, when I open up the order entry and bring up any any
order (which the order table is now pointing to my requested order), the
report ALWAYS starts from the first record and prints ALL the orders.
How can I tell RB to only print the record that the table is pointing to?
Thank you!
--
Best Regards;
Ben Hayat
Micro Intelligence Corp.
MicNet@Ix.Netcom.Com
This discussion has been closed.
Comments
"RangeEnd". It's working!
--
Best Regards;
Ben Hayat
Micro Intelligence Corp.
MicNet@Ix.Netcom.Com