Tom

Rachels point of listview is very valid

Variable listviews is a favorite of mine.

Having said that I still use Scrolling regions when I think that is better
and sometimes it is.

 

Gunnar Ekblad

 

 

-----Ursprungligt meddelande-----
Från: [email protected] [mailto:[EMAIL PROTECTED] För Tom Frederick
Skickat: den 4 april 2008 19:43
Till: RBASE-L Mailing List
Ämne: [RBASE-L] - Re: Order for a slave scroll

 

Jan, Rachael, Razzak, Gunnar, Albert, Adriana, Emmitt,

Wow, what a response! As soon as I saw the first reference to ARRANGE it
looked familiar. Never thought of the Variable List View option. I am
tracking the medications people take. The detail section has 20+ data
points. The info scroll idea I had uses 7 (med, amount, form, time, how
taken, doc, date) and is on a Medical history page with hospitalizations and
adaptive equipment. 

 

Thank you all. 

 

Tom Frederick

Elm City Center

1314 W Walnut

Jacksonville, IL  62650

Off - 217-245-9504

Fax - 217-245-2350

Email - [EMAIL PROTECTED]

Web - www.elmcity.org

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jan Johansen
Sent: Friday, April 04, 2008 12:07 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Order for a slave scroll

 

Tom,

 

I would second Rachel's observation. I rarely utilize scrolling regions
anymore.

There is so much information that I can display now (in 7.6 and up) in a
VariableListView

(such as background colors, images) that it is my preferred control now.

 

Jan

----- Original Message ----- 

From: Rachael Malberg <mailto:[EMAIL PROTECTED]>  

To: RBASE-L Mailing List <mailto:[email protected]>  

Sent: Friday, April 04, 2008 9:55 AM

Subject: [RBASE-L] - Re: Order for a slave scroll

 

I gotta tell ya Tom, I too started off with same idea of using a scroll for
informative child data but have dropped that method for a variable list view
because the users can sort any of the list view columns and a double click
eep to open the detail form.  The list view is really slick plus don't have
to include the child table as a form table, just a where statement for the
list that is ..

where ChildTableForiegnKey = .FormPrimaryKeyVariable

and you can have as many list as you like.

 

Have a Fabulous Day!
Rachael M.
Freelance Developer
www.DragonflyDevelopmentMN.com

----- Original Message ----- 

From: Tom <mailto:[EMAIL PROTECTED]>  Frederick 

To: RBASE-L Mailing List <mailto:[email protected]>  

Sent: Friday, April 04, 2008 11:36 AM

Subject: [RBASE-L] - Order for a slave scroll

 

Started adding a scroll within a form for a slave table. The data is entered
elsewhere and the scroll is simply informational. A button is included to
allow the user to go off to the detail if they want. Works great and the
users like it. Two questions:

 

1. Is there a way to use the ORDER BY command for that slave based scroll?

2. Can there be more than one unrelated slave scroll, each using separate
ORDER BY commands in the same form?

 

Unrelated slave scrolls without ORDER BY work fine, but getting separate
ORDER BYs to work is tapping the edge of my current understanding in R:Base
V8.

 

Tom Frederick

Elm City Center

1314 W Walnut

Jacksonville, IL  62650

Off - 217-245-9504

Fax - 217-245-2350

Email - [EMAIL PROTECTED]

Web - www.elmcity.org

 

Reply via email to