Search:

Type: Posts; User: flado

Page 1 of 30 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: FlexTron WebLits

    by flado
    Replies
    9
    Views
    1,455

    Re: FlexTron WebLits

    Hi Harm,
    Nope it doesn't. If I add a button with GridRefresh it gets there, but since it can't find a current row (WebGet psCurrentRowId to sRowID // Get the RowID of the current row), it sort of...
  2. Thread: FlexTron WebLits

    by flado
    Replies
    9
    Views
    1,455

    Re: FlexTron WebLits

    Hi Peter,
    Thanks for the suggestion, but yes, it does have the correct server setting.
  3. Thread: FlexTron WebLits

    by flado
    Replies
    9
    Views
    1,455

    Re: FlexTron WebLits

    Hi Samuel, Yes, I have checked that, plus I removed all constrains etc and just added an OnLoad with FindFromTop, just to see if my filters where messing with me, but still no result, weblist still...
  4. Thread: FlexTron WebLits

    by flado
    Replies
    9
    Views
    1,455

    Re: FlexTron WebLits

    Hi!
    The lists are just normal DD filled lists (Set peDbGridType to gtAutomatic).
    Here are two pics, one with the constrain (sql filters) and one of the weblist object)
    16062
    16063
    I don't have...
  5. Thread: FlexTron WebLits

    by flado
    Replies
    9
    Views
    1,455

    FlexTron WebLits

    Hi,
    I'm playing around with the new FlexTron framework. I am porting a fully functioning webapp (mobile) into FlexTron with the idea that I could use both a Windows shell and a webapp with the same...
  6. Replies
    2
    Views
    811

    Re: JsonToDataType unknown types

    Thank you Mike, that worked very nicely. I was just hoping there would have been some built in method to handle this kind of situation in DF :-)
  7. Replies
    2
    Views
    811

    JsonToDataType unknown types

    Hi all,

    I get this JSON from another system:



    {
    "menuPinned": "true",
    "menuSelected": "PROJEKTHANTERING",
    "url": "xxx",
  8. Replies
    7
    Views
    1,426

    Re: messageBox not showing

    Thanks Vincent, yes I agree that the "for" usage is not very good, but that method was the last one I found before the call was finished. But I'll try the OnAttach/DetachProcess methods instead to...
  9. Replies
    7
    Views
    1,426

    Re: messageBox not showing

    Hi Vincent, yes that is a way of doing it, but that would mean I would have to add it in all the methods that can be called. I would like to add it only in once place, a final method that all of...
  10. Replies
    7
    Views
    1,426

    Re: messageBox not showing

    Thanks Vincent, but sorry to be unclear. I know all that, I just want to know at which point I can set the error handler back to default? I mean which is the last event after processing the call,...
  11. Replies
    7
    Views
    1,426

    Re: messageBox not showing

    OK so I found the problem, and I would like to ask for best practice here:
    We are getting API calls from an different system continuously. When receiving the calls, we re-direct the error handler to...
  12. Replies
    7
    Views
    1,426

    messageBox not showing

    Hi

    I have a problem that errors, message boxes etc are not shown on certain clients. We have multiple test servers, and on a couple of them, the errors etc are never sent back to the client in the...
  13. Thread: Df_index_name

    by flado
    Replies
    4
    Views
    1,388

    Re: Df_index_name

    Solved. I noticed eventually that I had copy of this table in my DB and that table of course had that index defined and so the SQL responded with an error saying that there was already an object of...
  14. Thread: Df_index_name

    by flado
    Replies
    4
    Views
    1,388

    Re: Df_index_name

    Well Thanks but the problem i have is That the index is not changed to the value I set in that sql table, and also not in the INT file. The index name becomes WEBACTIONLOG001 instead of what I want,...
  15. Thread: Df_index_name

    by flado
    Replies
    4
    Views
    1,388

    Df_index_name

    I am creating a table using the Database API which works fine. However, I set DF_INDEX_SQL_PRIMARY_KEY to index 1, and that also works fine, but I want the Index name to reflect the way it is done if...
  16. Thread: pbShowWaitDialog

    by flado
    Replies
    7
    Views
    2,430

    Re: pbShowWaitDialog

    Thanks alot for confirming that it does not work in 19.1 Harm
    No worries, we will move up to 20.1 during this year, so it'll be fixed at that time :-)
  17. Replies
    14
    Views
    2,609

    Re: Undefined command UWide

    Hi !
    Thanks for all the good suggestions. Turns out we had a file in some old library with the name Unicode.pkg which caused this problem (Thanks Michael).
    Anway, it's solved now :-)
  18. Replies
    14
    Views
    2,609

    Re: Undefined command UWide

    15214
    here's what I get
  19. Replies
    14
    Views
    2,609

    Re: Undefined command UWide

    Hi Sameul
    thanks for your reply. No I’m sure it’s not ours. The errors appear in df 20.1 packages like Winkern.pkg and others. I have searched all the code in 19.1 and it doesn’t exist there but in...
  20. Replies
    14
    Views
    2,609

    Undefined command UWide

    Hi,
    So I wanted to see how much work it would be to convert our 19.1 applications to 20.1 and test compiled it. I get a great deal of errors saying Undefined command UWide, all of the errors in the...
  21. Thread: pbShowWaitDialog

    by flado
    Replies
    7
    Views
    2,430

    Re: pbShowWaitDialog

    Hi,
    The above problem was solved shortly after my questions (we had mistakenly set some CSS property to not show the modal...).
    But, now I have a new, similar problem. While psWaitMessage works...
  22. Replies
    8
    Views
    1,486

    Re: Modal panels not closing

    thanks Evertjan
  23. Replies
    8
    Views
    1,486

    Re: Modal panels not closing

    Harm,
    forgot to ask, but where do I insert that fix? does it need to be in the WebWindow.js file? i added it to our own js-package but modals never get there on hide.
    thanks
  24. Replies
    8
    Views
    1,486

    Re: Modal panels not closing

    Thanks Harm!
    I will add that to our system and see if it helps. Like I said it is very intermittent so can't reproduce right away. Will get back to this thread if it happens again!
  25. Replies
    8
    Views
    1,486

    Re: Modal panels not closing

    Hi Wil
    This is the version we run. We are planning on moving up to DF2022 later this year, so perhaps this is something that is "fixed" or changed in later releases, if so then great, otherwise we...
Results 1 to 25 of 743
Page 1 of 30 1 2 3 4