Search results

  1. R

    REST vs WEB APIs

    Thanks Peter for expanding on this. It would be fair to say that Webhandlers are just simply better than REST
  2. R

    REST vs WEB APIs

    Hi JC, Thanks for that insight, it's exactly what I was looking for. Appreciate your input. Our application currently would work fine with just Json but we also have a built in reporting suite so looking to the future it would be nice to be able to transport these files directly without having...
  3. R

    REST vs WEB APIs

    We currently have a GUI application but are starting to look into upgrading this to a web-based application that will use PASOE. I've been reading about which API is best to use for this purpose and the obvious choices are either REST or WEB. REST seems like it might be best for us but looking...
  4. R

    OS-Copy <FileName> PRN

    Do you have read access to the source and write access to the target?
  5. R

    Code-completion assistance query

    It seems to work for some and not for others, doesn't seem to be any rhyme nor reason as to why.
  6. R

    Code-completion assistance query

    Yeah PDSOE. I'm currently using 11.7. Strange. When I create a fresh .p it seems to work okay but in this procedure I was doing some work on it doesn't.
  7. R

    Code-completion assistance query

    Hi All, Just wondering if there is a way so that when typing a partial variable name and pressing CTRL + SPACE to activate the code-completion assistance it also shows variables defined within internal procedures? I imagine this is due to the fact you can define a variable in the definitions...
  8. R

    SmtpMail.p through webspeed

    Hi All, We use the smtpmail.p procedure from FFW to send all of our emails. These emails can be generated from a hard client or through webspeed from our website. When triggering this code from the hard client the email sends instantly but when it is triggered through webspeed it seems to take...
Back
Top