Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Close Button not working in CRViewer with RDC

Status
Not open for further replies.

helpnout

Programmer
May 14, 2001
12
CA
I am using Lotus Notes 5.08 with CR 8.5. I have the report Viewer Control on a form and I can get the report to view just fine. The problem is trying to set some of the CRViewer controls. The Close button shows up (greyed out) but I cannot make it functional. The refresh button does not seem to respond to code to enable or disable. It defaults to "Enabled". I have tried the code from the RDC Samples from Crystal with the code for the Refresh Button as follows:
CrViewer.EnableRefreshButton = 1
CrViewer.EnableCloseButton = 1
Not matter what the value for = is nothing changes on the viewer. This is the same for the close button. I have access to the CloseButtonClickEvent but it makes no diffenerce if the button is inactive. Is there something I am missing on the setting of these items to work.

Oh I can get the CLose button to work once I have Drilled down on a report. What gives with this?????

My head is getting sore form banging it on the keyboard. Please help......Anyone %-(

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top