How to handle Locate

edited 9:35PM in FastScript
Hi,

Please give an example, how to handle db locate in FastScript with pascal syntax.
I receive "Invalid variant type conversion".

Regards
Christian Sanggaard

Comments

  • edited 9:35PM
    I met the same problem. I suppose it's the bug in

    function IntToLocateOptions(i: Integer): TLocateOptions;


    i is supposed to be integer, but fastscript will pass variant arry to it. After changing the code, i found another problem. If i pass [], i receive "Expression expected", it seems that fastscript cannot parse null set.



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.