Script Question

On a frMemoView, I am trying to get the following code to work.

It seems the locate always returns false.
Is locate supported? The script does not error on run.

note: memUsersLookup is a TdxMemData on the DataModule.

begin
UID := [Dta.qryRequests."UserID"];
if Dta.memUsersLookup.Locate('UserID',UID,[]) then
Memo5.Memo := [Dta.memUsersLookup."UserName"]
else Memo5.Memo := 'n/a';
end

Also, are there more examples of scripts and such? The help seems
very limited on scripting.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.