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

Using dialog boxes to generate data for found sets


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

Recommended Posts

Posted

Is there a way to change the values within a found set via a dialog box type entry?

I would like to be able to perform a find, then change specific field values within just those found records without affecting the values in any other (omitted) records.

I would like to be able to do this in a way that the new value can be generated on the fly by the user

(via a custom dialog box).

In some cases, the fields that would be affected (found) would be empty.

In some cases the new data (from dialog box) would be replacing existing data.

Is there a way to do this?

Thanks,

Jarvis

Posted

Your script just needs a couple of lines,

Show custom dialog (dialog input::the field you want to change)

Replace field contents(no dialog; dialog input::the field you want to change; Current contents)

Note that if this is multi-user, you should turn on error trapping and decide what should happen if one of the records happens to be locked because it's in use by another user.

Posted

Thanks Tom!

I will give that a try this morning.

Jarvis

Posted

Tom,

Thanks again! I just got a chance to try that out.

It does exactly what I want.

Jarvis

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