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 %-(
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 %-(