Fieldchooser |
Post Reply |
Author | |
sunbeam
Newbie Joined: 20 March 2007 Location: Belgium Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 12 February 2008 at 8:30am |
Hi,
I have designed an overview screen with a reportcontrol. I also designed a small screen in which I have put a fieldchooser control. So when I open the overviewscreen, the report control is shown. When i press a button on that screen, the screen with the fieldchooser on it has been shown. I link them together like reportControl.FieldChooser = fieldChooser. Now when i close this screen and i remove some columns i got an error message that the resource is not available anymore. Pretty normal according to me, since the screen with the FieldChooser on it has already been closed, and the link between the reportcontrol and the non-existing fieldchooser is not there anymore. My question: Is there a way to de-attach the report control from the fieldchooser when I close the fieldchooser screen? Kind regards. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
have you tried reportControl.FieldChooser = Nothing ?
-- WBR, Serge |
|
sunbeam
Newbie Joined: 20 March 2007 Location: Belgium Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Yes but apparently this is not working.
I tried with Nothing, "", ?, null. Thanx already for the support. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |