B
BillG
I have a dialog box which I pop up with ShowDialog(). On this form, I have
a menu item that when clicked pops up a crystal reports viewer and displays
a report. When the menu item is clicked the report never shows. I tabbed
to another window on my development machine and when I came back, the viewer
was there with the report.
I tried it again waited 5 minutes no report. I tabbed to another window
and came back the report was there. It's like the form for the viewer is
being hidden. I am using ShowDialog() to pop up the viewer. I have checked
the properties on the form and they look find. I have another form with
this same scenario and the viewer pops up nicely. Same code.
Now in addition to this problem, on this same form, i have a grid and a
delete button next to the grid, when the button is clicked nothing happens,
if I happen to touch the alt key the message.show appears that asks if the
user wants to delete the record. Short of me deleteing this form and
recreating it any ideas?
Bill
a menu item that when clicked pops up a crystal reports viewer and displays
a report. When the menu item is clicked the report never shows. I tabbed
to another window on my development machine and when I came back, the viewer
was there with the report.
I tried it again waited 5 minutes no report. I tabbed to another window
and came back the report was there. It's like the form for the viewer is
being hidden. I am using ShowDialog() to pop up the viewer. I have checked
the properties on the form and they look find. I have another form with
this same scenario and the viewer pops up nicely. Same code.
Now in addition to this problem, on this same form, i have a grid and a
delete button next to the grid, when the button is clicked nothing happens,
if I happen to touch the alt key the message.show appears that asks if the
user wants to delete the record. Short of me deleteing this form and
recreating it any ideas?
Bill