Notifications
Clear all
Topic starter
Might anyone be able to provide me with a straight forward instruction on how to import function libraries into VFE. Previously it seemed that I just had to have it in the VFE folder - but that is not working. Any assistance would be most appreciated.
Posted : May 5, 2015 4:42 am
You will need to define the location of your function files within Tools => Options menu. Our folder contains .lib, .nts, & .txt files for some of our functions, but I believe the location you point to needs to contain the .lib files in order for the functions to show up in VFE.
Hope this helps.
Posted : May 5, 2015 5:24 am
The form(s) that reference your library also need to have that particular Library tag in the code section of your form.
Such as:
/**LIBRARY::Clinical Lists**/
/**LIBRARY::Utility**/
Posted : May 5, 2015 8:19 am