AltSQLite and Database Query Builder

2006-06-06 Thread Michael Mandaville
I am currently using altSQLite3 and trying to see if I can use the Database Query Builder to hook it into. I have a few questions. 1. Once the database has been created, is it best placed in the same folder as the Applications Mainstack? Or in the folder with the Revolution Application? 2.

AltSQLite to Mobile Content

2006-05-27 Thread Michael Mandaville
Andre, That's terrific. Do you have any guidelines or samples on this? Or any direction that you can point me in? I'd really appreciate it. Michael ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

AltSQLite to Mobile Content

2006-05-26 Thread Michael Mandaville
Has anybody been checking into how to take altSQLite data from an application and port it over to PDS/Phones, etc., through a Mobile Content conduit/program/app/service, etc., ?? Michael ___ use-revolution mailing list use-revolution@lists.runrev.com

Adding List Items to Popup/Option Menus, etc.,

2006-03-30 Thread Michael Mandaville
I am trying to take a items from a list to automatically populate PopUpMenus and Option Menus when the List is updated. The List uses a Priority Group - tPrimary. An Option Menu - tSecondary. A field - tTask. It puts these items into a field "List" Here's the code for the button which puts t

A Triangle Box Field like Entourage

2006-03-19 Thread Michael Mandaville
Does anybody have a sample of the Triangle system used in fields in Entourage? Where one clicks the triangle to reveal either folders in the left hand box. Or email in the center column? Or is there a better, alternate way to do this in Rev? Thanks, Michael ___

A Stripped Down Manual Reordering of Lines for a Field

2006-03-05 Thread Michael Mandaville
I have been studying Jan Schenkel's excellent stack on Manual Reordering. I'm taking it apart to learn. Also another stack called "Get in Line". But I wanted to know if there's a stripped down version of Manual Reordering for a field. The user would select certain controls, buttons, A category a

A Constellation Problem - of my own making

2006-02-28 Thread Michael Mandaville
Tim, As far as I can tell, you described the problem quite accurately. The Constellation top is tucked under the Revolution/Mac OSX menubar at the top so I can't drag it anywhere. I'm on a 14" Mac Powerbook too And when I restart it goes right under the menu bar as well. Michael ___

A Constellation problem-of my own making?

2006-02-28 Thread Michael Mandaville
Revolutionaries, I installed version 2.7 along with Constellation. However, when I use Constellation, the interface sticks to the top of the screen, covered up by the Revolution Toolbar Text and Toolbar Icons pallettes. I might have inadvertently hit a button on Constellation that locks it int

Addition-Elementary Style

2006-01-26 Thread Michael Mandaville
I just want thank everybody for their kind and considerate help. Don't worry. I'm not going to ask about Long Division. Whew! Michael ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Addition-Elementary Style

2006-01-25 Thread Michael Mandaville
Revolution brothers and sisters, On the basis that the most stupid question is the one left unasked, I throw myself on the pyre with this question: I have eight multiple text fields. Numbers will go into these fields. I want all the numbers to add up and go into the Ninth field. Add field1+fie

A Custom Property Sets 'Database"

2006-01-03 Thread Michael Mandaville
Rather than dive into mySQL or altSQLite, (I am a Newbie), I was directed to look at Custom Property Sets in order to use the 'internal databse' of Revolution to store information. 1. Would I use a Table Field as the object to store at least 500 records? 2. What is the language in the Custom Pr

Asking about Rev and the Web-PHP?

2006-01-03 Thread Michael Mandaville
Can Rev work with PhP programming to serve up web pages? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/

Rev Internal Data Structures

2005-12-21 Thread Michael Mandaville
Everyone, thanks for the help. If I used Fields (or tables in fields) in a data stack that is hidden, what is the limit to the number of entries from the user? If I can figure out where to put all the data that I know will be generated, I can make good progress toward the app. Does anybody ha

Rev Internal Data Structures

2005-12-20 Thread Michael Mandaville
I received an email from Sarah a while back that Revolution was perfectly capable of handling data through its own internal database structures (rather than have a newbie like myself work in mySQL).I am primarily manipulating extensive tables of data, not unlike a huge spreadsheet with input fr

Application on Task -Dan Shafer Book

2005-07-27 Thread Michael Mandaville
I sent the stack to the email address that was in your response. Hopefully you got it. Thank you, Michael -- Forwarded Message From: Michael Mandaville <[EMAIL PROTECTED]> Date: Tue, 26 Jul 2005 11:41:33 -0700 To: Subject: Application on Task -Dan Shafer Book I'm a Newbie, work

Application on Task -Dan Shafer Book

2005-07-26 Thread Michael Mandaville
h anybody who wants it. I can email the stack at will. Thank you, Michael Mandaville ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Asking for Shao Sean's Calendar Object

2005-07-19 Thread Michael Mandaville
very much, Michael Mandaville [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

("sqlite", filepath...)

2005-07-04 Thread Michael Mandaville
How can I program a new database, made with altSQLite, to put the database in the same folder i.e., the filepath, where the user created a new stack from the application? Is there a certain piece of code which picks up the name of their file (chosen by the user) and then automatically put into the

Creating & Using Tabs tutorial

2005-04-14 Thread Michael Mandaville
Judy, Where is your tabs tutorial? I tried searching online for "RevOnline" but didn't find anything that pertained to your work. Can you post a URL for it so that I can see your labor of love? I appreciate your newbie approach. I'm right there with you and trying to decipher optimized code d

Combo-box/popup menu in a list field?  

2005-03-24 Thread Michael Mandaville
Paul, Are you trying to get this from Jan Schenkel? I may have something similar. Michael ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Columns and Internal Option Menus

2005-03-24 Thread Michael Mandaville
1. COLUMNS: I have three elements - Primary, Secondary and Task. I already got it to sort on the Primary. I can then set up a button for the Secondary aswell. How do I send them items to a nice even scrolling field of three columns? In that way, I suppose, I can sort on each column or set u

Buttons, Fields & Columns

2005-03-20 Thread Michael Mandaville
Sarah, This was extremely helpful. I followed your instructions and it worked just great. BTW, you were the one who was so kind to give me your opinion on Revolution which convinced me to move forward!I had to figure out that you used Radio Buttons and then put them into a group, but then g

Buttons,Fields & Columns

2005-03-17 Thread Michael Mandaville
A,B,C, Multiple Choice Task/Action I appreciate your guidance. I am going through the tutorials and reading Dan Shafer's book. Though it's slow going, I've made great discoveries so far and am very encouraged. Michael Mandaville __

Question for the Mailing List

2005-03-15 Thread Michael Mandaville
n and the SecondaryOptionButton and the TaskField into a Multicolumn field which can be sort by A,B,C, Multiple Choice Task/Action I appreciate your guidance. I am going through the tutorials and reading Dan Shafer's book. Though it's slow going, I've made great discoveries so far and am v

basic database primer V1

2005-02-25 Thread Michael Mandaville
Bob, What is the url for you primer at revonline? I'm new at this. I'd appreciate your help. Michael ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution