Search found 34 matches
- Thu Aug 16, 2012 2:29 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datagrid (Form)
- Replies: 6
- Views: 4354
Re: Datagrid (Form)
Anyone can help with this problem?
- Tue Aug 14, 2012 2:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datagrid (Form)
- Replies: 6
- Views: 4354
Re: Datagrid (Form)
hi thanks for replying that is something i have been looking for too but not what i want now thank anyway. :D Previous version which select line to view different contents: http://desmond.imageshack.us/Himg16/scaled.php?server=16&filename=post2mq.png&res=landing new version which user select image t...
- Mon Aug 13, 2012 2:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datagrid (Form)
- Replies: 6
- Views: 4354
Re: Datagrid (Form)
i am so sorry i am really confused with this too, still new to grid. so i do not know how to give a really good explanation. be patient with me thanks :D i put the image object in the grid as a template http://desmond.imageshack.us/Himg189/scaled.php?server=189&filename=postiam.png&res=landing i did...
- Fri Aug 10, 2012 7:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datagrid (Form)
- Replies: 6
- Views: 4354
Datagrid (Form)
Hi guys I have put 3 images per rows for the template in a Datagrid i got 1 custom property for each of there that contain a value(int) how can i put those value in? will the values of the custon property be the same in the datagrid if i got multiple rows and it seem like i have a problem getting cu...
- Mon Aug 06, 2012 4:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Inserting different field into different tables
- Replies: 3
- Views: 3248
Inserting different field into different tables
HI THANks in Advance for helping i am trying to insert into different tables into a database. how to i change the SQL statement on it so that field 1 goes into column 1 for any table and when the field is empty it just leave it blank? put "INSERT INTO VIP (Name,Age,Job) " & \ merge ("VALUES ('[[Ftna...
- Mon Aug 06, 2012 4:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting value of the same in other field or menu buttons
- Replies: 9
- Views: 5679
Re: deleting value of the same in other field or menu button
How do i set the datagrid column names same as the database when i switch database to view? can it be done? Yes, it can be done 8) You can set the names of the columns and also the label of the columns: ... ## Rename the internal naming: set the dgProp["columns"] of group "Data Grid" to your_CR_sep...
- Fri Aug 03, 2012 9:14 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting value of the same in other field or menu buttons
- Replies: 9
- Views: 5679
Re: deleting value of the same in other field or menu button
How do i set the datagrid column names same as the database when i switch database to view?
can it be done?
can it be done?
- Fri Aug 03, 2012 9:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting value of the same in other field or menu buttons
- Replies: 9
- Views: 5679
Re: deleting value of the same in other field or menu button
okay i understand already
Thanks guys!
cheers

Thanks guys!
cheers


- Fri Aug 03, 2012 8:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting value of the same in other field or menu buttons
- Replies: 9
- Views: 5679
Re: deleting value of the same in other field or menu button
Hi pidobearBUSsb9q, This script should work: put selectedText of field "dbDrop" into dropDb put lineOffset[b](dropDb,asd[/b]) into setline if setline <> 0 then delete line setline of field "existDB" Best regards Jean-Marc hi thanks for your help but i didnt know what to put in for the bold...
- Fri Aug 03, 2012 7:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting value of the same in other field or menu buttons
- Replies: 9
- Views: 5679
Re: deleting value of the same in other field or menu button
- put the text of the field/menu into a variable - put the lineOffset into a variable - if the lineOffset variable is greater than 0; delete line (lineOffsetVariable) of (fieldMenuVariable) - set the text of the field/menu to (fieldMenuVariable) sorry but how to you set the lineOffset? SyntaxlineOf...
- Fri Aug 03, 2012 7:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: deleting value of the same in other field or menu buttons
- Replies: 9
- Views: 5679
deleting value of the same in other field or menu buttons
Hey guys
i am trying to delete a value from a field/menu button that have the same value with the other field/menu button
which mean
the same value of the 2 field/ menu button would be gone if i delete anyone of them.
thanks
cheers

i am trying to delete a value from a field/menu button that have the same value with the other field/menu button
which mean
the same value of the 2 field/ menu button would be gone if i delete anyone of them.
thanks
cheers



- Thu Aug 02, 2012 2:12 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put "items" into next line in field
- Replies: 15
- Views: 8936
Re: put "items" into next line in field
OMG finally it working Thanks you dixie and all for your precious time and help
been trying to solved that for almost a day.
Greatly appreciated
been trying to solved that for almost a day.

Greatly appreciated

- Wed Aug 01, 2012 10:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put "items" into next line in field
- Replies: 15
- Views: 8936
Re: put "items" into next line in field
sorry if it confuse you but i want to deletejmburnod wrote:Hi pidobearBUSsb9q,
I readDo you want delete the hilitedlines or have no hilitedlines in your field ?there are no error but it wont delete
and hilitedline without "s" also work![]()
Best regards
Jean-Marc

- Wed Aug 01, 2012 9:15 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put "items" into next line in field
- Replies: 15
- Views: 8936
Re: put "items" into next line in field
hi jean-Marcjmburnod wrote:Hi pidobearBUSsb9q ,
Use hilitedlines instead hilitedline (one s at the end)
Best regardsCode: Select all
set the hilitedLines of field "FIELD" to empty
Jean-Marc
thank for your help
its not working too

- Wed Aug 01, 2012 9:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put "items" into next line in field
- Replies: 15
- Views: 8936
Re: put "items" into next line in field
it not working.shaosean wrote:You set the hilitedLine property.. I cannot remember if you set it to 0 (zero) or EMPTY but one of those will do it for you..
Code: Select all
set the hilitedLine of field "FIELD" to EMPTY
there are no error but it wont delete
where can i set the property?