Page 1 of 1

Error Sub Form_Load()

PostPosted: Tue Jun 12, 2012 10:24 pm
by Henning
Sub Form_Load() generates an error, and Sub Form is in blue.

Q7Basic: syntax error or parser error - identifier expected near 'SubForm_Load' in line 539 in file frm_UpgradeFW.QWidget.q7b

/Henning

Re: Error Sub Form_Load()

PostPosted: Wed Jun 13, 2012 8:13 am
by berndnoetscher
Henning wrote:Sub Form_Load() generates an error, and Sub Form is in blue.

Q7Basic: syntax error or parser error - identifier expected near 'SubForm_Load' in line 539 in file frm_UpgradeFW.QWidget.q7b

/Henning


Form is a keyword, but the compiler should not complain about using a keyword in an identifier like "Form_Load". :oops:

Thanks Henning