` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Creating EIP drop list at runtime
2002-05-19 -- Bjarne Havnen
 
Find the corresponding .Init method for your EditDroplist on your field,Typical Editinplace::Pre:Field.Init. Then it is simly just like any other listbox. Self.Feq{Prop:From}='1|2|3' or Self.Feq{Prop:From}='Choice 1|#1|Choice2|#2' !gives choice 1 as text if correct picture or Self.Feq{Prop:From}=SomePrefilledQueueWithChoices You may also alter the other properties. This is an example from one of my apps. Self.Feq{Prop:From}=Codeq !the queue Self.Feq{Prop:DropWidth}=50 !need more place Self.Feq{Prop:Drop}=Records(Codeq) !default is only 5


Today is April 29, 2024, 1:23 am
This article has been viewed 35110 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: