Search found 42 matches

by Jason1234
Fri Dec 30, 2011 1:36 am
Forum: Databases
Topic: Sqlite encyption
Replies: 79
Views: 58468

Re: Sqlite encyption

I am following this with keen interest as are many others. My requirement is to send an encrypted file with the mobile application which then de-crypts it then just reads the data. I don't always need to post new data just view the file. Getting the example provided by marksmithhfx to work in the mo...
by Jason1234
Thu Dec 29, 2011 12:21 am
Forum: Databases
Topic: SQL Syntax question
Replies: 4
Views: 3542

Re: SQL Syntax question

Bernard...

That is a truly great tip!.... really makes building a query from variables easy.

Saved me loads of trouble. :)

Regards

Jason
by Jason1234
Wed Dec 28, 2011 8:10 pm
Forum: Databases
Topic: Variables in Sqlite Query
Replies: 2
Views: 3889

Re: Variables in Sqlite Query

Klaus

Thank you, just what I needed... works perfect.

Regards

Jason
by Jason1234
Wed Dec 28, 2011 1:03 pm
Forum: Databases
Topic: Variables in Sqlite Query
Replies: 2
Views: 3889

Variables in Sqlite Query

Hi... I hope I have this wrong as my hole application is defunct if I cannot get this to work... I am using an Sqlite database and all is good with the tables and query working well, when not using variables. Having got it to work my application will now query the database from variables created fro...
by Jason1234
Thu Jun 30, 2011 11:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ComboBox
Replies: 8
Views: 5849

Re: ComboBox

That helps me even though the code I have shown is only a small snippet where the values entered are different. However your advice makes perfect sense and I will do as you suggest where the values are the same. I also understand the point about working with variable not the field so will do that to...
by Jason1234
Thu Jun 30, 2011 6:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ComboBox
Replies: 8
Views: 5849

Re: ComboBox

Thank you for your help. With the comments it really helps. I presume I have got this right (it seems to work) in the Stack Script.. I have now entered: Global roomsens command TheCalc if the text of fld "Length" is a number or the text of fld "Width" is a number or the text of fld "Height" is a num...
by Jason1234
Thu Jun 30, 2011 2:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ComboBox
Replies: 8
Views: 5849

Re: ComboBox

This is odd... possibly because the ComboBox is a button not a field..? case "Other" Ask "What is the room name" ## Store th ANSWER for later use: put it into tAnswer put return & tAnswer after button "theItem" put 0.80 into roomsens ## Now do whatever you want with tAnswer put tAnswer into fld "the...
by Jason1234
Wed Jun 29, 2011 11:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ComboBox
Replies: 8
Views: 5849

Re: ComboBox

Thanks again...

I am learning.... just very slowly...

I appreciate the help. Thanks.
by Jason1234
Wed Jun 29, 2011 12:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ComboBox
Replies: 8
Views: 5849

ComboBox

Hi... I am new to livecode so this may seem a simple question but I cannot find the answer in the forum or the help files. I have a Combo box that I have pre entered a list of selections. I am using on menuPick itemPicked switch itemPicked case "Living Room" Put 0.80 into roomsens break case "Lounge...
by Jason1234
Sat Jun 18, 2011 12:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Functions?
Replies: 4
Views: 2931

Re: Functions?

Hi & thank you for the welcome....

I appreciate the file too this will help me...

I am so impressed with the help received via the Forum ... Thank you!
by Jason1234
Sat Jun 18, 2011 11:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Functions?
Replies: 4
Views: 2931

Re: Functions?

Just perfect...! Thank you for your help.
by Jason1234
Sat Jun 18, 2011 9:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Functions?
Replies: 4
Views: 2931

Functions?

Hi.. This is my first post. I am new to Livecode!... I am sorry if this question is obvious but I have searched the help file and forum and cannot find an answer that relates to my question. Please can someone help me? I have three fields: Field1 Field2 Result I am using the following code that is e...

Go to advanced search