dbTalk Databases Forums  

Hiding all but current record

comp.databases.filemaker comp.databases.filemaker


Discuss Hiding all but current record in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ihor
 
Posts: n/a

Default Hiding all but current record - 04-10-2011 , 07:51 PM






I am trying to create a database so that the users can enter the
database and create a record but not be able to view any other
records.

I have 2 accounts; admin and user.

This will be used as an online registration form for about 700 members
nationwide, so assigning separate user accounts is not practical.
I am using FM7 which will be on web publishing. I have tested it and
it works fine except I cannot figure out how to prevent the user from
not seeing other records.

Reply With Quote
  #2  
Old   
Christoph Kaufmann
 
Posts: n/a

Default Re: Hiding all but current record - 04-11-2011 , 02:40 AM






Ihor <ihop1947 (AT) gmail (DOT) com> wrote:

Quote:
I am trying to create a database so that the users can enter the
database and create a record but not be able to view any other
records.

I am using FM7 which will be on web publishing. I have tested it and
it works fine except I cannot figure out how to prevent the user from
not seeing other records.
Haven't tried web publishing. In general, you prevent the user from
viewing records by setting a start script that excludes all the found
records from the found set and use a privilege set that restricts the
menu commands so the user can't enter find mode or reach records/view
all records.

--
http://clk.ch

Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Re: Hiding all but current record - 04-11-2011 , 02:59 AM



Create a new table for data entrance.
This will hold a maximum of 1 record (the one just created)
when the user is finished a script will transfer all data to the main table
and the one record is deleted.

Hou je goed / keep well,

Ursus

--

"Ihor" schreef in bericht
news:141c5bf0-91ca-4084-810b-d241f3002f99 (AT) d19g2000yql (DOT) googlegroups.com...

I am trying to create a database so that the users can enter the
database and create a record but not be able to view any other
records.

I have 2 accounts; admin and user.

This will be used as an online registration form for about 700 members
nationwide, so assigning separate user accounts is not practical.
I am using FM7 which will be on web publishing. I have tested it and
it works fine except I cannot figure out how to prevent the user from
not seeing other records.

Reply With Quote
  #4  
Old   
Christoph Kaufmann
 
Posts: n/a

Default Re: Hiding all but current record - 04-11-2011 , 04:08 AM



<Ursus> wrote:

Quote:
Create a new table for data entrance.
This will hold a maximum of 1 record (the one just created)
when the user is finished a script will transfer all data to the main table
and the one record is deleted.
With 700 users out there, what happens if one of them tries to create a
record while another user is busy filling in his data? Work with global
fields?

--
http://clk.ch

Reply With Quote
  #5  
Old   
 
Posts: n/a

Default Re: Hiding all but current record - 04-11-2011 , 04:20 PM



I don't know what the maximum load is. But properly hosted I don't see why
it wouldn't work. Perhaps the tech-specs say something about this?

Hou je goed / keep well,

Ursus
"Christoph Kaufmann" schreef in bericht
news:1jzk47p.192lb6rfkm35iN%clk (AT) tele2 (DOT) ch...

<Ursus> wrote:

Quote:
Create a new table for data entrance.
This will hold a maximum of 1 record (the one just created)
when the user is finished a script will transfer all data to the main
table
and the one record is deleted.
With 700 users out there, what happens if one of them tries to create a
record while another user is busy filling in his data? Work with global
fields?

--
http://clk.ch

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.