New pages

From DataFlex Wiki
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 13:26, 25 July 2023Struct 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 2023Using 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...")