Search found 5 matches

by BattleWolf
Tue Nov 17, 2009 8:35 pm
Forum: Databases
Topic: Use of Query Builder questions
Replies: 2
Views: 3386

Use of Query Builder questions

Hi, I am trying to update records in a SQLite table that I link to in a Query Builder automatic query in Rev4.0 (described in the http://downloads.runrev.com/userguide/userguide.pdf PDF on pages 280 and onwards). I am able to view records and move between them. 1) the "Save options" (pg 285 point 8....
by BattleWolf
Sun Nov 01, 2009 12:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Launch - Houston, we have a problem
Replies: 8
Views: 6320

How about using the presence of a (temporary and empty?) file as a status check as opposed to the content of such a file? In theory this should prevent the simultaneous access issues...
by BattleWolf
Wed Oct 21, 2009 7:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Easiest database access?
Replies: 4
Views: 3999

Easiest database access?

Hi, Not sure where this needs to go - getting started or databases. But it is a newbie question so here it is... I have been playing around with Rev for a little bit to see if it could replace MSAccess for me. So far so good, but I now have the following question: what is the easiest (not necessaril...
by BattleWolf
Wed Oct 21, 2009 4:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: "answer" command code samples?
Replies: 2
Views: 2652

Thanks

Thanks, that did the trick! I am sure I will have quite a few more questions in the days to come... :)
by BattleWolf
Wed Oct 21, 2009 4:04 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: "answer" command code samples?
Replies: 2
Views: 2652

"answer" command code samples?

Hi everyone, I am very new to Revolution and am bashing my head against the wall with the "answer" command. The pseudo code that I want to have is as follows: if (answer "Is this OK?" with "Yes" or "No") = "Yes" then (do "Yes" code) else (do "No" code) end if I tried with variables, I tried all sort...