RE: table hints

2005-06-02 Thread Michael Parent
I used the following to set the columns

  set the tabStops of field data to
80,160,240,320,400,480,560,640,720,800,880,960
  set the tabStops of field cnames to
80,160,240,320,400,480,560,640,720,800,880,960

Cnames is the column names from a database file, and data was the data
field. This is in a script but can also be done in the property
inspector of your field under table tabstops


Michael Parent




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon
Sent: Thursday, June 02, 2005 1:02 PM
To: Revolution List
Subject: table hints


Since nobody pointed me to the Table doc requested in an earlier 
message, here are some specific questions:

1) how can I specify the width of each column, or must they all be the 
same width?
2) how do I specify the number of rows and columns in the data in the 
table?  By simply filling it with data of the appropriate shape?  If 
it is this simple, why do the tables show additional columns that are 
empty?

:)

Jon

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: table hints

2005-06-02 Thread Michael Parent
Your welcome, took me awhile to understand that also

Michael Parent
Read Naturally
1-800-788-4085



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon
Sent: Thursday, June 02, 2005 2:33 PM
To: How to use Revolution
Subject: Re: table hints


Excellent!  I never would have imagined that tabstops and column 
widths were the same thing.  Thanks!

:)

Jon


Michael Parent wrote:

I used the following to set the columns

  set the tabStops of field data to 
80,160,240,320,400,480,560,640,720,800,880,960
  set the tabStops of field cnames to 
80,160,240,320,400,480,560,640,720,800,880,960

Cnames is the column names from a database file, and data was the data 
field. This is in a script but can also be done in the property 
inspector of your field under table tabstops


Michael Parent




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jon
Sent: Thursday, June 02, 2005 1:02 PM
To: Revolution List
Subject: table hints


Since nobody pointed me to the Table doc requested in an earlier
message, here are some specific questions:

1) how can I specify the width of each column, or must they all be the
same width?
2) how do I specify the number of rows and columns in the data in the 
table?  By simply filling it with data of the appropriate shape?  If 
it is this simple, why do the tables show additional columns that are

empty?

:)

Jon

___
use-revolution mailing list
use-revolution@lists.runrev.com 
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com 
http://lists.runrev.com/mailman/listinfo/use-revolution


  

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Argh. Any have the stack window disappear in development?

2005-06-01 Thread Michael Parent
I have had this occur several times also, one time even closing and
reopening the stack would not unhide it, had to go to application
browser and clicking on the stack there made it visible. I could never
determine what the problem was. Occurred On Windows XP SP2. I am
speculating that Windows is minimizing the stack and then not showing it
in the taskbar, just a guess though.

Michael Parent




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter T.
Evensen
Sent: Wednesday, June 01, 2005 10:03 AM
To: use-revolution-lists.runrev.com
Subject: Argh. Any have the stack window disappear in development?


I am running into this quite frequently.  I have a stack window that
when I 
try to drag a field onto it, the stack window disappears.  It isn't 
invisible, I have to close the stack file and open it again to get it
back.

This is on Windows XP.  It is very annoying.

Peter T. Evensen
http://www.PetersRoadToHealth.com
24-hour recorded info hotline: 1-800-624-7671 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Updating local valentina DB

2005-05-25 Thread Michael Parent
Hi

I am loading a Local Valentina Database into a table field, I have
everything working great on reading all the tables from the Database.
Now I am looking for a way to make simple changes like changing just a
field or two for a few records to fix problems.

I have looked at trying to use cell editing in the table, that does not
seem to work very well? Something more I have to do then just check the
box?

I have also tried use the revexecuteSQL command and then SQL, but most
user's of the program will not be able to do that.

Any suggestions?

Thanks
Michael Parent



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Database Query Builder, commit changes

2005-05-02 Thread Michael Parent
Hello, all I need to make some simple changes to a Valentina DB, the
Query builder is a great tool and I have everything set to open the
tables and edit the fields. The problem comes when I am saving the
changes back. If I use the auto edit feature of the Query Builder I get
no erros but the changed data is not committed, on refresh the original
field contents show. I tried a button with revCommitDatabase currentDB
and I get cant find handler error.

I am sure there is something simple I am missing, thanks all



Michael Parent
Read Naturally
1-800-788-4085




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Database Query Builder, commit changes

2005-05-02 Thread michael parent
Hello Jan, I did not check 'cache record set as I will be opening many
different Db files. When I do a change and either click refresh query
from Query Builder or through a Button set to the auto refresh action
from Query Builder the original Data is displayed on screen.

Michael Parent
Read Naturally
1-800-788-4085



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jan
Schenkel
Sent: Monday, May 02, 2005 1:45 PM
To: How to use Revolution
Subject: Re: Database Query Builder, commit changes


--- Michael Parent [EMAIL PROTECTED] wrote:
 Hello, all I need to make some simple changes to a
 Valentina DB, the
 Query builder is a great tool and I have everything
 set to open the
 tables and edit the fields. The problem comes when I
 am saving the
 changes back. If I use the auto edit feature of the
 Query Builder I get
 no erros but the changed data is not committed, on
 refresh the original
 field contents show. I tried a button with
 revCommitDatabase currentDB
 and I get cant find handler error.
 
 I am sure there is something simple I am missing,
 thanks all
 
 Michael Parent
 

Hi Michael,

Have you ticked the 'Cache record set' checkbox ? If
you didn't, you may have refresh problems. When you
explicitly refresh the query, do the changes show up
or not ?

Jan Schenkel.

Quartam - Tools for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same
time.  (La Rochefoucauld)

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Several Text issues

2005-04-22 Thread Michael Parent
 
Hello, I have been reading all the user list messages for awhile and
learning lots about Revolution, but I am still a newbie at it.
 
I am using Ken Ray's Directory Walking (thanks Ken) to put the path of
all files in a directory in a scroll text field: I have read the
documentation and searched the user list archives but still cannot find
how to do a couple of things.
 
1. I would like to format the text in the field for better reading, how
do I use the set htmltext property to format the text field, do I put
that in the text field script?
 
2. I want the user to enter a search string and be able to find that in
the text field, the string could be a file name or an extension type. Do
I use the find command? what is the format? I want to be able to find
anything that closeley matches the search as well as exact matches, and
have that open in a new stack. The documenation shows how to use Find
with a specific string but not how to do it with a variable.
 
3. I would like to be able to open to that file in an explorer window
(only needs to be windows, but a cross platform way would be great) by
clicking on the file name in the search result window.
 
Thanks for all your help
 
Michael Parent


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Several Text issues

2005-04-22 Thread michael parent
I looked at these suggestions still need help

1 Cannot see how I set the Htmltext when I am putting the text into the
field

2. I need to search by a user entered search string so it has to be by
variable, how Do I use the Find command with a variable, or is there a
different way to do this?

3. The revgourl seems to open the file, I don't want to open the file, I
want to open the Explorer Window to that file location so then the user
has access to the file to attach to email or burn to CD ect. This is
mainly going to be on Windows XP Pro

Thanks again

Michael Parent




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas
McGrath III
Sent: Friday, April 22, 2005 10:16 AM
To: How to use Revolution
Subject: Re: Several Text issues


Michael,
HTH
Tom
On Apr 22, 2005, at 10:01 AM, Michael Parent wrote:
 1. I would like to format the text in the field for better reading, 
 how do I use the set htmltext property to format the text field, do I 
 put that in the text field script?
Do this when you put the text into the field. If you do it by script 
then do it from there otherwise make a temp button and put it in there 
then delete the button later.

 2. I want the user to enter a search string and be able to find that 
 in the text field, the string could be a file name or an extension 
 type. Do I use the find command? what is the format? I want to be able

 to find anything that closeley matches the search as well as exact 
 matches, and have that open in a new stack. The documenation shows how

 to use Find with a specific string but not how to do it with a 
 variable.
Find works: find string beat must go on in field Quotes
as well as 'is among' is 'not among'
as well as the offsets - lineoffset, itemoffset, wordoffset

 3. I would like to be able to open to that file in an explorer window 
 (only needs to be windows, but a cross platform way would be great) by

 clicking on the file name in the search result window.
use the revgourl -
revGoURL http://www.example.org/info.html;
revGoURL http://me:[EMAIL PROTECTED]/secret-plan/
revGoURL it
revGoURL mailto:[EMAIL PROTECTED]
revGoURL file:///Folder/file.html

 Thanks for all your help

 Michael Parent


 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com 
 http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution