Quantcast
Channel: FileMaker Forum > Report an issue
Viewing all articles
Browse latest Browse all 3510

Insert Text replacing entire field content when used through web connect even when replace entire... (5 Comments)

$
0
0

Issue report by Carolyn

Product

FileMaker Server

Version

13

Operating system version

10.8

Description of the issue

Insert Text replacing entire field content when used through web connect even when replace entire field is deselected.

The script works properly locally and through remote client. By properly is that it inserts text at the cursor point.

My expectation of working properly
The user inserts the cursor at any location within the field.
They then run the script. The script has one command insert text (replace entire field is deselected)
The script should add the text at the curser location.

Steps to reproduce the problem

The user inserts the cursor at any location within the field.
They then run the script. The script has one command insert text (replace entire field is deselected)

Expected result

The script should add the text at the curser location.

Actual result

The entire field is replaced

Workaround

use a much longer script which includes set field, get(ActiveSelectionStart), replace, etc

Viewing all articles
Browse latest Browse all 3510

Trending Articles