Search found 34 matches

by blairetabay
Tue May 06, 2014 2:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to print two pages or more in datagrid
Replies: 4
Views: 4822

how to print two pages or more in datagrid

i'm a new user of LC.

A serious problem appear on my print a stack

after i have created a stack that will print everything works will. i loop the value of the data grid to fit to my needs,

From here everything just work accordingly on just 1 page of document.

Problem is i have lot of documents ...
by blairetabay
Sun Mar 30, 2014 2:27 pm
Forum: Talking LiveCode
Topic: Using Quartam Reports
Replies: 13
Views: 21517

Re: Using Quartam Reports

Here is the error that prompt me even thought i have a license on my quartam
by blairetabay
Sun Mar 30, 2014 2:20 pm
Forum: Talking LiveCode
Topic: Using Quartam Reports
Replies: 13
Views: 21517

Re: Using Quartam Reports

Where should I put the

qrtReports_InitLicense "<your license key here>"

in my openStack or in my button stack for print the?
by blairetabay
Wed Mar 26, 2014 3:27 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [OT] Rev and Quartam Reports
Replies: 10
Views: 11521

Re: [OT] Rev and Quartam Reports

after i bought a license on quartam and register still i cannot print any suggestion how to fix this
by blairetabay
Wed Mar 26, 2014 10:40 am
Forum: Talking LiveCode
Topic: Using Quartam Reports
Replies: 13
Views: 21517

Re: Using Quartam Reports

i purchased a license but still have a problem in my report it prompt tat i did not include in my stack. i also include what you posted still i can't print.


thanks,
by blairetabay
Tue Mar 18, 2014 3:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: handler required "select(MAX).."
Replies: 2
Views: 3164

Re: handler required "select(MAX).."

Bangkok,

I review my codes and something wrong with my code i just get it. no need to check your database.
by blairetabay
Tue Mar 18, 2014 4:25 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: SOLVED - Is there a date/time picker in Live Code?
Replies: 9
Views: 16195

Re: SOLVED - Is there a date/time picker in Live Code?

towsend,

how to change it to a slash and remove the day of the week


thanks

blaireTabay
by blairetabay
Tue Mar 18, 2014 1:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: handler required "select(MAX).."
Replies: 2
Views: 3164

handler required "select(MAX).."

i am trying to get the MAX number in my database column and adding 1 on it to create another MAX number on my next select.

i try this one and its working as my sample

http://www.w3schools.com/sql/sql_func_max.asp

The problem is it require a handler and a parameter. I don't have an idea where do ...
by blairetabay
Tue Mar 18, 2014 1:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: requires Revolution XML
Replies: 4
Views: 4185

Re: requires Revolution XML

Simon,

Thank you for lighting me up for this issue.

i did a wrong move. I open the tab for a stack in my mind its all there.

thank you.

:lol:
by blairetabay
Mon Mar 17, 2014 4:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid update Value
Replies: 0
Views: 1912

Datagrid update Value

in my datagridview i have a value that i want to change the specific column. I use dgHilitedLines to prompt the specific field

i done this correctly. here is the code for that and its working


put the dgHilitedLines of group "dgGridOrderListDoctor" into theLine
put the dgDataOfLine[theLine] of ...
by blairetabay
Mon Mar 17, 2014 4:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: requires Revolution XML
Replies: 4
Views: 4185

Re: requires Revolution XML

hi Simon,

I tried that one a couple times but it always prompt me that the that is not a Stack.

thanks,
by blairetabay
Mon Mar 17, 2014 7:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: requires Revolution XML
Replies: 4
Views: 4185

requires Revolution XML

How can i put the rRevolution XML in my library?

or i just add in the preferences?
by blairetabay
Wed Mar 12, 2014 3:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save value of datagrid into MYSQL
Replies: 2
Views: 2812

Re: save value of datagrid into MYSQL

hi bangkok,

Thank you :idea:

it work and run smoothly for me.

blairetabay :lol:
by blairetabay
Wed Mar 12, 2014 8:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: save value of datagrid into MYSQL
Replies: 2
Views: 2812

save value of datagrid into MYSQL

I 'm able to save in this way but it will only create one row. I have more than one row in my datagridview. i want that every row of my datagrid will be save according to its row.




put the dgData of group "dgGridMed" into theDataA
put the dgIndexes of group "dgGridMed" into theIndexes ...
by blairetabay
Sat Mar 08, 2014 4:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Screen Lock
Replies: 4
Views: 3918

Re: Screen Lock

hi Klaus,


i mean stack. main stack and the sub stack.