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

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

Recommended Posts

Posted

I currently have the following script.

If [status (CurrentMode) = 1]

Perform Script [beep beep not in find mode message

[sub-Scripts]

Exit Script

End If

#

  • 1 year later...
  • Newbies
Posted

I don't understand the reply. I'd like to know what you mean be Compare 'S' to Left(Fieldname,1). Is this in a command line? Not it the find field.

Thanks in advance!!

Posted

Hi Jim,

You can do this in a couple of ways.

One way is by using the NewField2, calculation field described below, and just do your find in it, or create both NewField1 and NewField2, and streamline it a bit.

NewField1 Global, Text

NewField2 Calculation, Text Result =

Left(NameLast,1)

Substitute "NameLast" with the name of your field for Last Name in the calculation above.

With these two fields, you can set up a script that will perform a find on whatever Initial you type into NewField1 in NewField2.

Or,

Use the two fields in a Relationship (NewField1 on the left and NewField2 on the Right) than use a portal utilizing this relationship. I would put the full name fields in the portal, and then by typing a letter in the global, the portal will reflect all records with that letter as the first initial in the portal.

HTH

Lee

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