Search:

Type: Posts; User: Albin

Page 1 of 25 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    200

    Re: piColumnSpan = 0 does not work anymore

    Ok, it worked in DF23 though.
    But had not seen the right click in the designer to convert everything to grid layout.
    Well done! Converted my tabs and then had to change some height settings on...
  2. Replies
    3
    Views
    200

    piColumnSpan = 0 does not work anymore

    It seems in DF24 that if you have Set peLayoutType to ltGrid somewhere in your view then piColumnSpan does not work as it used to.
    If we want an object to strech all the way out we have set...
  3. Thread: DB Login

    by Albin
    Replies
    9
    Views
    416

    Re: DB Login

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

    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)
  5. Replies
    9
    Views
    624

    Re: #IFDEF {symbol} {symbol}

    Thanks Frank. Awsome!
  6. Replies
    9
    Views
    624

    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...
  7. Replies
    9
    Views
    624

    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,...
  8. Replies
    9
    Views
    624

    #IFDEF {symbol} {symbol}

    We have a lot of compiler commands like:


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

    by Albin
    Replies
    1
    Views
    262

    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...
  10. Replies
    15
    Views
    1,305

    Re: Keyboard & mouse freezing intermittently

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

    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.
  12. Replies
    29
    Views
    2,446

    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...
  13. 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...
  14. Replies
    25
    Views
    2,300

    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...
  15. Replies
    8
    Views
    1,037

    Re: 365 View Remote Document

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

    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...
  17. Re: Possible to call a view with URL parameters from outside webapp?

    Of course it should ;)
    Thanks Wil!
  18. 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...
  19. 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....
  20. Replies
    3
    Views
    695

    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....
  21. Replies
    3
    Views
    695

    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...
  22. 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
  23. 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.
  24. 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...
  25. Thread: WebColumn width

    by Albin
    Replies
    2
    Views
    610

    Re: WebColumn width

    You need to set piListColSpan on the columnobject.
    https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cWebColumn-Property-piListColSpan.htm
Results 1 to 25 of 604
Page 1 of 25 1 2 3 4