![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello all,
is there any limitation on the number of variables, objects used in an application? I'm having some troubles with global variables. The app I'm writing is a kind of wizard that uses 8 panels and quite a lot of label, textbox and combobox objects. Now, in addition to the few global variables used to manage the page transition (next, prev), I added some global variables to store few stuff like the db_path, db_name and so on. The new global variables are not assigned and a msgbox in the AppStart shows an empty string. If I move the declaration of the new variables at the beginning of the Sub Globals, I gain access to the above variable but the contents of some of previoulsy defined variables get lost. Any idea? Too many variables? Too many objects? Thanks a lot for your help Mimmo |
|
|||
|
Thanks Erel!
Sure! I'm attaching the entire folder. The Wizard starts from File|Certificato There is no db engine at the moment...only interface. Please check the global variable xdbPath in the Global Section (used with msgBox in AppStart) thanks again Mimmo |
|
|||
|
Many thanks Agraham! I did a quick try and it seems to work. Now I'll add all the other stuff and I'll let you know.
May be I misundestood the Color syntax. The help reports Example: Button1.Color = 255,0,0 'Red color and I used the same syntax to assign a default color to a variable. What a great forum! ![]() Mimmo |
![]() |
| 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 |
| program variables | tremara1 | Questions & Help Needed | 2 | 10-16-2008 08:52 AM |
| Environment Variables | Zenerdiode | Questions & Help Needed | 1 | 05-22-2008 04:36 PM |
| automatic typecasting of variables? | Stellaferox | Questions & Help Needed | 4 | 02-04-2008 01:17 PM |
| Dim-ing variables | colin9876 | Questions & Help Needed | 8 | 11-17-2007 06:47 PM |
| Structure variables | Erel | Code Samples & Tips | 0 | 05-19-2007 11:36 AM |