xsharp.eu • ExecScript function
Page 1 of 1

ExecScript function

Posted: Thu Nov 28, 2024 11:13 am
by jacekm23
Hi,
what references in application are nesessary to use ExecScript function?
Jacek

Re: ExecScript function

Posted: Thu Nov 28, 2024 12:22 pm
by xinjie
Hi, Jacek

You need to make sure that a reference to XSharp.RT.dll exists in your project if I understand correctly (you need to use the function in your code)

Re: ExecScript function

Posted: Thu Nov 28, 2024 1:17 pm
by robert
Jacek,

If you want to call FoxPro specific functions (you can recognize these in the Help File because they are defined inside XSharp.VFP.Functions) then you will also need to add a reference to the file XSharp.VFP

Robert