Thank you all, really. This forum is extremely useful and unselfish.
I'll try right away.
Best regards
Search found 9 matches
- Thu Aug 23, 2012 8:20 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Validating a numeric entry in a datagrid column
- Replies: 7
- Views: 6007
- Wed Aug 22, 2012 8:30 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Validating a numeric entry in a datagrid column
- Replies: 7
- Views: 6007
Re: Validating a numeric entry in a datagrid column
Hi and thank you very much for your help. The code regarding the rawKeyDown is very useful, thanks, but I can't make the two parts work together When I put on mouseup put the dgColumn of the target into tColumn end mouseup Everything is fine and the column is well identified, but when the rawKeyDown...
- Tue Aug 21, 2012 10:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Validating a numeric entry in a datagrid column
- Replies: 7
- Views: 6007
Validating a numeric entry in a datagrid column
Hi: I have a datagrid with two columns, the first column contains names, so normal text is entered there. The second column is "age" so only numbers go in that column. When the user enters new data in the datagrid I can restrict that the field "age" is only composed by numbers, but when the user dir...
- Wed Aug 01, 2012 9:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Showing the same datagrid in two different cards
- Replies: 11
- Views: 6490
Re: Showing the same datagrid in two different cards
I suppose that's the way to go, unfortunately it is beyond my knowledge of LiveCode right now :-/ I'll keep trying. Anything (an example, an stack, something) would be much appreciated.
Thank you for your help, really.
Thank you for your help, really.
- Tue Jul 31, 2012 10:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Showing the same datagrid in two different cards
- Replies: 11
- Views: 6490
Re: Showing the same datagrid in two different cards
Hi again: Ok, I figured out how to do what I want without using two cards, just one card and hiding and showing the necessary columns of the datagrid with a button, so thank you very much about the property clue, but I have another doubt. I have this three columns in the datagrid: "Month1Estimate", ...
- Mon Jul 30, 2012 10:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Showing the same datagrid in two different cards
- Replies: 11
- Views: 6490
Re: Showing the same datagrid in two different cards
Hi again: The trick worked because now I clone the card and it appears the same datagrid in the two cards, with the same ID, but when I modify the data in one datagrid (directly editing the cells with a double click) the changes are not shown in the other datagrid when you navigate to the other card...
- Mon Jul 30, 2012 6:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Showing the same datagrid in two different cards
- Replies: 11
- Views: 6490
Re: Showing the same datagrid in two different cards
You are my hero, Thanks a lot, really.
Best regards, I owe you a beer
Best regards, I owe you a beer

- Mon Jul 30, 2012 6:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Showing the same datagrid in two different cards
- Replies: 11
- Views: 6490
Re: Showing the same datagrid in two different cards
Hi and thanks for the response, but how can I show the same Datagrid in two different cards? As I said I'm a total newbie.
If I copy and paste the datagrid from one card to another, the new datagrid has a different ID and is totally independent.
Thank you very much.
Best regards
If I copy and paste the datagrid from one card to another, the new datagrid has a different ID and is totally independent.
Thank you very much.
Best regards
- Mon Jul 30, 2012 10:57 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Showing the same datagrid in two different cards
- Replies: 11
- Views: 6490
Showing the same datagrid in two different cards
Hi: I'm a total newbie with LiveCode and I'd like to know if I can do this. I have two different cards in the same stack and I create a datagrid in one card with some columns. Mi question is: Can I show the same datagrid in the other card with different visible columns? I want to create a datagrid o...