New pages
From DataFlex Wiki
Jump to navigationJump to search
- 10:24, 23 October 2024 StartProg (hist | edit) [541 bytes] Wil (talk | contribs) (Created page with "StartProg is a small CreateProcess wrapper function originally written by Bernhard Ponemayr. You can use it as an alternative to RunProgram and RunProgram Wait. This package has been sitting at the library section of the forum for years. The reason I put it at the wiki is to make it easier to find it back as searching for this at the forum always takes more time then it should be. Latest version is here: https://support.dataaccess.com/Forums/showthread.php?50143-Ne...")
- 13:26, 25 July 2023 Struct array as a Web Property (hist | edit) [2,253 bytes] Wil (talk | contribs) (Created page with "Complex web properties, such as structs and/or arrays, have been supported since DataFlex 18.1. The documentation on this however is extremely thin. It doesn't exist at the time of writing this, so you are left on your own on how-to figure out how that works. The usage of a struct requires that you serialize/deserialize the data against a matching javascript object, just like when you pass a parameter. Perhaps there's a better way, but I am not aware of that. What fo...")
- 23:07, 10 July 2023 Using cWebHttpHandler with JSON instead of tWebValueTree (hist | edit) [2,602 bytes] Wil (talk | contribs) (Created page with "From this forum post: https://support.dataaccess.com/Forums/showthread.php?68231-ToDo-Describe-call-mode-and-a-few-more-questions&p=371095#post371095 Reposting it here so I can quickly find it next time I need it (sorry, not sorry) It is indeed true that for most situations the tWebValueTree is not needed any more. ClientActions and ServerActions can now use JSON Handles or structs & arrays that are directly serialized. So when calling a server action you can now do th...")