List parameter window

Rafel Adrover Huguet informatica at empresasroig.com
Tue Jan 5 06:16:46 EST 2010


Yes, it goes perfectly,

The object returns a list, and then set the dataname of the complexgid  
as iList and the fields in the complexgrid as iList.name, iList.surname

More clean then redefine the list with a two new variables, etc...

Then the user can modify the iList, and pass to the object as a  
parameter an update the object.

Clear and clean!!!

Thanks a lot.

Regards,
Rafel.

El 05/01/2010, a las 11:31, Peter van Rooij escribió:

> Hello Rafel
>
> Yes, you could do something like:
>
> do codemethod.$buildList returns iList
> Do iList.$cols.$add('MyEntryVar',kCharacter,kSimplechar,50)
>
> Regards
>
> Peter
>
>
>
> On 5 jan 2010, at 10:47, Rafel Adrover Huguet wrote:
>
>> Hi group,
>>
>> I've a little question,
>>
>> I've a code method wich build a list, for example "name, surname",
>>
>> set current list (codeList)
>> defineList (name, surname)
>>
>> quit method list;
>>
>>
>> i've to put this list in a window in a complex grid for example,
>>
>> in the window i call the code method:
>>
>> do codemethod.$buildList returns iList
>>
>> The list have all the values ok, but how i can put an entry field  
>> in the complex grid without having to declare a new two instant  
>> variables in the window, and redefine the iList with this two vars??
>>
>> Is possible?
>> _____________________________________________________________
>> Manage your list subscriptions at http://lists.omnis-dev.com
>
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com




More information about the omnisdev-en mailing list