What is the actual syntax to add a INCLUDE focexec in another focexec? I am new to WebFocus.
Can any one please tell me why I am getting this error:
"ERROR: ERROR_MR_FEX_NOT_FOUND Can't create item object based on provided item key FRCSTDAT.fex."
when I am trying to include the file inside another focexec code.
If you are using WebFOCUS 8 you need to include files using the full IBFS path
You can find the full path by right clicking on the procedure you want to include in Dev Studio or the WF portal and selecting properties.
Note that the properties window will reference the environment in this path, which must be excluded in the actual include.
For example, the properties will show: Parent Folder: IBFS:/WF8 Dev/WFC/Repository/[rest of path]
Exclude the bolded portion in your path for the include to work