main logo
Subject: Print Preview Issue
Author: Lynette Tillner
Posted: 2002/05/01 19:29:58
 
View Entire Thread
New Search


I have a form that I put together for the 1 one report that Crystal Reports can't handle for me. So the form is a combo box, a textbox and a command button called "preview"

my click code is:

LPARAMETER lcdistid, lcbstruno
lcdistid=thisform.cbo_district.value
lcbstruno=thisform.txtcbstruno.value
vp_cdistid=lcdistid
vp_cbstruno="'"+lcbstruno+"'"
report form ins_dtl_rpt PREVIEW

I see the preview window and undocked toolbar come up but it goes away quickly with no error message and I haven't been able to trap anything in debugger through trace or locals that will help me.

when I do this line by line in the command window I get the preview.
How can I make the preview window stay on screen and at least show me an error message????? If it is erroring out!

Thanks for any help!
Lynette
ltillner .at. yahoo .D.O.T com

 
©2002 Lynette Tillner
<-- Prior Message New Search Next Message -->