Search:

Type: Posts; User: Allan Greis Eriksen

Page 1 of 27 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: VPE 7.2 move from enhance to professional version

    I am having this exact issue for VPE 7.30 Enterprise Edition generated in DF 20.1. Just tried 23.0 and here it is still a problem. I haven't tried 24 RC. And thank you for posting the solution!
    I...
  2. Replies
    20
    Views
    787

    Re: ESQL and ROWLOCK

    You can dedicate one machine, preferable the server, to make the maintenance job. Use Windows Task Scheduler to setup the task that should be run at specific intervals. You can assign a specific user...
  3. Re: DF 19.1 windows application closes now and then without any message

    Did you try checking the auto disconnect setting on the server?
  4. Re: Is there somewhat a partial password_state?

    What about splitting the form up in two or more forms and align them close? Then you can have password_state set true for the "part" forms that should work as protected.
    You may have to work a bit...
  5. Re: DF 19.1 windows application closes now and then without any message

    Have a look at the setting for the network share:


    net config server

    It sounds like the network is disconnected.

    Disable the auto disconnect with this:
  6. Replies
    10
    Views
    583

    Re: Structs and memory

    Beside the good suggestions already mentioned you could also have a look at what DataFlex methods you are using for reading the CSV files. Have a look at how big a block size you are reading and...
  7. Re: Alternate between DAC PKG folders

    An idea. What if you have the PKG folder as a subfolder in AppSrc and add this to the path in your .ws file. I believe that the source file in your subfolder could be precompiled in your own...
  8. Re: Request_Save: Updating External Tables (Add_system_file) using their DD classes.

    You could make your own classes (on cObject) where DD objects are created in the constructor. Then use public methods to get and set data. It could even be a set of records in some array of structs....
  9. Replies
    30
    Views
    2,253

    Re: Compiler Progress panel

    I've converted some 3500+ source files for at solution and let the build server handle the compile. This is compiling with the same settings and I did not register any difference in compile time. It...
  10. Replies
    30
    Views
    2,253

    Re: Compiler Progress panel

    Cool! Didn't notice this one. One big Pull Request comming up...
  11. Re: MovetoFirstRow doesn't work in constrained cDbCJGridPromptLists

    Try setting the Ordering in the oLEVval_DD to index.1 instead.
  12. Critical error on Replaces and Replace runtime string functions

    We have found a critical error in the DF 20.1 runtime regarding Replaces and Replace runtime string functions. We have filed a bug report on this but just to give a head up on this to all. This...
  13. Replies
    11
    Views
    3,292

    Re: cFileSystem package to DF20.1

    Excellent :)
  14. Replies
    11
    Views
    3,292

    Re: cFileSystem package to DF20.1

    Hi Peter. Thanks for the example code.

    I think the method you are looking for is

    Get DirectoryIsEmpty of oFilesystem sDirectoryPath to bEmpty
    This utilize a parameter to the FileSearch that...
  15. Replies
    11
    Views
    3,292

    Re: cFileSystem package to DF20.1

    Hi Nils.

    I had a look at the code at you are right. I have corrected the error at pushed the new version. Thanks for the bug report.
    If you find other bugs or request on the project can I get...
  16. Replies
    11
    Views
    3,292

    Re: cFileSystem package to DF20.1

    One more method added called FileSizeInKB. This returns the applied file size in KB rounded up (ceiling). This is the same behavior as Microsoft Explorer.
  17. Changing a table removes included fields in an index.

    The connectivity kit throw away any included fields in an index when restructuring a table. Connectivity used is the latest for MSSQL.



    --- a/Wise/Desc/Tables/dbo.NOVAX24.sql
    +++...
  18. Replies
    11
    Views
    3,292

    Re: cFileSystem package to DF20.1

    Just added a new function called DirectoryCreateEx.

    https://github.com/SoftAllan/Filesystem/blob/aa684d4575900733be6f01ebd469d0d36a83b8e0/AppSrc/cFilesystem.pkg

    This can create the missing...
  19. Re: Setting psSelectionNamespaces crashes the application when getting the property value afterwards

    Yes we noticed that also here.
  20. Setting psSelectionNamespaces crashes the application when getting the property value afterwards

    We experience a runtime error in DataFlex 20.1 when we set the psSelectionNamespaces and then get the property value.



    Use Windows.pkg
    Use cHtmlHelp.pkg
    Use cApplication.pkg
    Use...
  21. CodeSense stop working after using multi line string

    When using a multi line string the CodeSense stop working in Studio 2022.


    Use Windows.pkg
    Use cHtmlHelp.pkg
    Use cApplication.pkg
    Use cConnection.pkg

    Object oHtmlHelp is a cHtmlHelp...
  22. Copy to Clipboard does not work correctly with utf-8 source code files

    Copying the results from the Find Results pane are translated wrong into the clipboard.

    Open the studio and create a new base project like this:

    Use Windows.pkg
    Use cHtmlHelp.pkg
    Use...
  23. Re: DF19.1 convert to DF2022 64-bit - some BMPs not working

    I had a small issue with some bitmaps not showing correctly in menu. It turned out that I needed to upgrade my CodeJock components to version 20.3 to make sure they align with the studio version and...
  24. The method DeleteToolTip should clear the psToolTip_private property

    I'm using the ToolTip_Support_Mixin class and setting the Set pbUseFormWindowHandle to False in the constructor of an active-x class.



    Class cWsCtDayView is a cComCtDayView

    Procedure...
  25. Setting psTitle on cToolTipController does not work

    It gives some scrambled text as it is not send as UTF-16 text but UTF-8 text.

    Create a new test project and add this view as an example:


    Use Windows.pkg
    Use DFClient.pkg

    Deferred_View...
Results 1 to 25 of 658
Page 1 of 27 1 2 3 4