Search:

Type: Posts; User: Anders Ohrt

Page 1 of 73 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: IIS Security question - content-security-policy

    Hi Col,

    We use these headers:


    Response.AddHeader "X-Frame-Options", "sameorigin"
    Response.AddHeader "X-Content-Type-Options", "nosniff"
    Response.AddHeader...
  2. Re: Get first and last day of week based on year and week

    Hi Martin,

    You can simplify this by starting from January 4th instead, which is always in week 1.
    Also, using the string "1901-01-01" will work in Sweden, but not many other countries. The...
  3. Replies
    20
    Views
    2,496

    Re: DiskDrive SerialNumber

    Hi Giuseppe,

    The CString call was the only thing I felt was hacky in the original. I've replaced it was an open coded string copy, and edited the original post. Now it works with 32 and 64 bits,...
  4. Replies
    20
    Views
    2,496

    Re: DiskDrive SerialNumber

    Hi Giuseppe,

    Sorry, I missed that is was picked up from another file. I've updated the post above with a corrected version.
  5. Replies
    20
    Views
    2,496

    Re: DiskDrive SerialNumber

    Hi Giuseppe,

    I found some C++ sample code to do this, which I converted to DataFlex. No need for a separate DLL to do this.
    Call DeviceSerialNumber with 0 for the first device, 1 for the second,...
  6. Replies
    25
    Views
    2,332

    Re: Application is "Not responding"

    I tested this again, and it works as expected if you use the standard Button class. We use the Codejock button class, which breaks.
  7. Replies
    25
    Views
    2,332

    Re: Application is "Not responding"

    Due to the built in status panel, unfortunately. We found it in DF 19.0, I don't know if it's been fixed.
  8. Replies
    25
    Views
    2,332

    Re: Application is "Not responding"

    I used to think so as well, but that's actually not true. We had a support case just a few weeks ago with an "impossible" stack trace in it, where OnClick was called recursively multiple times via...
  9. Replies
    31
    Views
    3,260

    Re: Quick Array Append

    I agree fully, don't like it at all.

    What we've done is create a command for this. Works great, except commands are deprecated so we don't get code sense for it.


    #COMMAND ArrayAppend R "TO" R...
  10. Re: Property on PushButton breaking TabWorkspace

    Unfortunately, this also happens if you use DF 19.0 with CJ 22.0.
    This migration is going to be _such_ a pain... =(
  11. Replies
    3
    Views
    1,284

    Re: Panels not updating

    And immediately found that the TabWorkspace bug I wrote about in another thread re-appear if you use DF 19.0 with CJ 22.0. *sigh*
  12. Replies
    3
    Views
    1,284

    Re: Panels not updating

    Thanks, I guess we'll have to do that as well. We're migrating to DF 20.1 and I was hoping to use the bundled version for the SIG classes as well.
    We're currently using 3(!) different versions at...
  13. Replies
    3
    Views
    1,284

    Panels not updating

    We're moving from CJ 18.3 to CJ 20.0, and have noticed that when a panel is closed its space is just left blank until the application is resizes or a view is opened/closed.

    I ran the Demo...
  14. Re: Property on PushButton breaking TabWorkspace

    It looks like this only happens if you use DF 20.1 with the 18.3 wrappers. Switching to the 20.0 wrappers makes this go away.
  15. Property on PushButton breaking TabWorkspace

    Hi,

    We're migrating from DF 19.0 to 20.1, and have found a strange bug. The symptom is that the TabWorkspace is not skinned correctly (icons don't show up) in 20.1, but the way to reproduce this...
  16. Replies
    4
    Views
    2,366

    Re: WebQrCode flickering

    Hi Raphael,



    No, there is only one such element (a tab container).
  17. Replies
    3
    Views
    1,141

    Re: INT file deleted after migration

    Hi Marcia,

    This is DF 19.0, with the driver that comes with it. DFBtrDrv.dll is 5.0.0.53. I was converting from SQL Server to PSQL, it's the btrieve interface.

    In Database Builder I selected...
  18. Replies
    3
    Views
    1,141

    INT file deleted after migration

    Hi,

    When you convert a table that has an INT file to Pervasive, and you check the box "Delete original after conversion", the newly created and needed INT file is deleted.
  19. Replies
    4
    Views
    2,366

    Re: WebQrCode flickering

    Vincent,

    No, I've just included the DFSecurity library (1.1) and added a cWebQrCode control to our application.
  20. Replies
    6
    Views
    1,542

    Re: Problem with Email from VPE

    Mark,

    SMTP AUTH will still be available, since there are tons of legacy devices (routers, printers, etc) that will never get updated. MAPI, POP, IMAP and more will be affected. See there for info:...
  21. Replies
    4
    Views
    2,366

    WebQrCode flickering

    Hi,

    I have a cWebQrCode on a page and noticed that whenever something changes on the page, the QR code redraws. I have a label counting down from 30 via timer, so it looks horrible.

    In the...
  22. Replies
    4
    Views
    2,063

    Re: cSecureOneTimePassword broken

    Hi Bram,

    I've just stumbled onto this as well, and your fix does not work. Microsoft Authenticator is fine with it, but Google Authenticator says the QR code is invalid.

    I tried with a secret...
  23. Re: OOM Error on 32 Bit before hitting 2GB boundary?

    Wil,



    I think you need to enable some other column, IIRC it's called either VMSize or Commit size. Enable any memory-related column you can find, it's the one with the largest value you want. =)
  24. Replies
    16
    Views
    4,545

    Re: Winprint error

    Oh, that was a typo. The error is that it accesses the 20.0 version, not the 20.1 version. Create the key HKEY_LOCAL_MACHINE\SOFTWARE\Data Access Worldwide\DataFlex\20.0\Defaults.
  25. Replies
    16
    Views
    4,545

    Re: Winprint error

    As I wrote above:
Results 1 to 25 of 1806
Page 1 of 73 1 2 3 4