dbTalk Databases Forums  

Starting a file but not in 'build' mode

comp.databases.filemaker comp.databases.filemaker


Discuss Starting a file but not in 'build' mode in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Remi-Noel Menegaux
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-04-2006 , 09:05 AM






OK, let us stay in FMP6, just to see.
You open your PC (or Mac).
You click twice on your FM file to open it.
You go to the main top menus first 'Edit', then 'Preferences', then
'Document', then 'Perform Script' (under the title 'When opening YrFile.fp5
file'), and there you choose the script you want. For example let us call it
'Opening' and in it you'll put what you want to hide etc..- by the way, in
FMP6, you'll need the 'SecureFM' plugin to hide the main menus -.
Now, close your file and re-open it : you'll see that the 'Opening' script
has been launched and executed as soon as FileMaker opens.
Isn't this what you want ?
Yes, if you ask 'Preference' in the help you'll find the proper explanation
to 'open a script at start'..
Remi-Noel


"JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news:
1165243187.663889.235040 (AT) 80g200...oglegroups.com...
I realize what he said, but that's not what I want.
I want the script to execute immediately upon the 'opening' (if that's
the proper FM terminology) of the window.

Howard's solution works fine IF I already have the window open and I
perform the script to eliminate the status/toolbars. I want them gone
immediately upon startup.

As for 'triggered automatically when you open the FM file': just how is
this done? I don't see this behaviour happening at all. In fact, if
this was the case and I had 12-scripts running, how would it know to
execute 1-particular script upon starting of the file? Maybe that's the
part I'm missing, I don't know.

One thing for sure...the documentation doesn't help much.

Joe


Remi-Noel Menegaux wrote:
Quote:
Joe,
Howard told you :
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script
It means that the chosen script will be trigged automatically when you
open
the FM file.
Then in that opening script you put what you want as it runs before
anything
else.
I would, though, add that you could also have a look at the 'SecureFM'
plugin at www.securefm.com that does a lot of things. It could be helpful
in
a networked solution, as some of the workstations may be set differently
from others , e.g. as 'kiosk' terminals.
Remi-Noel

"JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news:
1165182766.589726.81530 (AT) f1g2000...oglegroups.com...
OK...I obviously didn't explain this right, so I'll try again.

First off, kiosk mode will do what I want, so it's my default solution
(I'm running 8.5 Pro Adv).

However...just for personal satisfaction, on other systems, I can do
something like:

/usr/bin/runApp -f something.script

where something.script is the first thing that runApp will execute.

Perform script works just fine, IF I'm already in the app. But, what
would be ideal is if I can have the following happen when I start the
particular .fm file:

Script hide toolbars
Show/Hide status area
Perform Layout[layout]

Yeah, I know the kiosk will work, but I'm just interested in knowing if
you can do this outside of kiosk. Namely, can the first thing I do is
to run a script?

TIA,
Joe


Howard Schlossberg wrote:
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script

JoeT wrote:
OK...figured this out *almost*
Is there a way to execute a script immediately upon starting a
database?
These commands work fine, but I want them to be executed before the
initial window is displayed.
Is there a way to kick off a script first, before the window is
actually displayed?

joe


Matt Wills wrote:
Script step Allow Toolbars

Script step Show/Hide Status Area

Matt

On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote:

Hi...
Newbie question;
I have a complete application developed, but I want to deploy it
without
the toolbar, status bar, etc. I just want it to show all the
layouts
I
created.
How do I go about it or where is it in the docs?
TIA, Joe


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance




Reply With Quote
  #12  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-04-2006 , 10:52 AM






Are you trying to start FileMaker from a command line and specify a
possibly different script to run each time? You cannot do this. You
can specify only one "hard-coded" script to run upon open, per my
instructions. If you just want to run a script automatically to hide
the status area and toolbars upon startup, then follow my instructions;
they are really rather simple but they do exactly what you've told us
you want to do.

Is this what you want to do, or are you simplifying your description for
sake of the post? Are you really trying to call a particular script
from a command line? If so, there are ways to simulate this too; just
let us know. What version of FileMaker are you on and what is it you
are trying to do?

At this point, you can (non-intuitively, for sure) look up the
functionality in the help file by searching help for:
(FM7/8): Setting file options
(FM5/6): document preferences > setting general document preferences

JoeT wrote:
Quote:
I realize what he said, but that's not what I want.
I want the script to execute immediately upon the 'opening' (if that's
the proper FM terminology) of the window.

Howard's solution works fine IF I already have the window open and I
perform the script to eliminate the status/toolbars. I want them gone
immediately upon startup.

As for 'triggered automatically when you open the FM file': just how is
this done? I don't see this behaviour happening at all. In fact, if
this was the case and I had 12-scripts running, how would it know to
execute 1-particular script upon starting of the file? Maybe that's the
part I'm missing, I don't know.

One thing for sure...the documentation doesn't help much.

Joe


Remi-Noel Menegaux wrote:
Joe,
Howard told you :
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script
It means that the chosen script will be trigged automatically when you open
the FM file.
Then in that opening script you put what you want as it runs before anything
else.
I would, though, add that you could also have a look at the 'SecureFM'
plugin at www.securefm.com that does a lot of things. It could be helpful in
a networked solution, as some of the workstations may be set differently
from others , e.g. as 'kiosk' terminals.
Remi-Noel

"JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news:
1165182766.589726.81530 (AT) f1g2000...oglegroups.com...
OK...I obviously didn't explain this right, so I'll try again.

First off, kiosk mode will do what I want, so it's my default solution
(I'm running 8.5 Pro Adv).

However...just for personal satisfaction, on other systems, I can do
something like:

/usr/bin/runApp -f something.script

where something.script is the first thing that runApp will execute.

Perform script works just fine, IF I'm already in the app. But, what
would be ideal is if I can have the following happen when I start the
particular .fm file:

Script hide toolbars
Show/Hide status area
Perform Layout[layout]

Yeah, I know the kiosk will work, but I'm just interested in knowing if
you can do this outside of kiosk. Namely, can the first thing I do is
to run a script?

TIA,
Joe


Howard Schlossberg wrote:
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script

JoeT wrote:
OK...figured this out *almost*
Is there a way to execute a script immediately upon starting a
database?
These commands work fine, but I want them to be executed before the
initial window is displayed.
Is there a way to kick off a script first, before the window is
actually displayed?

joe


Matt Wills wrote:
Script step Allow Toolbars

Script step Show/Hide Status Area

Matt

On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote:

Hi...
Newbie question;
I have a complete application developed, but I want to deploy it
without
the toolbar, status bar, etc. I just want it to show all the layouts
I
created.
How do I go about it or where is it in the docs?
TIA, Joe
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


Reply With Quote
  #13  
Old   
JoeT
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-04-2006 , 11:41 AM



OK...maybe explaining what it is I'm trying to do will help.

I need to bypass the standard security login screen you get when you
open a database.
Reason: in case someone forgets their password, there is no 'forgot
your password' link on the page, so the user is stopped.
So...I want to create my own login window (done in FM8.5 Pro Adv) and
it works fine except I can't get rid of the blasted toolbar and status
bars. So...when I doubleclick the fp7 file, even if I'm not a non-admin
user, I get the bars. Can't get rid of them. I need to execute a script
(which I have) when the window is doubleclicked at startup. Can't find
any explanation anywhere regarding the 'execute script at startup' as
posted by someone else.

joe


Howard Schlossberg wrote:
Quote:
Are you trying to start FileMaker from a command line and specify a
possibly different script to run each time? You cannot do this. You
can specify only one "hard-coded" script to run upon open, per my
instructions. If you just want to run a script automatically to hide
the status area and toolbars upon startup, then follow my instructions;
they are really rather simple but they do exactly what you've told us
you want to do.

Is this what you want to do, or are you simplifying your description for
sake of the post? Are you really trying to call a particular script
from a command line? If so, there are ways to simulate this too; just
let us know. What version of FileMaker are you on and what is it you
are trying to do?

At this point, you can (non-intuitively, for sure) look up the
functionality in the help file by searching help for:
(FM7/8): Setting file options
(FM5/6): document preferences > setting general document preferences

JoeT wrote:
I realize what he said, but that's not what I want.
I want the script to execute immediately upon the 'opening' (if that's
the proper FM terminology) of the window.

Howard's solution works fine IF I already have the window open and I
perform the script to eliminate the status/toolbars. I want them gone
immediately upon startup.

As for 'triggered automatically when you open the FM file': just how is
this done? I don't see this behaviour happening at all. In fact, if
this was the case and I had 12-scripts running, how would it know to
execute 1-particular script upon starting of the file? Maybe that's the
part I'm missing, I don't know.

One thing for sure...the documentation doesn't help much.

Joe


Remi-Noel Menegaux wrote:
Joe,
Howard told you :
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script
It means that the chosen script will be trigged automatically when youopen
the FM file.
Then in that opening script you put what you want as it runs before anything
else.
I would, though, add that you could also have a look at the 'SecureFM'
plugin at www.securefm.com that does a lot of things. It could be helpful in
a networked solution, as some of the workstations may be set differently
from others , e.g. as 'kiosk' terminals.
Remi-Noel

"JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news:
1165182766.589726.81530 (AT) f1g2000...oglegroups.com...
OK...I obviously didn't explain this right, so I'll try again.

First off, kiosk mode will do what I want, so it's my default solution
(I'm running 8.5 Pro Adv).

However...just for personal satisfaction, on other systems, I can do
something like:

/usr/bin/runApp -f something.script

where something.script is the first thing that runApp will execute.

Perform script works just fine, IF I'm already in the app. But, what
would be ideal is if I can have the following happen when I start the
particular .fm file:

Script hide toolbars
Show/Hide status area
Perform Layout[layout]

Yeah, I know the kiosk will work, but I'm just interested in knowing if
you can do this outside of kiosk. Namely, can the first thing I do is
to run a script?

TIA,
Joe


Howard Schlossberg wrote:
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script

JoeT wrote:
OK...figured this out *almost*
Is there a way to execute a script immediately upon starting a
database?
These commands work fine, but I want them to be executed before the
initial window is displayed.
Is there a way to kick off a script first, before the window is
actually displayed?

joe


Matt Wills wrote:
Script step Allow Toolbars

Script step Show/Hide Status Area

Matt

On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote:

Hi...
Newbie question;
I have a complete application developed, but I want to deploy it
without
the toolbar, status bar, etc. I just want it to show all the layouts
I
created.
How do I go about it or where is it in the docs?
TIA, Joe
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


Reply With Quote
  #14  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-04-2006 , 11:46 AM



And what happens when you go to File > File Options > Perform Startup
Script ?

Once you've set a script here, close FileMaker and open that file again.
If this still doesn't work, then turn on script debugger before you
close the file and try it again. Does debugger come up at all when you
restart with master password?


JoeT wrote:
Quote:
OK...maybe explaining what it is I'm trying to do will help.

I need to bypass the standard security login screen you get when you
open a database.
Reason: in case someone forgets their password, there is no 'forgot
your password' link on the page, so the user is stopped.
So...I want to create my own login window (done in FM8.5 Pro Adv) and
it works fine except I can't get rid of the blasted toolbar and status
bars. So...when I doubleclick the fp7 file, even if I'm not a non-admin
user, I get the bars. Can't get rid of them. I need to execute a script
(which I have) when the window is doubleclicked at startup. Can't find
any explanation anywhere regarding the 'execute script at startup' as
posted by someone else.

joe


Howard Schlossberg wrote:
Are you trying to start FileMaker from a command line and specify a
possibly different script to run each time? You cannot do this. You
can specify only one "hard-coded" script to run upon open, per my
instructions. If you just want to run a script automatically to hide
the status area and toolbars upon startup, then follow my instructions;
they are really rather simple but they do exactly what you've told us
you want to do.

Is this what you want to do, or are you simplifying your description for
sake of the post? Are you really trying to call a particular script
from a command line? If so, there are ways to simulate this too; just
let us know. What version of FileMaker are you on and what is it you
are trying to do?

At this point, you can (non-intuitively, for sure) look up the
functionality in the help file by searching help for:
(FM7/8): Setting file options
(FM5/6): document preferences > setting general document preferences

JoeT wrote:
I realize what he said, but that's not what I want.
I want the script to execute immediately upon the 'opening' (if that's
the proper FM terminology) of the window.

Howard's solution works fine IF I already have the window open and I
perform the script to eliminate the status/toolbars. I want them gone
immediately upon startup.

As for 'triggered automatically when you open the FM file': just how is
this done? I don't see this behaviour happening at all. In fact, if
this was the case and I had 12-scripts running, how would it know to
execute 1-particular script upon starting of the file? Maybe that's the
part I'm missing, I don't know.

One thing for sure...the documentation doesn't help much.

Joe


Remi-Noel Menegaux wrote:
Joe,
Howard told you :
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script
It means that the chosen script will be trigged automatically when you open
the FM file.
Then in that opening script you put what you want as it runs before anything
else.
I would, though, add that you could also have a look at the 'SecureFM'
plugin at www.securefm.com that does a lot of things. It could be helpful in
a networked solution, as some of the workstations may be set differently
from others , e.g. as 'kiosk' terminals.
Remi-Noel

"JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news:
1165182766.589726.81530 (AT) f1g2000...oglegroups.com...
OK...I obviously didn't explain this right, so I'll try again.

First off, kiosk mode will do what I want, so it's my default solution
(I'm running 8.5 Pro Adv).

However...just for personal satisfaction, on other systems, I can do
something like:

/usr/bin/runApp -f something.script

where something.script is the first thing that runApp will execute.

Perform script works just fine, IF I'm already in the app. But, what
would be ideal is if I can have the following happen when I start the
particular .fm file:

Script hide toolbars
Show/Hide status area
Perform Layout[layout]

Yeah, I know the kiosk will work, but I'm just interested in knowing if
you can do this outside of kiosk. Namely, can the first thing I do is
to run a script?

TIA,
Joe


Howard Schlossberg wrote:
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script

JoeT wrote:
OK...figured this out *almost*
Is there a way to execute a script immediately upon starting a
database?
These commands work fine, but I want them to be executed before the
initial window is displayed.
Is there a way to kick off a script first, before the window is
actually displayed?

joe


Matt Wills wrote:
Script step Allow Toolbars

Script step Show/Hide Status Area

Matt

On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote:

Hi...
Newbie question;
I have a complete application developed, but I want to deploy it
without
the toolbar, status bar, etc. I just want it to show all the layouts
I
created.
How do I go about it or where is it in the docs?
TIA, Joe
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


Reply With Quote
  #15  
Old   
JoeT
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-04-2006 , 03:56 PM



AHHHHHH....that did it.....
Wasn't aware of the startup script option in the File menu!!!

THANK YOU VERY MUCH!!!!!

Joe


Howard Schlossberg wrote:
Quote:
And what happens when you go to File > File Options > Perform Startup
Script ?

Once you've set a script here, close FileMaker and open that file again.
If this still doesn't work, then turn on script debugger before you
close the file and try it again. Does debugger come up at all when you
restart with master password?


JoeT wrote:
OK...maybe explaining what it is I'm trying to do will help.

I need to bypass the standard security login screen you get when you
open a database.
Reason: in case someone forgets their password, there is no 'forgot
your password' link on the page, so the user is stopped.
So...I want to create my own login window (done in FM8.5 Pro Adv) and
it works fine except I can't get rid of the blasted toolbar and status
bars. So...when I doubleclick the fp7 file, even if I'm not a non-admin
user, I get the bars. Can't get rid of them. I need to execute a script
(which I have) when the window is doubleclicked at startup. Can't find
any explanation anywhere regarding the 'execute script at startup' as
posted by someone else.

joe


Howard Schlossberg wrote:
Are you trying to start FileMaker from a command line and specify a
possibly different script to run each time? You cannot do this. You
can specify only one "hard-coded" script to run upon open, per my
instructions. If you just want to run a script automatically to hide
the status area and toolbars upon startup, then follow my instructions;
they are really rather simple but they do exactly what you've told us
you want to do.

Is this what you want to do, or are you simplifying your description for
sake of the post? Are you really trying to call a particular script
from a command line? If so, there are ways to simulate this too; just
let us know. What version of FileMaker are you on and what is it you
are trying to do?

At this point, you can (non-intuitively, for sure) look up the
functionality in the help file by searching help for:
(FM7/8): Setting file options
(FM5/6): document preferences > setting general document preferences

JoeT wrote:
I realize what he said, but that's not what I want.
I want the script to execute immediately upon the 'opening' (if that's
the proper FM terminology) of the window.

Howard's solution works fine IF I already have the window open and I
perform the script to eliminate the status/toolbars. I want them gone
immediately upon startup.

As for 'triggered automatically when you open the FM file': just how is
this done? I don't see this behaviour happening at all. In fact, if
this was the case and I had 12-scripts running, how would it know to
execute 1-particular script upon starting of the file? Maybe that's the
part I'm missing, I don't know.

One thing for sure...the documentation doesn't help much.

Joe


Remi-Noel Menegaux wrote:
Joe,
Howard told you :
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script
It means that the chosen script will be trigged automatically when you open
the FM file.
Then in that opening script you put what you want as it runs before anything
else.
I would, though, add that you could also have a look at the 'SecureFM'
plugin at www.securefm.com that does a lot of things. It could be helpful in
a networked solution, as some of the workstations may be set differently
from others , e.g. as 'kiosk' terminals.
Remi-Noel

"JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news:
1165182766.589726.81530 (AT) f1g2000...oglegroups.com...
OK...I obviously didn't explain this right, so I'll try again.

First off, kiosk mode will do what I want, so it's my default solution
(I'm running 8.5 Pro Adv).

However...just for personal satisfaction, on other systems, I can do
something like:

/usr/bin/runApp -f something.script

where something.script is the first thing that runApp will execute.

Perform script works just fine, IF I'm already in the app. But, what
would be ideal is if I can have the following happen when I start the
particular .fm file:

Script hide toolbars
Show/Hide status area
Perform Layout[layout]

Yeah, I know the kiosk will work, but I'm just interested in knowing if
you can do this outside of kiosk. Namely, can the first thing I do is
to run a script?

TIA,
Joe


Howard Schlossberg wrote:
(FM7/8): File > File Options > Perform Script
(FM5/6): Edit > Preferences > File Preferences > Perform Script

JoeT wrote:
OK...figured this out *almost*
Is there a way to execute a script immediately upon starting a
database?
These commands work fine, but I want them to be executed before the
initial window is displayed.
Is there a way to kick off a script first, before the window is
actually displayed?

joe


Matt Wills wrote:
Script step Allow Toolbars

Script step Show/Hide Status Area

Matt

On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote:

Hi...
Newbie question;
I have a complete application developed, but I want to deploy it
without
the toolbar, status bar, etc. I just want it to show all the layouts
I
created.
How do I go about it or where is it in the docs?
TIA, Joe
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


Reply With Quote
  #16  
Old   
GSP@DCS
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-07-2006 , 06:08 PM



The "Allow Toolbars" is what I've been looking for but that doesn't work on
the IWP pages. Is there a way to prevent the status area from showing when
presented in IWP?

Steve

"John Weinshel" <john (AT) datagrace (DOT) biz> wrote

Quote:
It might be that you're talking about a kiosk version, where all the
external stuff, both the OS and Filemaker objects, are removed from the
screen-- something like you might see at, say, a trade show, or at a store
demo (hence, 'kiosk'). If that is the case, it can only be created using
Filemaker Pro Advanced (or 'Developer' in earlier releases).

But you're probably just talking about controlling the status area, which
you can do with the 'Show/Hide Status Area' script step, and the toolbars,
which can be controlled with the 'Allow Toolbars' script step.

--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Certified For Filemaker 8
Certified For Filemaker 7


"JoeT" <trubisz (AT) yahoo (DOT) com> wrote in message
news:1164922087.598009.112690 (AT) j72g2000cwa (DOT) googlegroups.com...
Hi...

Newbie question;

I have a complete application developed, but I want to deploy it
without the toolbar, status bar, etc.
I just want it to show all the layouts I created.

How do I go about it or where is it in the docs?

TIA,
Joe






Reply With Quote
  #17  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Starting a file but not in 'build' mode - 12-07-2006 , 09:28 PM



Same way you do it in the database. Add an script that runs on open and
make sure you have the Set Status Area [Hidden, Locked]. That will also
apply as people come to the IWP version of the database.

GSP@DCS wrote:
Quote:
The "Allow Toolbars" is what I've been looking for but that doesn't work on
the IWP pages. Is there a way to prevent the status area from showing when
presented in IWP?

Steve

"John Weinshel" <john (AT) datagrace (DOT) biz> wrote in message
news:12mv2cofrnn5q2a (AT) news (DOT) supernews.com...
It might be that you're talking about a kiosk version, where all the
external stuff, both the OS and Filemaker objects, are removed from the
screen-- something like you might see at, say, a trade show, or at a store
demo (hence, 'kiosk'). If that is the case, it can only be created using
Filemaker Pro Advanced (or 'Developer' in earlier releases).

But you're probably just talking about controlling the status area, which
you can do with the 'Show/Hide Status Area' script step, and the toolbars,
which can be controlled with the 'Allow Toolbars' script step.

--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Certified For Filemaker 8
Certified For Filemaker 7


"JoeT" <trubisz (AT) yahoo (DOT) com> wrote in message
news:1164922087.598009.112690 (AT) j72g2000cwa (DOT) googlegroups.com...
Hi...

Newbie question;

I have a complete application developed, but I want to deploy it
without the toolbar, status bar, etc.
I just want it to show all the layouts I created.

How do I go about it or where is it in the docs?

TIA,
Joe




--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


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.