Jump to content
Server Maintenance This Week. ×

Clear field automatically when closing the FMP database


This topic is 8404 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The obvious question is "why do you want to do this?". Kind of sounds like a "how do I drive in a screw with a hammer?" question wink.gif" border="0. The answer is to use a shutdown script and a replace statement, but there is probably another way to structure the whole process. -bd

Link to comment
Share on other sites

Hi LiveOak,

I forgot to mention that the FMP5 database was located in our server and all users are accessing it from LAN as a guest. So, does the shutdown script can do what i want? Because the host will never be closed.

Link to comment
Share on other sites

OH ~

I have done a test in a text field and it work fine as what i want.

I have used the following shutdown script:

Enter Find Mode

Set Field [ fieldA "testing"]

Perform Find

Go to RecordiRequestiPage[First]

Loop

Clear [ fieldA ][select entire contents]

Go to RecordiRequestiPage[Next, Exit after last]

End Loop

-------------------------------------

However, the actual field i need to perform Find is a radio button but not text field. How to do the step "set field" ??

Link to comment
Share on other sites

This topic is 8404 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.