Search:

Type: Posts; User: Raphael Theiler

Page 1 of 33 1 2 3 4

Search: Search took 0.02 seconds; generated 19 minute(s) ago.

  1. Replies
    6
    Views
    349

    Re: IOS Europe and WebApp

    I hat "PWAs" on my to do list for quite some time now, but never got around to actually do it with a DataFlex WebApp.
    I was looking into it, because it would allow a few nice additions, like User...
  2. Re: Protection from Stupid and or Malicious Users in Flextron.

    Disabling the "developer tools" is advisable. (you can "right click" in Flextron ans pick "inspect", which will open the developer tools and allow you to manipulate the html/javascript part)
    On the...
  3. Replies
    69
    Views
    7,542

    Re: ChatGPT by openai and DataFlex

    You could even add a warning to remind you to fix your old code ;)
  4. Replies
    69
    Views
    7,542

    Re: ChatGPT by openai and DataFlex

    Sometimes the AI surpises:



    I think this is the first time I got a reasonable answer without explaining what DataFlex is or what the code has to look like.
    Also: Letting the AI explain a piece...
  5. Feature Request: Swagger / OpenAPI support

    REST APIs seem to slowly replace more and more WebServices.
    WebService support is excellent in DataFlex and I wish there was something similar for REST.

    A lot of projects use OpenAPI...
  6. Re: Froala 2.6 vs Froala 4 - Library Update?

    Yes, it did. https://downloads.dataaccess.com/downloads/dataflex/froala-editor-46#description
    We still have a few issues with it (mostly with combination of using the "iframe mode" in modal panels)....
  7. Re: Obsolete packages - suspend compiler warning

    Just remove the first (second?) line of the cCrystal file if it really bothers you :)

    Note: It's usually inside the program files directory, to which you should not have write access. You might...
  8. Replies
    9
    Views
    576

    Re: DataFlex GPTs

    I interpreted kobas' post as "create our own GPT" instead of "teaching ChatGPT", which makes the copyright issue slightly less worse. The issue still remains...
    - Open Source licenses often...
  9. Re: I can see why SysDate is obsolete...

    Systedate expects a Date, not a DateTime. Is this related to my issue with the web properties and webgetting dates into datetime and vice versa?

    Other Thread:...
  10. WebGet/WebSet Date / DateTime mixup

    We have a small issue:

    Assume there is a WebProperty:


    {WebProperty=Server}
    Property Date pdtDateProperty "" // Selektion bis Datum


    Place A:
  11. Re: Annoying errors - hard time troubleshooting

    It looks like this is the same error we had (in Mikes other Thread): https://support.dataaccess.com/Forums/showthread.php?70386-Sessions-and-ServerProps&p=384387#post384387
    Maybe that helps with...
  12. Re: Dates are unconverted Error # 4354

    An automatic correction would be helpful.

    We regularly import data from our (soon to be) obsolete 17.1 Windows application (with embedded data) into our WebApp (SQL).
    We use the same command...
  13. Replies
    25
    Views
    2,202

    Re: Sessions and ServerProps

    A small follow up: We tried to reproduce it, as it seemed "random".

    We were able to partially reproduce it:
    It happens with one of our machines, everytime you close "Microsoft Edge", start it...
  14. Replies
    25
    Views
    2,202

    Re: Sessions and ServerProps

    We have the same errors in our logs (except for the timeout, since we have a higher timeout). Is this a DataFlex problem, or something on our end?
  15. Replies
    69
    Views
    7,542

    Re: ChatGPT by openai and DataFlex

    That's a good idea, the humans would profit even more than the AI. Quickly identifiying the "proper" answer would be helpful.
    I wonder if there's an option for that already built into the forum...
  16. Replies
    5
    Views
    1,066

    Re: Web API - 1st try

    If you want https you need to enable it, the default is http:

    https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cHttpTransfer.htm



    // properties to set to access an HTTPS...
  17. Feature Request: Mark inactive #IFDEF sections

    It would be helpful to "grey out" #if-def sections that are not compiled into the program.
    We have code that we use both in the WebApps and in Windows Applications (mainly DataDictionaries, but...
  18. Replies
    6
    Views
    1,058

    Re: Editor in Studio

    When I first saw the scrollbar in VS Code and Sublime, I thougth it's weird... but I got really used to it and miss it in DataFlex now...
    16389
    It really helps to quickly orient and find code.
  19. Replies
    7
    Views
    1,134

    Re: 2 Webapps?

    The possibility to add another WebApp to a workspace would be nice... maybe DAW will add this at some point.
  20. Replies
    3
    Views
    1,116

    Re: Unit Testing with DataFlex?

    Oh, That's nice! I have not seen this. That's pretty much what I was looking for.
    Especially the DFUnit version for all the Web related stuff (DDs, WebSession, etc).

    Thank you (and DataAccess)
  21. Replies
    3
    Views
    1,116

    Unit Testing with DataFlex?

    Hello everyone

    DFUnit gave unit testing with DataFlex a shot and it was a good start but only worked for Windows applications. We only write WebApps (and maintain an old Windows application for...
  22. Replies
    16
    Views
    1,814

    Re: DF Errors when MSSQL Server restarts

    Yes, the cSQLExecutor solved it.
  23. Replies
    16
    Views
    1,814

    Re: DF Errors when MSSQL Server restarts

    The answer is yes. Just switched from our old functions to the new Executor and it seems fast and more reliable.
  24. Replies
    16
    Views
    1,814

    Re: DF Errors when MSSQL Server restarts

    I have a small update:
    If the WebApp only uses DDs and the filebuffer, tit works fine. The filebuffer/DDs reconnect automatically.

    I think we open the sql connection only once, when the webapp...
  25. Replies
    7
    Views
    6,526

    Re: Automation server for WASAdmin

    Something like:

    sc [<ServerName>] stop <ServiceName>
    sc [<ServerName>] start <ServiceName>

    (Source:...
Results 1 to 25 of 820
Page 1 of 33 1 2 3 4