Search found 4 matches

by marcha
Wed Aug 10, 2016 10:42 pm
Forum: CGIs and the Server
Topic: On-Rev cron command format and livecode path
Replies: 4
Views: 6852

Re: On-Rev cron command format and livecode path

Thanks ghettocottage for your reply
I had already tried your solution (and many others) prior to posting, so far I have not been able to make this work. I have submitted a ticket at on-rev, if I get a reply I will post back.
by marcha
Wed Aug 10, 2016 3:28 am
Forum: CGIs and the Server
Topic: On-Rev cron command format and livecode path
Replies: 4
Views: 6852

Re: On-Rev cron command format and livecode path

Hi Roger,

I am facing the same problem, four years down the line.
Have you found a solution to this?

Thanks
Marc
by marcha
Thu Mar 04, 2010 4:57 pm
Forum: Talking LiveCode
Topic: Data Grid Table columns sorting
Replies: 3
Views: 3648

Re: Data Grid Table columns sorting

Thanks Trevor this helped and thanks for pointing me towards some new training resources.
by marcha
Wed Mar 03, 2010 1:33 pm
Forum: Talking LiveCode
Topic: Data Grid Table columns sorting
Replies: 3
Views: 3648

Data Grid Table columns sorting

Hi, I would like to turn the column sorting to off and do not want to be able to sort I tried -via script or -property inspector >> columns > sort by column checked for off the latter didn't work so I tried this script: set the dgProps["sort by column"] of group "DataGrid 1" to "false" this didn't w...