Unhiliting Radio Buttons

2005-12-01 Thread Fred Giannetto
Hello, I am finishing an example of an online lesson plan with a test. Do I have to manually unhilite every radio button when the card (or stack opens) or is there someway I can unhilite them all at once, *possibly with a wildcard operator* (they are spread out over 4 different cards).

Re: Unhiliting Radio Buttons

2005-12-01 Thread Fred Giannetto
2005 16:20:17 -0600 set the hilitedbutton of grp fred to none Fred Giannetto wrote: Hello, I am finishing an example of an online lesson plan with a test. Do I have to manually unhilite every radio button when the card (or stack opens) or is there someway I can unhilite them all at once

Re: Question on Radio Buttons

2005-11-26 Thread Fred Giannetto
This would put a 2-line response into gQuestion1. - line 1 = 'correct' or 'wrong' - line 2 = the answer they selected There are also other ways to accomplish this or just about anything else you want to do. Food for thought... Phil Davis Fred Giannetto wrote: Hello, I am trying to store

Question on Radio Buttons

2005-11-22 Thread Fred Giannetto
Hello, I am trying to store the response from a radio button group in a global variable. I have went throught the board and every remedy I try does not return a value. I have one multiple choice group and one button that I am using to try to answer the result (so I can see if it is

Re: Trying to return results from a query run on the database

2005-11-03 Thread Fred Giannetto
To: How to use Revolution use-revolution@lists.runrev.com Subject: Re: Trying to return results from a query run on the database Date: Tue, 1 Nov 2005 16:10:48 -0800 On Nov 1, 2005, at 4:03 PM, Fred Giannetto wrote: Hello, I am trying to create a list of data entered into the database. I have

Re: Trying to return results from a query run on the database

2005-11-03 Thread Fred Giannetto
It seems that it is putting the connection database ID number without executing the SQL statement. From: Fred Giannetto [EMAIL PROTECTED] Reply-To: How to use Revolution use-revolution@lists.runrev.com To: use-revolution@lists.runrev.com Subject: Re: Trying to return results from a query run

Re: Trying to return results from a query run on the database

2005-11-03 Thread Fred Giannetto
on the database Date: Thu, 3 Nov 2005 12:17:48 -0800 On Nov 3, 2005, at 11:56 AM, Fred Giannetto wrote: Thank you Trevor, The function executes but only returns the Database ID connection instead of the results of the query. Anyone know why it would be doing this? revQueryDatabase returns

Trying to return results from a query run on the database

2005-11-01 Thread Fred Giannetto
Hello, I am trying to create a list of data entered into the database. I have recently tried get revDataFromQuery(tDatabaseEnroll,SELECT lname, fname, ID from usrev.results) --revQueryDatabase(tDatabaseEnroll,select lname, fname, ID from usrev.results)

General Questions on MS Media Player

2005-10-27 Thread Fred Giannetto
Hello, I am trying to display movies in two different formats. Quicktime is working without a problem. I am trying to setup a button that sets the viewer to MS Media Player and runs a movie from C:. How does Revolution know where the movie is with such a simple statement as start player

Re: Some Foolish questions

2005-10-20 Thread Fred Giannetto
Hello Sir, You stated previously You should be able to use 'revDB_moveprev' in order to move back one record at a time. Rather than using a cursor (recordset), it may be more efficient (if there's not a ton of data) to retrieve all the data at once into a variable (or array) and then walk

RE: Using a card to make modifications to database

2005-10-06 Thread Fred Giannetto
Revolution use-revolution@lists.runrev.com Subject: RE: Using a card to make modifications to database Date: Tue, 4 Oct 2005 21:32:19 -0700 (PDT) --- Fred Giannetto [EMAIL PROTECTED] wrote: Here is a copy of my script. The point is for users to enter data into the card and the submit button have

Re: Some Foolish questions

2005-10-04 Thread Fred Giannetto
for your assistance All best Always Fred From: Ken Ray [EMAIL PROTECTED] Reply-To: How to use Revolution use-revolution@lists.runrev.com To: Use Revolution List use-revolution@lists.runrev.com Subject: Re: Some Foolish questions Date: Thu, 29 Sep 2005 20:47:03 -0500 On 9/29/05 7:12 PM, Fred

Re: Some Foolish questions

2005-10-04 Thread Fred Giannetto
] Reply-To: How to use Revolution use-revolution@lists.runrev.com To: Use Revolution List use-revolution@lists.runrev.com Subject: Re: Some Foolish questions Date: Tue, 04 Oct 2005 15:26:19 -0500 On 10/4/05 3:10 PM, Fred Giannetto [EMAIL PROTECTED] wrote: Hello Everyone, 1) Absolute value question

Using a card to make modifications to database

2005-10-04 Thread Fred Giannetto
questions Date: Tue, 04 Oct 2005 15:26:19 -0500 On 10/4/05 3:10 PM, Fred Giannetto [EMAIL PROTECTED] wrote: Hello Everyone, 1) Absolute value question. Here is a copy of the script. I want input values over 10 to create a deficit in the Consumer and Foreign fields. Example, a user puts 15

RE: Using a card to make modifications to database

2005-10-04 Thread Fred Giannetto
From: Fred Giannetto [EMAIL PROTECTED] Reply-To: How to use Revolution use-revolution@lists.runrev.com To: use-revolution@lists.runrev.com Subject: Using a card to make modifications to database Date: Tue, 04 Oct 2005 19:00:36 -0400 Hello, Trying to have a card submit changes to MySQL database

Some Foolish questions

2005-09-29 Thread Fred Giannetto
Hello everyone, I am evaluating the software and have a couple of foolish questions. 1) It seems the fields are only returning absolute value. The script is performing the math correctly but the field returns all negative values as absolute values. Is there a setting or a way around this?