AW: $loadcols $colcount

Udo Sonnabend | WigaSoft AG U.Sonnabend at wigasoft.ch
Wed Apr 20 20:10:36 UTC 2022


Hi Martin

May be this could be your approach:

Do #L1.$define(#S1)
Do #L1.$add('asd asd ')
Do #L1.$add('id')
Do #L1.$add('asd sdf ')
Do #L1.$sort($ref.c1='id')

Step through, may be...

Regards, u.

WigaSoft AG
Udo Sonnabend
Entwickler

Oberstrasse 222 | Postfach 51 | CH-9014 St. Gallen
Telefon +41 71 274 51 31 | www.wigasoft.ch<http://www.wigasoft.ch/> | U.Sonnabend at wigasoft.ch<mailto:U.Sonnabend at wigasoft.ch>


Diese Mitteilung kann persönliche, vertrauliche oder rechtlich geschützte Informationen enthalten und ist nur für die Verwendung durch den beabsichtigten Empfänger bestimmt. Auf Vertraulichkeit oder Rechte wird aufgrund von Fehlübertragungen nicht verzichtet. Wenn Sie nicht der beabsichtigte Empfänger dieser Mitteilung sind, dürfen Sie diese in keiner Form verwenden, verbreiten oder kopieren. Haben Sie diese Mitteilung irrtümlich erhalten, dann löschen Sie diese und allfällige Kopien und benachrichtigen Sie bitte unverzüglich den Absender – besten Dank.

P Bitte denken Sie an die Umwelt, bevor Sie dieses Mail drucken. Think before print!

________________________________
Von: omnisdev-en <omnisdev-en-bounces at lists.omnis-dev.com> im Auftrag von Das Goravani <goravanis at gmail.com>
Gesendet: Mittwoch, 20. April 2022 22:03
An: OmnisDev List - English <omnisdev-en at lists.omnis-dev.com>
Betreff: Re: $loadcols $colcount


It’s not wise to use a SendAll when you want to move a value from the first line to the last line in a list.
You can accomplish that with a single line of code, too.

Do myList.[myList.$linecount].myColumn.$assign(myList.1.myColumn)

I’m not positive that line of code works, but I think it does.

> On Apr 20, 2022, at 3:55 PM, Martin Obongita via omnisdev-en <omnisdev-en at lists.omnis-dev.com> wrote:
>
> Hi Kelly,
> I am trying to move the column named 'id' from the first line in a list to the last using:Do lColsList.$sendall($ref.$line.$assign(lColsList.$linecount),($sendallref.lColsName='id'))This code does not react when executed.What have I missed out?
> Rgds, Martin.
>
>
>    On Wednesday, April 20, 2022, 12:56:14 AM GMT+3, Kelly Burgess <kellyb at montana.com> wrote:
>
> Hi Martin,
>
>> the grid only displays columns defined as kCharacter
>
> You're into JS forms now, out of my area - I don't have experience with datagrids on remote forms, so someone else will have to comment.
>
> Kelly
> _____________________________________________________________
> Manage your list subscriptions at https://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
>
> _____________________________________________________________
> Manage your list subscriptions at https://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com

_____________________________________________________________
Manage your list subscriptions at https://lists.omnis-dev.com
Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com


More information about the omnisdev-en mailing list