Search:

Type: Posts; User: Emil

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Prevent order to be edited simultaneously by more than one user

    Hi Luca,

    I am currently attending the Synergy conference.
    I will come back to you as soon as possible with the code.

    Regards,
    Emil
  2. Re: Prevent order to be edited simultaneously by more than one user

    Yes, done that before.
    I decided against the use of a field in the database because that will keep an order 'locked' when the user exits the application unexpectedly (crash).
    So instead we create a...
  3. Replies
    16
    Views
    1,317

    Re: cWebRichTextEditor (quill)

    I have been struggling with the Quill editor to add support for <br>.
    I also found some code snippets on google as to how to do this. I never got it working. It has to do with the internal structure...
  4. Thread: Tailwind

    by Emil
    Replies
    11
    Views
    1,679

    Re: Tailwind

    Instead of the Tailwind approach I would prefer the BEM approach.
    With BEM you could make a match between CSS and the DataFlex control. Every control would have it's own BEM counterpart. Changing...
  5. Thread: Tailwind

    by Emil
    Replies
    11
    Views
    1,679

    Re: Tailwind

    I stumbled upon this blog...

    https://pdx.su/blog/2023-07-26-tailwind-and-the-death-of-craftsmanship/
  6. Replies
    8
    Views
    1,334

    Re: SOAP Request written to a file

    Try this


    Function DoInvokeService Returns Integer
    Integer eTransferstatus
    Handle hoSoapResponse
    Integer iResult

    Forward get DoInvokeService to eTransferstatus
    Get...
  7. Thread: cCJGrid Behaviour

    by Emil
    Replies
    6
    Views
    1,248

    Re: cCJGrid Behaviour

    Mike,

    Did you have a look at the function CanEditColumn (CJGrid level)
    I use that function to determine if i need to skip a function.
  8. Replies
    7
    Views
    1,420

    Re: How to detect current row in a cCJGridColumn?

    Mike,

    Current row (selected row) is maintained by the datasource



    The selected column is maintained by the grid
  9. Replies
    18
    Views
    3,609

    Re: Studio Abort in windows 11 - bug

    I have the same issue.

    I had a quick look with Harm the other day and it seems somehow connected to the codejock report controle being used for the index definitions. This is only the case for non...
  10. Replies
    4
    Views
    1,397

    Re: Argument_size and UTF8 strings

    Yes, Please get rid of it. It's a real pain when dealing with filetransfers (with for examples webservices)
  11. Replies
    0
    Views
    861

    Headertext in Installation wizard

    The header is too large or the header is too small

    12549
  12. Replies
    1
    Views
    1,007

    Tab order in installation wizard

    On the 'Select Installation Folder' page of the installation wizard I was a bit surprised by the tab order. Or is there a logic that I fail to see.
    See the numbers on the attached image.

    12548
  13. Replies
    4
    Views
    1,466

    Re: dbContainer and Border_Style

    From the help:

    The container (and dbContainer) class is used to create non-visual container objects.

    That is why borderstyle has no effect on a container.
  14. Thread: Which is faster?

    by Emil
    Replies
    8
    Views
    2,299

    Re: Which is faster?

    During the conference in Atlanta John van Houten gave a presentation about programming techniques. He used this as an examnples that we writing code for maybe the wroing reason. He pointed out that...
  15. Replies
    47
    Views
    6,821

    Re: OT: Easy Password generation

    I stumbled on this article:

    https://nakedsecurity.sophos.com/2015/03/02/why-you-cant-trust-password-strength-meters/
  16. Replies
    11
    Views
    2,465

    Re: UserError - Never comes back

    Does the method UserError generates a DF error?

    From the help: stop the save by declaring an error or by returning a non-zero value

    If an error occurs I suppose the function will be terminated...
  17. Replies
    1
    Views
    1,702

    Invalid code generated by import Com Automation

    Importin a Com Automation library (EASendMAil.obj) generates code with OLE_VT_UI8

    Example: Get InvokeComMethod of hDispatchDriver 9 OLE_VT_UI8 to retVal

    However, OLE_VT_UI8 is not known...
  18. Replies
    2
    Views
    1,477

    Re: Quick Access Start screen

    Hi Ben,

    The easiest way to accomplish what you want is not to maximize the dashboard, but to make the dashboard big enough to fill the client area.

    For example:


    Object oDashboard is a View...
  19. Replies
    7
    Views
    1,492

    Re: Logging XML Data for cWebservice

    IJmert,

    On the webserver side this is not possible, unless you specify a handle as the parameter (but then you will lose all the nice automatic XML-to-struct stuff)
    If you use DF19 you could use...
  20. Replies
    5
    Views
    2,164

    Re: dbParentCombo issue

    Dennis,

    Open Invt.vw
    Goto object oVendor_Name and change this to a dbParentCombo
    Set pbAddEmptyItem to False

    Compile & run and you will see it fail. I just verified these steps in DF19 beta 2...
  21. Replies
    5
    Views
    2,164

    Re: dbParentCombo issue

    Sture,

    It is easy to fix, even easier than finding your own record. Just send Combo_Item_Changed after the combo is filled and it will seed the DD correctly. My point is that the dbParentCombo...
  22. Replies
    5
    Views
    2,164

    dbParentCombo issue

    I have been playing around with the dbParentCombo and found the following issue.
    If setting the property pbAddEmptyItem to False, the combo will display the first item in its list, but the bound...
  23. Replies
    7
    Views
    12,033

    Re: DF19.0 and CodeJock 17.3.0

    Ian,

    the ANSI and Unicode versions of Codejock are interchangeable. You can just copy the one you want to use and rename it.
    There is no difference in CLSID or interface.

    Regards,
    Emil
  24. Replies
    6
    Views
    1,662

    Re: Testers for JSON library wanted

    eMail send
  25. Re: Doesn't work visible_state property for a cCJGrid?

    I have a view with 2 cDbCjGrids on top of each other. Depending on a value one of them is visible and the other is invisible.
    Below is the function that sets the visible state of the grids. This...
Results 1 to 25 of 147
Page 1 of 6 1 2 3 4