Search:

Type: Posts; User: Albin

Page 1 of 25 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: DB Login

    by Albin
    Replies
    9
    Views
    392

    Re: DB Login

    Remove the encrypted password value from the DFConID file.
  2. Replies
    4
    Views
    286

    Re: Event Log Column Width in WAS Administrator

    Dubbelclick on the type column line and the grid will resize the column. (Column line = the divider which you can drag to resize the column)
  3. Replies
    9
    Views
    607

    Re: #IFDEF {symbol} {symbol}

    Thanks Frank. Awsome!
  4. Replies
    9
    Views
    607

    Re: #IFDEF {symbol} {symbol}

    Hi Frank!

    Thanks!
    Explain this to me please :D
    If I define Hello but I do not define world.
    Then I use "DefineOr Friendly Hello World". Does that mean that world gets defined also? Or does it...
  5. Replies
    9
    Views
    607

    Re: #IFDEF {symbol} {symbol}

    Yeah, but then I could just define Is$WebApp in the flextron project :D, was thinking if it was another way than having these things nested.
    Want the flextron project to keep using the win code,...
  6. Replies
    9
    Views
    607

    #IFDEF {symbol} {symbol}

    We have a lot of compiler commands like:


    #IFDEF Is$WebApp
    //DoThis
    #ELSE
    //DoThat
    #ENDIF
  7. Thread: Http Error codes

    by Albin
    Replies
    1
    Views
    256

    Re: Http Error codes

    Yeah, we had this issue too.
    It is a IIS setting that you can control from your web.config. You need to add this in your web.config file:


    <system.webServer>
    <httpErrors...
  8. Replies
    15
    Views
    1,250

    Re: Keyboard & mouse freezing intermittently

    Yeah, my views where it most often happens is around 600 kb.
  9. Replies
    15
    Views
    1,250

    Re: Keyboard & mouse freezing intermittently

    Iīve seen this too when working with large .wo files. Started in DF23. Restarting the studio helps sometimes but only for a couple of minutes.
  10. Replies
    29
    Views
    2,326

    Re: Annoying errors - hard time troubleshooting

    Hi.

    We have these too. Would also like to know why and how to get rid of them.
    We got these a year ago and we started to delete the logfiles and restarted the servers once every week. That...
  11. Re: WebProperty - best setting for multi-user integrity

    Yes, but {WebProperty=Server} means that if the user does a browser refresh it will clear the values in these properties. If you make them {WebProperty=ServerSession} they will live thru a browser...
  12. Replies
    25
    Views
    2,202

    Re: Sessions and ServerProps

    Hi Mike.

    We have seen these errors from time to time also in DF20.1.

    If we break it down. These errors:

    Event 201 - A child process does not respond, unconditionally terminating the process...
  13. Replies
    8
    Views
    1,013

    Re: 365 View Remote Document

    Does not matter. It needs to be uploaded to one drive or sharepoint or something else that is approved.
  14. Replies
    8
    Views
    1,013

    Re: 365 View Remote Document

    I looked at it once and I think I came to the conclusion that O365 can not view the document unless it is uploaded. It canīt work with local files.
    We have a similar solution where we show O365...
  15. Re: Possible to call a view with URL parameters from outside webapp?

    Of course it should ;)
    Thanks Wil!
  16. Possible to call a view with URL parameters from outside webapp?

    We can call a specific view in our webapp from another application by adding the viewname to the URL like #oMyView.
    Is it possible to add URL parameters that the view could pick up in an OnShow...
  17. Anyone who built a function to save values in LocalStorage of the browser?

    Hi.

    We have a need for saving some values (and then getting them at a another moment) in the browsers LocalStorage.
    The cWebGrid/List class does this for the column and grouping settings/layout....
  18. Replies
    3
    Views
    686

    Re: Include_Text in subfolder?

    Hi Bram.

    Yes, it has to do with libraries. Did not think about at first.
    But the project I was in was a web workspace where the appsrc folder (Letīs call that AppSrc-1) just contains *.wo files....
  19. Replies
    3
    Views
    686

    Include_Text in subfolder?

    Using Include_Text with SQL files is awsome.
    If you want to subfolder the sql files so that they are not directly in your AppSrc folder. How do you do that?
    I added a subfilder to my AppSrc and...
  20. Re: Development server returns Json body but not production server

    Thanks Marco.
    Google did the job but you pointed me too it.
    Found the solution here:
    https://gist.github.com/beccasaurus/929007/a8f820b153a1cfdee3d06a9c0a1d7ebfced8bb77
  21. Re: Development server returns Json body but not production server

    Ok, yes, of course I will let you know if I solve it.
    It is a very weird problem.
  22. Re: Development server returns Json body but not production server

    Hi Martin.

    Did you solve this?
    I see this in one of our RestApis. We are running DF 20.1. When we run it in a local environment it returns the json error object and the status 400 but in public...
  23. Thread: WebColumn width

    by Albin
    Replies
    2
    Views
    604

    Re: WebColumn width

    You need to set piListColSpan on the columnobject.
    https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cWebColumn-Property-piListColSpan.htm
  24. Replies
    5
    Views
    778

    Re: WebDrag/Drop and new row in cWebGrid

    Good that you see what I see :).
  25. Replies
    5
    Views
    778

    Re: WebDrag/Drop and new row in cWebGrid

    Hi Harm.

    Using DF2023 latest Beta 2 version.
    Weird, I see this both in this example view and in my application where I first spotted it.
    Note that after dragging the row from the left list to...
Results 1 to 25 of 602
Page 1 of 25 1 2 3 4