How to handle Locate

edited 1:23AM 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 1:23AM
    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