` Printed Icetips Article

Icetips Article



ABC: Defining a dropdown for Edit in Place at runtime
1999-08-04 -- Ron Wilson
 
Newsgroups: topspeed.products.c5ee

> have any used a drop down list box on a edit inplace browse box....

After you configure Edit-In-Place, like in the Learning Clarion book, try:
        SELF.Feq = CREATE(0,CREATE:droplist)
        Self.Feq{Prop:USE}=CUS:State
        Self.Feq{Prop:Drop}=6
        Self.Feq{Prop:FROM}='AL|MS|FL|GA|LA|SC'

Basically it's the same idea you did in the Learning Clarion Book where
you create a spin box, if I remeber correctly.


Ron Wilson



Printed May 3, 2024, 12:17 pm
This article has been viewed/printed 35118 times.
Google search has resulted in 55 hits on this article since January 25, 2004.