As I wrote in another thread I'm connecting to a database using a custom account.
The account's path is: /u2/quiter/POSVENTA5
In that path I open a file, for example: /u2/quiter/POSVENTA5/BP/ACCSCR0
Then I try to click on another definition (ACCSCR0) to open it:
* Carga datos
IF HAY.AUTOFILL=1 THEN
CODIGO.ED=XDATO
* Lee registro
CALL ACCSCR1(MAT XQ,MAT XXQ,XK,XMACRO,MAT XFIELD,XA,XV,XRESUL,MAT ENTR,XSTACK)
END ELSE
The editor then tries to open the file in /u2/quiter/POSVENTA5/ACCSCR1 instead of /u2/quiter/POSVENTA5/BP/ACCSCR1 so it fails.
How can I fix the search path for the editor?
Is there a way to do something like this:
https://rocketsoftware.github.io/rocket-mvbasic/usage/Catalog/
for online editing?
------------------------------
Héctor Cortiguera
Quiter Servicios Informaticos SL
------------------------------