error on compiling for device in 6.90

Put Claude

Active Member
Licensed User
Longtime User
Hi guys, after stroggeling with the arrays defining, I got the same error on compiling for device and desk, see image.... any solution.
Had to rewrite much of my code that has arrays that are automatic initiated.

Put Claude Belgium
 

Attachments

  • error.jpg
    12.8 KB · Views: 223

Put Claude

Active Member
Licensed User
Longtime User
Thanks guys

Thanks a lot, You all are amazing, I am glad I did ask it on the spot, helps me a lot. IT IS ALL WORKING NOW......
This is realy the only forum I now with so many helping minds....

Put Claude Belgium
 

sitajony

Active Member
Licensed User
Actually it is not possible. The Visible property is a read-only property. You should use Form.Hide to hide a form.
When we type "Control("Form1").Visible" we can get and set a boolean value...
But if we want Show the Form on starting we should type Form1.Show...
I'm using this syntax and it work perfectly, in starting I show and set the visible propriete to False for stay the program in background task...
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…