T token Member Licensed User Jul 16, 2008 #1 Hello, I get the following error-message, when I try to compile my program: CS1002: ; erwartet ("erwartet" is the german word for - I think "excepted") The error is caused by the line: TextBoxEingabe.Focus = true I can run the program within the SDK, but it is not possible to compile. Btw.: I have a licensed version of BASIC4PPC. Thanks for any help in advance and nice regards: Token
Hello, I get the following error-message, when I try to compile my program: CS1002: ; erwartet ("erwartet" is the german word for - I think "excepted") The error is caused by the line: TextBoxEingabe.Focus = true I can run the program within the SDK, but it is not possible to compile. Btw.: I have a licensed version of BASIC4PPC. Thanks for any help in advance and nice regards: Token
Erel B4X founder Staff member Licensed User Longtime User Jul 16, 2008 #2 You should write: TextBoxEingabe.Focus Instead of TextBoxEingabe.Focus = True.
T token Member Licensed User Jul 16, 2008 #3 Erel said: You should write: TextBoxEingabe.Focus Instead of TextBoxEingabe.Focus = True. Click to expand... :sign0060: This works - thank you Erel. Regards: Token
Erel said: You should write: TextBoxEingabe.Focus Instead of TextBoxEingabe.Focus = True. Click to expand... :sign0060: This works - thank you Erel. Regards: Token