Controls name

PepSoft

Member
Licensed User
Longtime User
Hello:
What are the conditions for control names?

In IDE:
"TextBox?" or "TextBox#" are not valid names.
message: "Invalid Control Name"

but in runtime:
AddTextBox("Form1","TextBox#",10,10,100,25)

runs correct.

There are any problem whith Add Controls whith punctuation symbol in the name?

PepSoft

PD: Sorry for my English
 

PepSoft

Member
Licensed User
Longtime User
Control Names

Thanks Erel.
Sorry, Can you give me an example name with underscore character?
 

willisgt

Active Member
Licensed User
I have dynamically created and referenced controls with a space character as part of the name, without any problems.

Gary

:sign0025:
 
Top