Search found 4 matches

by Pahbie
Wed Nov 11, 2015 1:23 am
Forum: Databases
Topic: Checkbox in datagrid = true
Replies: 7
Views: 6519

Re: Checkbox in datagrid = true

Thank you Klaus!
I am having a blast with this!
by Pahbie
Tue Nov 10, 2015 8:10 pm
Forum: Databases
Topic: Checkbox in datagrid = true
Replies: 7
Views: 6519

Re: Checkbox in datagrid = true

I have figured it out thanks to the lead taken from your posts.

In the behavior of the button in the FillinData pData procedure, I inserted:
if Pdata="1" then
set the hilited of button "Done" of me to true
else

"" to false


Thank you so much for the pointer!
by Pahbie
Tue Nov 10, 2015 7:46 pm
Forum: Databases
Topic: Checkbox in datagrid = true
Replies: 7
Views: 6519

Re: Checkbox in datagrid = true

MaxV wrote:The property is the hilited:

Code: Select all

set the hilited of button mycheck to true
Thank you for answering (both of you!)

Where would I insert this code?

Thank you so much!
by Pahbie
Mon Nov 09, 2015 11:45 pm
Forum: Databases
Topic: Checkbox in datagrid = true
Replies: 7
Views: 6519

Checkbox in datagrid = true

Hi - I am new to LiveCode and have gotten pretty far within the first 2 weeks of working on things. I have created a database in the cloud with MySQL. I have created a Datagrid on a card and have been able to populate it with data. I have utilized DBGHelper in order to put a checkbox into a column. ...