How to handle Locate
Hi,
Please give an example, how to handle db locate in FastScript with pascal syntax.
I receive "Invalid variant type conversion".
Regards
Christian Sanggaard
Please give an example, how to handle db locate in FastScript with pascal syntax.
I receive "Invalid variant type conversion".
Regards
Christian Sanggaard
Comments
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.