Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Place text before existing text in a field.

Featured Replies

I would like to place text in a field called "textbegin"  before the text that was already there.

IN other words. How can I place text in a field before the existing text without losing the original text,

If the field contains "mystery tour" I would like place "magical " before "mystery tour".  Not sure how to calculate to make the cursor add my text before existing text in a field.

If you do this programmatically, there is not really a cursor; rather, replace the existing field contents with the result of a text calculation:

"newText" & yourField

In a script, use

Set Field [ target field: YourTable::yourField ; value/result: "newText" & YourTable::yourField ]

where "newText" could be "a string literal", a Table::fieldReference, a $variable …

Edited by eos

  • Author

Thank you

 

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.