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

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

Recommended Posts

Posted

I just can't seem to get it to work. Maybe somebody can put me on the right track. There are 12 text fields in each record in which specific text may be lurking and is required to be found and dealt with, with a subscript.(I want to delete it, hence the subscript (which does a few other little things while it is there)). I need to design a script that will require the input of a query once in a box and then bingo! press a button and it will find the data in one of the 12 fields and act upon it. Seems simple but having tried global fields, related fields, etc. etc., the correct script will not surface for me. (This is a relational db that is up and running, so I can't change it into portals or anything).Frustration is not a happy state. Any suggestions will be appreciated.

Posted

quote:

Originally posted by rex:

I just can't seem to get it to work. Maybe somebody can put me on the right track. There are 12 text fields in each record in which specific text may be lurking and is required to be found and dealt with, with a subscript.(I want to delete it, hence the subscript (which does a few other little things while it is there)). I need to design a script that will require the input of a query once in a box and then bingo! press a button and it will find the data in one of the 12 fields and act upon it. Seems simple but having tried global fields, related fields, etc. etc., the correct script will not surface for me. (This is a relational db that is up and running, so I can't change it into portals or anything).Frustration is not a happy state. Any suggestions will be appreciated.

I have 10 fields I do a find for maybe this will help.

script:

freeze window

enter find mode (pause)

(enter your data in the first field

copy your data)

perform find

modify find

new record request

(goto next field paste)

perfom find

modify find

new record request

perform find

do this as many times as you need the freeze window keeps your screen from

going crazy and processer speed helps

Dean

Posted

What about a calc field that joins up all the text from thr twelve other fields: one search on the calc field will find the value in all the other fields.

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