Search found 34 matches

by pidobearBUSsb9q
Thu Aug 16, 2012 2:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid (Form)
Replies: 6
Views: 5368

Re: Datagrid (Form)

Anyone can help with this problem?
by pidobearBUSsb9q
Tue Aug 14, 2012 2:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid (Form)
Replies: 6
Views: 5368

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 ...
by pidobearBUSsb9q
Mon Aug 13, 2012 2:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid (Form)
Replies: 6
Views: 5368

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 ...
by pidobearBUSsb9q
Fri Aug 10, 2012 7:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid (Form)
Replies: 6
Views: 5368

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 ...
by pidobearBUSsb9q
Mon Aug 06, 2012 4:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Inserting different field into different tables
Replies: 3
Views: 3866

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 ...
by pidobearBUSsb9q
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: 6921

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 ...
by pidobearBUSsb9q
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: 6921

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?
by pidobearBUSsb9q
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: 6921

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 ...
by pidobearBUSsb9q
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: 6921

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 ...
by pidobearBUSsb9q
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: 6921

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
:D :D :D
by pidobearBUSsb9q
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: 10759

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 :D
by pidobearBUSsb9q
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: 10759

Re: put "items" into next line in field

jmburnod wrote:Hi pidobearBUSsb9q,

I read
there are no error but it wont delete
Do you want delete the hilitedlines or have no hilitedlines in your field ?

and hilitedline without "s" also work :oops:

Best regards

Jean-Marc
sorry if it confuse you but i want to delete
:D
by pidobearBUSsb9q
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: 10759

Re: put "items" into next line in field

jmburnod wrote:Hi pidobearBUSsb9q ,

Use hilitedlines instead hilitedline (one s at the end)

Code: Select all

set the hilitedLines of field "FIELD" to empty
Best regards

Jean-Marc
hi jean-Marc

thank for your help
its not working too
:D
by pidobearBUSsb9q
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: 10759

Re: put "items" into next line in field

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
it not working.
there are no error but it wont delete

where can i set the property?