Search:

Type: Posts; User: Anders Hydén

Page 1 of 31 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    205

    Re: Unwanted code in TestProject

    Hi Vincent,
    I do not know what 'signing' is. Glad to learn about it!

    I just looked in the help and will read there.
  2. Replies
    6
    Views
    205

    Re: Unwanted code in TestProject

    I have been looking in to McAfee and tried to exclude my file for scanning. It does not work, because the new file that the compiler creates is regarded as not the same as the one that I excluded. ...
  3. Replies
    6
    Views
    205

    Re: Unwanted code in TestProject

    Thanks Sture!

    I will probably not update to a later version, I concentrate on the McAfee stuff.
  4. Replies
    6
    Views
    205

    Re: Unwanted code in TestProject

    I use DF 19.1
  5. Replies
    6
    Views
    205

    Unwanted code in TestProject

    Hi,

    When compiling a testproject I get an error when the program will start:

    - Program Startup Error
    - Det gick inte att slutföra åtgärden eftersom filen innehåller ett virus eller...
  6. Re: Chilkat - some mails does not reach the receiver

    Thanks all for that!

    I will focus on the authentication methods.
    The sad thing is that I send these mails once a year... So I have to wait to next year to make the next test, but in the...
  7. Chilkat - some mails does not reach the receiver

    Hi,

    I use Chilkat to send bulk mails with an attachment. This has worked fine recently, but now some of the mails does not reach the receiver. All those has the @gmail.com account.

    When I talk...
  8. Re: Print to a special printer, not the standard

    Vincent!

    You were right! as expected!
    In that way I can command a specific printer direct without change the default.

    This was my code:


    Get HemtaStxtText of oAdakoBas "KALIB" "PRINTER"...
  9. Re: Print to a special printer, not the standard

    Vincent,

    If I set the psPrinterName to my labelprinter, which is not the default printer, will it then work?

    So I should not need to do the

    save the default printer name,...
  10. Re: Print to a special printer, not the standard

    Sorry - it did not work.
    I had made my label printer standard so that's why it seemed to work.

    Now I did it in another way.


    Get piPrintVal to iPrintval
    If (iPrintval = 2) Begin //...
  11. Re: Print to a special printer, not the standard

    Garett,
    I did test the name with DF command Get DefaultPrinter of oDefaultPrinter to sAktDevice.

    The printername was correct, but I had the same name of the propertyname (psPrinterName)...
  12. Print to a special printer, not the standard

    Hi,
    I want to print my labels to a *STAR TSP100, label printer. This is not the default, standard printer.

    I get the name from a parameter table and keep it in the string sPrinterName The name...
  13. Replies
    8
    Views
    1,372

    Re: oWebServiceDispatcher is missing

    Hi Wil,
    I did so, but no difference. But here is what I found out:

    I delete all (have a backup ofcourse )
    Made a new Project from 'Desktop Web Project'
    compiled and run >>>> no errors

    I...
  14. Replies
    8
    Views
    1,372

    Re: oWebServiceDispatcher is missing

    Now, I have used the standard way and 'uninstall, reboot, install'. Same error.
    I can run the Weborder example without any error.

    It has something to do with authentication.

    In the Win Event...
  15. Replies
    8
    Views
    1,372

    Re: oWebServiceDispatcher is missing

    When running Windows 10, all worked OK.
    But after installing Windows 11, the error came up.

    Coul it be necessary to reinstall the Webapp server?
  16. Installing Webserver Windows 10 / 11

    Hi,
    I had Windows 10 and had my webserver working OK.
    Then I updated windows to Windows 11. After that I get an error when starting my webapp. The error indicates that I do not have the rights.
    ...
  17. Replies
    8
    Views
    1,372

    oWebServiceDispatcher is missing

    HI,
    I have a problem with running my webapp at my local host at own computer. I installed Windows 11 a while ago and after that I can't run my WebApp. This is what I get


    ...
  18. Replies
    2
    Views
    771

    Re: How to install the OCX on a server?

    Hi Vincent,

    I am using just DR 7 not DR8.

    Before wrote this, I tested the solution, that I worked out while sleeping, probably:


    I made new folder: C:\DataFlexReport and put the .OCX file...
  19. Replies
    2
    Views
    771

    How to install the OCX on a server?

    Hi,
    I am installing the DR 7 on a server with the downloaded DataFlex Reports Runtime 8.1.0.62 64 bit.exe

    I am logged in as a user and run at my desktop window, not direct on the server.

    The...
  20. Replies
    8
    Views
    1,200

    Re: How to get a member in Json ?

    Hi Mike!

    Once again, you solved my problems!
    Now I have a smooth little procedure that goes thru all the 30 bookings and pick the license plate and the time to change the wheels - without the...
  21. Replies
    8
    Views
    1,200

    Re: How to get a member in Json ?

    Hi Mike,
    I try the first code, and it looks as if it works. I am just in the beginning.
    But I have question about Nul. If the valu is NUL, I get an error. How could I avoid that?

    /Anders
  22. Replies
    8
    Views
    1,200

    Re: How to get a member in Json ?

    Hi Samuel,

    Your code did not work quite, but I now understand what it is, json with array.

    I got the 'Data' element and then stripped the first and last characters.

    The sData string [ {...
  23. Replies
    8
    Views
    1,200

    How to get a member in Json ?

    Hi,

    I use HttpVerbAddrRequest to get a Json like this:

    {
    "meta": {
    "currentPage": 1,
    "lastPage": 1,
    "itemsPerPage": 30,
    "totalItemsCount": 1
  24. Replies
    15
    Views
    1,594

    Re: Authorization in Restful request

    Hi, again,
    sorry to disturb you, but now I have tried many ways to get the response into Json, but failed. So I hope get some help.

    After this command: Get HttpVerbAddrRequest of oHttp sPath...
  25. Replies
    2
    Views
    591

    Re: oWebServiceDispatcher is missing

    Yes, there it is!
Results 1 to 25 of 752
Page 1 of 31 1 2 3 4