I haven't seen any comments on my second question but as I have found an
alternative method of getting what I need the question now becomes academic
only:

Am I right in assuming that it is not possible to have in any R:Base form a
non-updateable view as one of its secondary tables - even though it is
simply displaying data and not - directly - being edited? (The view would
get more rows as its driving table has rows entered.)

Out of interest to anybody who just might be wondering how I solved my
problem I did so by using a dummy table as my driving table with numerous
variables and an EEP to insert the data into a temporary table which is then
displayed in the region. Perfect. I now update my "real" table with an
insert from the temp table.

I "enter" data by using "edit using formname" because the dummy table has
one row and the EEP adds the data from the variables to the temp table
without ever changing the data in the dummy table.

Regards, Alastair.


----- Original Message -----
From: "Alastair Burr" <[EMAIL PROTECTED]>
To: "R:Base ListServer" <[EMAIL PROTECTED]>
Sent: Wednesday, January 23, 2002 8:25 PM
Subject: A couple of questions...


> Hi everybody,
>
> Just a couple of - hopefully - fairly quick and easy questions:
>
> In the old Dos version it was possible to zip-out to the RBViewer - eg:
>     ZIP RBVIEWER STATS.FLE
> but this doesn't seem to exist in the windows version.
> I have got around it by using: ZIP START /WAIT STATS.FLE where *.FLE
> files are associated with WordPad.
>
> This is fine but not as clean (now via a Dos box) as it used to be. Have I
> just missed finding an RBW alternative?
>
> Secondly, I am trying to create a form to ENTER only data with a region
> that displays the entered data from a second table that is a view (with
> additional info). I can get it to half work: either I can enter data and
not
> display the data in the region or I can edit the rows in the table that
> appear
> in the view.
>
> All I can think of is that I need to use a TABLE rather than a VIEW - is
> this so or am I just missing something?
>
> Thanks in advance for any help anybody can offer,
> Regards, Alastair.
>
> ----------------------------------
> A D B Burr,
> St. Albans, UK.
> ----------------------------------
> [EMAIL PROTECTED]
> ----------------------------------
>
>
> ================================================
> TO SEE MESSAGE POSTING GUIDELINES:
> Send a plain text email to [EMAIL PROTECTED]
> In the message body, put just two words: INTRO rbase-l
> ================================================
> TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
> In the message body, put just two words: UNSUBSCRIBE rbase-l

================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: INTRO rbase-l
================================================
TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: UNSUBSCRIBE rbase-l
================================================
TO SEARCH ARCHIVES:
http://www.mail-archive.com/rbase-l%40sonetmail.com/

Reply via email to