![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Bug Reports Post about errors or bugs encountered. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
I use a lot of "addtextbox" instructions in my application and it does not work anymore in V5 like it was in V4. Everything looks like the dynamically created Text boxes (or other items) are not considered as GLOBALS anymore (they definitely were in V4). In other words, a textbox object created with "addtextbox" in "sub mysub1" is not accessible in "sub mysub2". By the way, compilation gives me errors if I check the new option "check for unassigned / unused variables" in the "tools" menu. This is very annoying. Any idea ? Last edited by dpriem : 05-24-2007 at 12:44 PM. Reason: Explaining "globals" |
|
|||
|
Oups,
Trying to write a very small code showing the problem, I found out the problem is not what I first thought ! In my application, I assign and retrieve the value of the textbox simply as "MyTextBox" without any problem in V4. Apparently, in V5, I'll need to address it as "MyTextBox.Text" to make it work. CAn you confirm this, or is there a shorter way to solve this issue ? |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Label/Text Control text centering | TWELVE | Basic4ppc Wishlist | 1 | 06-04-2008 03:20 PM |