Search found 34 matches

by blairetabay
Sat Mar 08, 2014 3:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Screen Lock
Replies: 4
Views: 2515

Screen Lock

Hi to all,

I have two forms the main and the sub form. i use lock screen. In my mind that only the form that is active is working but its not.

here is my code

Code: Select all

set the lockScreen to true
by blairetabay
Sun Mar 02, 2014 5:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing values
Replies: 9
Views: 4114

Re: Printing values

hi Klaus,


Sorry for this thread that i made. its already running now. i just figure it out where i went wrong i just review my codes.


best


blaireTabay
by blairetabay
Sun Mar 02, 2014 4:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need help to add value to datagrid
Replies: 3
Views: 2164

Re: Need help to add value to datagrid

hi Klaus, sorry for my manner of putting a capital Letter. i beg for your pardon Thank you for adding some information about this. here is my code and it work now. i just to like to share what i learn. on mouseUp put field "txt_caseNum" into caseNum put field "txt_drName" into drName put field "txt_...
by blairetabay
Sun Mar 02, 2014 3:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need help to add value to datagrid
Replies: 3
Views: 2164

Need help to add value to datagrid

I have a problem regarding with the datagrid. All i want is to add a value inside my datagrid using a textbox. i dont have any idea how to do it here is my code put field txt_caseNum into caseNum put field txt_drName into drName put field txt_searchNum into txt_Num put caseNum & tab & drName & tab& ...
by blairetabay
Sun Mar 02, 2014 3:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing values
Replies: 9
Views: 4114

Re: Printing values NEED HELP

Hi Mark,


all I want is to print the value in quartam coming from my datagrid. The problem is only the first column of the row is being printed not all the data inside my datagrid.


thanks in advance

Mark

blaireTabay
by blairetabay
Sat Mar 01, 2014 10:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing values
Replies: 9
Views: 4114

Printing values

Hi to all, i have a serious problem regarding with printing, it almost working now the only problem is the datagrid printing to loop its value. I try a button on the other card its working. code for printing local sCurrentRecord local sDetail, sDocument, sLastRecord,sample local tLayoutFile, tDataBr...
by blairetabay
Sat Mar 01, 2014 10:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Searching a Datagrid
Replies: 8
Views: 5576

Re: Searching a Datagrid

altamative131, this work for me. i am using a datagrid and a database to show the exact value is been search put this code in you button to search it only work if you have a database. local Ldisplay local Tdisplay, sea put field "txt_keywords" into search put "select id, lastName,givenName,middleNam...
by blairetabay
Thu Feb 27, 2014 10:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error need help CHUNK?
Replies: 5
Views: 3271

Re: Error need help CHUNK?

Simon,


I have those field in my card.
by blairetabay
Thu Feb 27, 2014 9:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error need help CHUNK?
Replies: 5
Views: 3271

Re: Error need help CHUNK?

this is my code that i get an error of a chunk. am i doing the right code? local sCurrentRecord local sLastRecord, sample local tLayoutFile, tDataBroker, tShowPreview on mouseUp put 1 into sCurrentRecord if "qrtReportsLib" is not among the lines of the stacksInUse then start using stack "qrtReportsL...
by blairetabay
Thu Feb 27, 2014 8:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Error need help CHUNK?
Replies: 5
Views: 3271

Error need help CHUNK?

error

button "btnPrint": execution error at line 35 (Chunk: no such object) near "txt_id", char 4

what does it mean?

Code: Select all


put fld "txt_id" into sample["sample2"]

is there something wrong with my code?

blaireTabay
by blairetabay
Wed Feb 26, 2014 3:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing DATAGRID need Help
Replies: 14
Views: 6634

Re: Printing DATAGRID need Help

Klaus,


the link that you given is not available for quartam forum.

many thanks anyway.

best

blaireTabay
by blairetabay
Wed Feb 26, 2014 7:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Get Column Value
Replies: 5
Views: 2947

Re: Datagrid Get Column Value

Simon Thank you it really help me although it loop the entire row now i want it to show the message in just one click. in your example it will loop every column. Here is my code am I doing the right thing in showing the message? put the dgData of group "dgGrid" into theDataA put the dgIndexes of gro...
by blairetabay
Wed Feb 26, 2014 2:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Get Column Value
Replies: 5
Views: 2947

Datagrid Get Column Value

hi to all, i have a serious problem regarding with the datagrid. i need to the values inside my datagrid per column in an array form i have a sample code but it returns it just give me the row name not the row value datagrid name is dgGrid recNum is the row name in my datagrid put the getDataOfIndex...
by blairetabay
Tue Feb 25, 2014 5:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing DATAGRID need Help
Replies: 14
Views: 6634

Printing DATAGRID need Help

I'm a beginner in LC i have a serious problem regarding with printing i try using a print this card the problem with print this card is only the value inside the card. How about i have a datagrid and the data is more than one page of printing. im developing a standalone app. i found this code from t...
by blairetabay
Tue Feb 25, 2014 8:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing DATAGRID need Help
Replies: 14
Views: 6634

Re: Printing need Help

Simon, I know that one the print this card. all i want is the data inside my datagrid to be printed. not the card itself. i'm working on the standalone windows app here is my code PrepareRecordData -- get ready to print local tLayoutFile, tDataBroker, tShowPreview put AbsolutePath ("tabaySample.qrl"...

Go to advanced search