|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
List Box Basic QuestionI'm just starting to look at the List Box as a possible interface for some
of our forms, and have read both the Language and Design reference concerning this object. One question that neither of these deals with is what type of variable is the actual List Box (Longint, Boolean, etc.)? Also, besides the Language and Design references, is there any other recommend reading material concerning List Box's? Thanks in advance! Steve ***************************************************** Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447 Sun Prairie, WI 53590 E-Mail: s.orth@... ***************************************************** ********************************************************************** Get the speed and power of 4D v11 SQL before upgrade prices increase - http://www.4d.com 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4D.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4D_Tech-Unsubscribe@... ********************************************************************** |
|
|
Re: List Box Basic QuestionHi. The type of a List Box is ARRAY BOOLEAN.
Regards, Narinder. -- on 03/11/2009 16:49, Stephen J. Orth at s.orth@... wrote: > I'm just starting to look at the List Box as a possible interface for some > of our forms, and have read both the Language and Design reference > concerning this object. > > One question that neither of these deals with is what type of variable is > the actual List Box (Longint, Boolean, etc.)? > > Also, besides the Language and Design references, is there any other > recommend reading material concerning List Box's? > > Thanks in advance! > > > Steve ********************************************************************** Get the speed and power of 4D v11 SQL before upgrade prices increase - http://www.4d.com 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4D.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4D_Tech-Unsubscribe@... ********************************************************************** |
|
|
Re: List Box Basic QuestionIts a boolean array. At least in v2004 it is, I'm not really sure
about v11, but I guess it is the same. HTH Koen Op 3-nov-09, om 17:49 heeft Stephen J. Orth het volgende geschreven: > One question that neither of these deals with is what type of > variable is > the actual List Box (Longint, Boolean, etc.)? -------------------- Compass bvba Koen Van Hooreweghe Kloosterstraat 65 9910 Knesselare Belgium bvbaCompass@... ********************************************************************** Get the speed and power of 4D v11 SQL before upgrade prices increase - http://www.4d.com 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4D.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4D_Tech-Unsubscribe@... ********************************************************************** |
|
|
RE: List Box Basic QuestionKoen,
Great, that is what I surmised by "reading between the lines" in the documentation...however they never come out and directly say that as far as I can see. Thanks! Steve ***************************************************** Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447 Sun Prairie, WI 53590 E-Mail: s.orth@... ***************************************************** -----Original Message----- From: Koen Van Hooreweghe [mailto:bvbaCompass@...] Sent: Tuesday, November 03, 2009 10:58 AM To: s.orth@...; 4D iNug Technical Subject: Re: List Box Basic Question Its a boolean array. At least in v2004 it is, I'm not really sure about v11, but I guess it is the same. ********************************************************************** Get the speed and power of 4D v11 SQL before upgrade prices increase - http://www.4d.com 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4D.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4D_Tech-Unsubscribe@... ********************************************************************** |
|
|
RE: List Box Basic QuestionKoen,
One quick question... The documentation states that any arrays (except pointers) may be used. Does this include local arrays? Basically, may I use local arrays for the columns and the other configuration arrays? Steve ***************************************************** Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447 Sun Prairie, WI 53590 E-Mail: s.orth@... ***************************************************** -----Original Message----- From: Koen Van Hooreweghe [mailto:bvbaCompass@...] Sent: Tuesday, November 03, 2009 10:58 AM To: s.orth@...; 4D iNug Technical Subject: Re: List Box Basic Question Its a boolean array. At least in v2004 it is, I'm not really sure about v11, but I guess it is the same. HTH Koen ********************************************************************** Get the speed and power of 4D v11 SQL before upgrade prices increase - http://www.4d.com 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4D.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4D_Tech-Unsubscribe@... ********************************************************************** |
|
|
|
|
|
Re: List Box Basic Questionnot always :)
apparently - Selection based listboxes are Long int On Tue, 3 Nov 2009 17:57:54 +0100, Koen Van Hooreweghe wrote: > Its a boolean array. At least in v2004 it is, I'm not really sure > about v11, but I guess it is the same. > > HTH > Koen > Op 3-nov-09, om 17:49 heeft Stephen J. Orth het volgende geschreven: > >> One question that neither of these deals with is what type of variable is >> the actual List Box (Longint, Boolean, etc.)? > > -------------------- > Compass bvba > Koen Van Hooreweghe > Kloosterstraat 65 > 9910 Knesselare > Belgium > bvbaCompass@... > > > ********************************************************************** > Get the speed and power of 4D v11 SQL > before upgrade prices increase - http://www.4d.com > > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4D.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:4D_Tech-Unsubscribe@... > ********************************************************************** > Get the speed and power of 4D v11 SQL before upgrade prices increase - http://www.4d.com 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4D.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4D_Tech-Unsubscribe@... ********************************************************************** |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |