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

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

Recommended Posts

  • Newbies
Posted

I manage a small Fpro dbase for a nonprofit, and am have created fields to that "calculate" other fields so that, for instance, the address field will be one text field containing address&city&state&zip. I can set up and execute this script, no problem. However, my client does not want to click a button to perform the script, but rather wishes to have it force update through tabbing into a field, or some other hidden method.

Suggestions? Solutions? Funky work-arounds? I could use some help urgently. Thanks!

Posted

Set up a calculation field whose output type is text:

cAddress= addressfield & cityfield & ", " & state &" " & zip

This will put everything on 1 line. If you want a multi-line concatenated address, just insert par.gif after each field to create new line(s).

There is no need for a script.

Steve

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