Search found 4 matches

by M.M
Fri Oct 26, 2018 3:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Compare Data from Array
Replies: 3
Views: 3630

Compare Data from Array

Hi,

I have a short question how to compare a array.

e.g.:

Order1 This is product 1
Order1 This is product 2
Order 2 This is product 1

What is to do to compare the products from Order1?

Output to have:
Order 1 This is product1, this is product2
Order 2 This is product 1

Each Line is delimited ...
by M.M
Wed Sep 12, 2018 8:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems with selecting lines in DataGrid
Replies: 5
Views: 4638

Re: Problems with selecting lines in DataGrid

Hallo Klaus,

Vielen dank für deine schnelle Antwort. Es funktioniert genau wie es soll. Habe mich auch gleich mal in dem Deutschen Live Code Forum angemeldet.

Wünsche noch einen schönen Tag.
by M.M
Wed Aug 29, 2018 2:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems with selecting lines in DataGrid
Replies: 5
Views: 4638

Re: Problems with selecting lines in DataGrid

Hi.

I already started to put the Data Grid into a clear but I have still problems with it:

## Put the Data Grid into DG_List
put the dgText of group "dg_zahlungsart_ausblenden" into DG_list

## Delemiter
set the itemdelimiter to tab

## start checking if content from string zahlungsart ...
by M.M
Tue Aug 28, 2018 1:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems with selecting lines in DataGrid
Replies: 5
Views: 4638

Problems with selecting lines in DataGrid

Hi all,
I have a simple question regarding the selection of some lines in my DataGrid.

Here is an example of my DataGrid:

Company Company_Code
DHL 10
UPS 20
Express 27

Now I have a text string with "10,27"

Is it possible to identify the company_code(s) in my DataGrid with the text string and ...