Hi,
When an FTP connection is made to a resource, I get a virtual disk. I need to scan the files on this disk. However, the directory() function does not see this disk. What's the matter?
Hi,
When an FTP connection is made to a resource, I get a virtual disk. I need to scan the files on this disk. However, the directory() function does not see this disk. What's the matter?
Hello,
which class do you use for the FTP connection?
Have you tested the ftpdir.prg from the FIVEWIN samples.
Best regards,
Otto
I made an FTP connection using Total Commander, so the program on FW does not see the disk. Thank You, Otto !
Otto,
In the gallery i see Autocode software. It seems to be yours since there is no recent link.... in the forum (also not in the contribution section)
Is it a commercial product ?
Natter wrote:Hi,
When an FTP connection is made to a resource, I get a virtual disk. I need to scan the files on this disk. However, the directory() function does not see this disk. What's the matter?
Hello Marc,
no it is not commercial. I can give it to you.
Do you use resources or hardcoded dialogs?
It only suports hardcoded style.
Best regards,
Otto
Please download https://mybergland.com/fwforum/autocode.zip and extract the file.
Then run adc.EXE. You get a little window.
Make, for example a say command in your FIVEWIN source - press CTRL+C and click on the paste button.
Then autocode should open and you should see your command with all possible parameters.
Is this working?
Redefine is not supported as I do not use. But if someone needs, we could edit the acd5.ch file.
Then you have to press button copy the changes are then in clipboard. With Ctrl + V you copy the changes back to your source.
Otto,
I don't use resources in this project.
The program is working, but i have to search more in the forum for samples of use.
It works with text like this ( the code in in autocode)
WITH OBJECT oRec:oBrw
:MakeTotals()
:RefreshFooters()
Eval( :bChange, oRec:oBrw )
END
But i see nothing with this :
@ 60,1500 GET oGet VAR cEan SIZE 150,26 PIXEL OF oDlg VALID lookupean ( cEan )
I have to see witch part of the code has to be selected for the code to work
BTW : I use multiEdit


If I copy the code from your post above
@ 60,1500 GET oGet VAR cEan SIZE 150,26 PIXEL OF oDlg VALID lookupean ( cEan )
and 'Paste Code" also no effect.
Should I copy some of the files into the application dir maybe ?
Marc, no it should work.
I can check with TV if you want
Best regards,
Otto