Search found 21 matches

by mrk
Sun Jan 09, 2022 4:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Header Cutomisation
Replies: 2
Views: 1328

Re: Datagrid Header Cutomisation

Hi Craig

I did think of that, but not sure how to link the horizontal scrolling.
Vertical is good as the "header" would always be on the top.
by mrk
Sun Jan 09, 2022 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Header Cutomisation
Replies: 2
Views: 1328

Datagrid Header Cutomisation

Hi All

just wonder if it was possible to customize a datagrid header to look like an excel sheet with oversized headers (aka merged cells) with sub headings. Hopefully the picture explains it better....
header.jpg
by mrk
Tue May 05, 2020 8:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repeating data input or repeating table
Replies: 9
Views: 4637

Re: Repeating data input or repeating table

Yes ideally it would look something like the above tree.
I suppose what im trying to workout is how to programatically create and associate the "fields" when the user requires them.
by mrk
Tue May 05, 2020 12:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repeating data input or repeating table
Replies: 9
Views: 4637

Re: Repeating data input or repeating table

@FouthWorld - I have thought about that but, the traditional paperwork is basically just a page with a table on it and the people who use it are used to that format, however, i don't think that presenting the data in that format though a digital format would work well, especially given that the user...
by mrk
Fri May 01, 2020 11:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repeating data input or repeating table
Replies: 9
Views: 4637

Re: Repeating data input or repeating table

Hi Klaus Thanks for the reply. The DB design isnt my problem, what is am wondering is how to best create/display this kind of input form and if it is possible. I realise there will be a requirement for CRUD functions but i think ill be okay with these, it more how would one display the information i...
by mrk
Thu Apr 30, 2020 2:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repeating data input or repeating table
Replies: 9
Views: 4637

Repeating data input or repeating table

Hi all I am trying to design a form that contains information about a job and is going to be stored within a database. Capturing the basic data is fine, where I'm running into issues is I need to be able to add multiple Step/Sub Steps/Sub sub steps (if that's a real term). The data is really a Paren...
by mrk
Tue Aug 22, 2017 2:26 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Categorizing Datagrid form
Replies: 0
Views: 1738

Categorizing Datagrid form

Hi All Just curious (well stumped really). I have a data-set which I can import and display on a datagrid (table)just fine. What I would like to do is sort the data by a specific field so that all items with a specific category show under an expandable row (Using a separate datagrid). I could use a ...
by mrk
Fri Aug 18, 2017 5:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving Cards between Stacks
Replies: 5
Views: 3592

Re: Moving Cards between Stacks

I initially moved them using the Project Browser, so I though I would have been able to repeat the process. Ahhh I think I've just seen the error in my ways. I was trying to move one card into another card not a sub stack (see image). My bad should have paid more attention to some of the tutorials.....
by mrk
Fri Aug 18, 2017 10:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving Cards between Stacks
Replies: 5
Views: 3592

Moving Cards between Stacks

Hello

I moved a card out of a substack into the main stack, now I cant move it back into the substack. Is this to be expected and I need to plan my Stacks better rather than arranging them "on the fly"? Still getting my head around how to "organise" a project.
by mrk
Fri Aug 18, 2017 5:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Typeahead / Filter Datagrid based on a search string
Replies: 1
Views: 1778

Re: Typeahead / Filter Datagrid based on a search string

Found the problem...typo. I've fixed the code above
by mrk
Wed Aug 16, 2017 4:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Typeahead / Filter Datagrid based on a search string
Replies: 1
Views: 1778

Typeahead / Filter Datagrid based on a search string

Hi All Firstly the code below is my attempt at combining a couple of different threads about this particular issue. I hope by posting this it will help others. Thanks to: zaxos, sritcp,billworld, Janschenkel and bn for their posts which guided me to the below "solution" Basically I have a datagrid w...
by mrk
Tue Aug 15, 2017 12:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Refresh DataGrid/Treeview when card closes
Replies: 5
Views: 3546

Re: Refresh DataGrid/Treeview when card closes

That's interesting, I may have a use for that information. I don't think I worded my question properly....sorry. Let's try again..... I need the view rebuilt when the Card initially opens -- I have this working. What I need to do is not have the "on resumeStack" fire when the card is initially openi...
by mrk
Tue Aug 15, 2017 12:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Refresh DataGrid/Treeview when card closes
Replies: 5
Views: 3546

Re: Refresh DataGrid/Treeview when card closes

That's interesting, I may have a use for that information. I don't think I worded my question properly....sorry. Let's try again..... I need the view rebuilt when the Card initially opens -- I have this working. What I need to do is not have the "on resumeStack" fire when the card is initially openi...
by mrk
Tue Aug 15, 2017 10:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Refresh DataGrid/Treeview when card closes
Replies: 5
Views: 3546

Re: Refresh DataGrid/Treeview when card closes

Okay, I think I've found a way. On the Card that has the Treeview I have inserted the following into the Card Script on resumeStack BuildTree --"The function I have that re-queries SQL and redraws the treeview" end resumeStack As a side note, is there a way to determine if the Stack is being Opened?...
by mrk
Tue Aug 15, 2017 3:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Refresh DataGrid/Treeview when card closes
Replies: 5
Views: 3546

Refresh DataGrid/Treeview when card closes

Hello I'm sure I'm missing something basic but I have to ask.... I have a treeview field on my "Main" card. I open a separate sub stack (Add Equipment - Card02) to administer the adding of child nodes (done by reading a SQL table of available selections, the selections are then added to the SQL tabl...

Go to advanced search