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.

Another Text Formating Question

Featured Replies

The following script is used in my messaging solution to reply to messages.

Freeze Window

Set Error Capture [ On ]

Set Variable [ $ReplyTo; Value:Messages::From ]

Set Variable [ $ReplyFrom; Value:Messages::EmployeeID ]

Set Variable [ $OriginalMessage; Value:Messages::Message ]

Go to Layout [ “Reply” (Messages) ]

New Record/Request

Set Field [ Messages::From; $ReplyFrom ]

Set Field [ Messages::EmployeeID; $ReplyTo ]

Set Selection [ Messages::Message; Start Position: 1 ]

Insert Calculated Result [ Messages::Message; TextColor ( ¶ & ">" & $OriginalMessage; RGB ( 250; 0; 0) ) ]

Set Selection [ Messages::Message; Start Position: Get(ActiveSelectionStart)+2 ]

Pause/Resume Script [ Indefinitely ]

Show/Hide Status Area [ Hide ]

Go to Layout [ original layout ]

It does exactly what i want it to do except for one thing. After i reset the start position i want the new text that is typed in to be black not red. I have tried to add a textformat function after the last set selection step but it does nothing.

Any ideas?

Hello Fred,

Greetings !

Have you tried to remove the color with TextColorRemove(text{;RGB(red;green;blue)})?

or

TextStyleRemove ( text ; styles )

Lee

  • Author

Tanks again guys,

Henry,

?

This is the script I came up with. It seems to do exactly what i want it to do.

Any comments greatly appreciated... This is the way I learn. Only problem is at my age I forget what I learn on a daily basis... (OLD AGE SYNDROME)

Reply_Script.pdf

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.