• Welcome to PlanetSquires Forums.
 

'Cancel' property on command buttons reset to 'False' when reloading locked form

Started by Jean-pierre Leroy, September 28, 2013, 07:48:56 AM

Previous topic - Next topic

Jean-pierre Leroy

Hi Paul,

I just discover that when reloading locked forms, the 'Cancel' property on command button is reset to 'False' even if it was saved previously to "True".

It seems to happen only on locked forms.

To reproduce this behaviour:

- set the 'Cancel' property to True on a command button.
- Lock the FORM
- Save the FORM
- Close the FORM
- Reopen the FORM; you will see that the 'Cancel' property is 'False' now.

Please tell-me if you can reproduce this behaviour ?

Thanks
Jean-Pierre

Paul Squires

Hi Jean-Pierre, yes you seem to be right. I was able to reproduce the problem. I will look for a fix right now. I'll report back soon. Thanks!
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Paul Squires

Actually, it seems like the Locking of the Form is irrelevant. The Cancel property seems to be resetting regardless. When the Project is initially loaded then the property will be set correctly to "True", but if you close the form and re-open it while inside FireFly then it resets to "False".
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Paul Squires

Yes, it was a bug. It is fixed now and will be in the next FireFly update. When the Project is initially loaded then the property will be set correctly to "True", but if you close the form and re-open it while inside FireFly then it resets to "False".
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Jean-pierre Leroy

Hi Paul,

Thanks for having fixed this issue ...

Sometimes I was asking myself if I was not mad regarding this 'Cancel' property !

Thanks a lot  :)
Jean-Pierre

Wilko Verweij