I'm having a problem using frontCall to open a file on GWC-JS on version 3.0.
The same code works fine when using GDC but on GWC-JS the following error occours:
FORMS statement error number -6332.
Front end function could not be found.
LET l_path = "D:\\Downloads"
LET l_name = "permcodes"
LET l_wildcards = "*.unl"
LET l_caption = "test"
CALL ui.Interface.frontCall("standard", "openFile", [l_path,l_name,l_wildcards,l_caption],[aPath])
The manual claims that openFile works on frontCall for GDC and GWC-JS so I must be doing something wrong.
Also, I want to trigger a file download(or file save) from the browser but frontCall saveFile is unavailable.
Is there an alternative that I can use in GWC-JS and GDC