Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hello guys,

Its my first post in here and im looking for your help.

Im working on a form View and i have designed a database for keeping details of customers of our company (around 8500 records).

In order to print some selections of these records i have defined a temp. checkbox field, so as to use it for my find criteria.

My question is that i want by pressing a button to uncheck any "checked" box within these 8500 records. I managed to do for 1 record but not through all the entries.

Posted

Since you know how to do it with one, try this Loop Script with it and see if it does it.

Freeze Window

Go to Record/Request/Page [ First ]

Loop

Set Field [ YourCheckBoxField; "0" ]

Go to Record/Request/Page [ Next; Exit after last ]

End Loop

HTH

Lee

Posted (edited)

I didnt even think to use the Freeze Window, but stills dont understand the use of it; ill look the documentation. However... Perfect! Its working great

Thank you Mr Lee

Edited by Guest
Posted

I would use Set Field [CBfield; ""], so that you do not put invalid data into the field. Otherwise, when you next select an item in the field formatted as a checkbox, it will be entered as

0

SomeItem

instead of only

SomeItem

This topic is 7071 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.