I know this is probably something simple I'm overlooking, but I not sure what the problem is.
I've got a form with a grid using a Cursor which list contains a list of orders. Clicking on the order passes the order number to a program as a parameter. A new cursor is created generated for the report and the report (or in this case a sheet of labels) is executed as:
label form coupon to printer prompt preview noconsole
This all works great until either the preview itself or the print button is clicked at which point the alias seems to switch back to the cursor used in grid on the form and my labels sure don't look like I want them to.
Can someone help me realize what I'm not doing that I should be.
Thanks
HJ
I've got a form with a grid using a Cursor which list contains a list of orders. Clicking on the order passes the order number to a program as a parameter. A new cursor is created generated for the report and the report (or in this case a sheet of labels) is executed as:
label form coupon to printer prompt preview noconsole
This all works great until either the preview itself or the print button is clicked at which point the alias seems to switch back to the cursor used in grid on the form and my labels sure don't look like I want them to.
Can someone help me realize what I'm not doing that I should be.
Thanks
HJ