JonFP

Results 18 comments of JonFP

I think it should suggest it as an alternative to the script offered. If you looks at that script you'll find that it will scare the living daylights out of...

``` dcl-pr OpenFile pointer extproc('_C_IFS_fopen'); *n pointer value; //File name *n pointer value; //File mode end-pr; ```` The resulting calls will be both simpler and look "more RPG like" if...

> Hi, What if I want to write the contents of a PF(physical file) having 100 fields, how do I do that. As I should write the 100 fields exclusively...

I was just about to write up this same problem. So it is not just you.

If it proves impossible to implement, then at least it shouldn't even show the dialog. That is what is really confusing about the current situation. Jon Paris ***@***.*** > On...

I hadn't dared try but here goes ... OK - it connects just fine and adds the data to the settings.json (I had it open in the editor at the...

Thanks @sebjulliand but that option does not appear for me. As far as I know I have never turned on sync and so all I see are these options: ![2024-03-27_16-45-50](https://github.com/codefori/vscode-ibmi/assets/13474625/90a58708-304c-4f59-84bb-649e1bef9c2a)

Decided to give up and revert to a settings.json copy from 4 weeks ago. No difference - still no IBM i connections even though they are there in the file....