Search:

Type: Posts; User: SEHS

Search: Search took 0.01 seconds.

  1. Re: Server has been replaced. Cannot connect with Chilkat

    This sounds to me that the combination of using an older version of Chilkat with a newer SSH-server could result in handshake problems.

    My best guess would be to test the latest version of Chilkat...
  2. Replies
    3
    Views
    1,155

    Re: Unit Testing with DataFlex?

    Haven't tried it myself, but have you seen the 'release-web'-branch example from DataAccess's GitHub?

    https://github.com/DataAccessWorldwide/DFUnit/tree/release-web
  3. Replies
    22
    Views
    1,901

    Re: I can't merge this PDF

    I can't answer why you can't merge the PDF-file with the new one.

    But, if you want to do this with Pdftk I can provide you an example.

    In this example I take for granted that you already have a...
  4. Replies
    22
    Views
    1,901

    Re: I can't merge this PDF

    I would, as suggested by Bob, try to add the full path to the Pdftk program.
    In addition to that, I think that the file path you are providing might need quotes since the path includes a folder with...
  5. Re: cWebColumnCheckBox doesn't take the focus in DF 20.1

    I have had good success with adding these lines



    <script>
    var sDfBuildNr = "20220818";
    </script>


    right over
  6. Thread: Floating labels

    by SEHS
    Replies
    30
    Views
    3,580

    Re: Floating labels

    Just a webversion of the cSplitButton.pkg that is already available for Windows applications.


    13811
  7. Thread: Floating labels

    by SEHS
    Replies
    30
    Views
    3,580

    Re: Floating labels

    Awesome!
    Any chance for a cWebSplitButton as well? :D
  8. Replies
    39
    Views
    13,930

    Re: oAuth2 and Web Application

    Works perfectly now, thanks! :)
  9. Replies
    39
    Views
    13,930

    Re: oAuth2 and Web Application

    Well, it does not execute "LoginDone".

    I get this: "Returned state does not match passed state: possible attempted Cross Site Request Forgery attack", so I am thinking that there might be...
  10. Replies
    39
    Views
    13,930

    Re: oAuth2 and Web Application

    It seems correct in the debugger.


    13725
  11. Replies
    39
    Views
    13,930

    Re: oAuth2 and Web Application

    Hi again!

    Almost done with the integration, just the connection from the web application that remains.

    I am working with your library, and I'm not sure if I know OAuth2 enough to understand...
  12. Replies
    39
    Views
    13,930

    Re: oAuth2 and Web Application

    Hi!

    Thank you for the reply. I figured it out :)

    I am now facing another issue due to this integration that I hope you might have an idea on have to solve.

    This is a POST request with...
  13. Replies
    39
    Views
    13,930

    Re: oAuth2 and Web Application

    Thanks!

    I have installed it and copied the OAuth2 folder to my workspaces AppHtml folder. I have also included the JS-file in my index.html as described in the documentation. Still, when i run the...
  14. Replies
    39
    Views
    13,930

    oAuth2 and Web Application

    Hi!

    I'm working with a integration that requires oAuth2 authentication. Has anyone any idea of how this can be done? I have seen multiple examples but they seems to show only how this is done in a...
  15. Replies
    2
    Views
    14,183

    Re: POST request with an empty body

    Thanks! :)
  16. Replies
    2
    Views
    14,183

    POST request with an empty body

    Hi!

    Does anyone know how to do this request?

    Documentation:

    The first thing that is required is to get the access token to the API. This is described in the external documentation section....
  17. Replies
    9
    Views
    16,456

    Re: Problems with catching received JSON-data

    Wooohooo!

    It works :)
    Thanks a lot for helping a beginner with (probably) some newbie questions!
  18. Replies
    9
    Views
    16,456

    Re: Problems with catching received JSON-data

    I do recognize that I have a hard time to understand this completely :D

    My struct does now look like this:



    Struct tForretningsadresse
    Integer postnummer
    String poststed
    ...
  19. Replies
    9
    Views
    16,456

    Re: Problems with catching received JSON-data

    Sorry for the late response.
    Again, thanks for helping me out.

    I removed the [] and I'm now able to run without any error messages. There is still something wrong. The structs isn't getting any...
  20. Replies
    9
    Views
    16,456

    Re: Problems with catching received JSON-data

    Thanks for helping me, Mike!

    I have tried to change the code to the struct-based setup. Seems, as you say, a lot easier that way. So after editing the code I have ended up with this:



    ...
  21. Replies
    9
    Views
    16,456

    Problems with catching received JSON-data

    Hi!

    First of all, I'm pretty new to API integrations.

    The issue I have is simple to move the received JSON-data into a string. I can do this with the fields: "_embedded", "enheter" and...
  22. Thread: Bootstrap with DF

    by SEHS
    Replies
    10
    Views
    3,309

    Re: Bootstrap with DF

    Have you had any progress related to this since last post? :)
  23. Thread: Bootstrap with DF

    by SEHS
    Replies
    10
    Views
    3,309

    Re: Bootstrap with DF

    That looks great! Would you like to explain how you did it?
Results 1 to 23 of 23