Search:

Type: Posts; User: Hans van de Laar

Page 1 of 42 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    742

    Re: cWebListExpandPanel Height

    Hi Tom,

    I'm also seeing the behaviour you described, though it it sometimes hard to reproduce.
    16527
  2. Re: JsonToDataType with inconsistent data

    Hi Mike,

    yes, pressed the button to quickly. Time for the weekend;)
  3. Re: JsonToDataType with inconsistent data

    Why not changing the string value into a boolean value in the struct?

    Sorry, I noticed there are also string values in the JSON. So that would mean parsing the struct manually instead of using...
  4. Re: Enable / Disable cMenuItem depending on current view

    May be you can use "Active_state" ?
  5. Replies
    16
    Views
    1,909

    Re: XML Service Error

    Hi Bob,

    Are you sure you are also defining the 2 namespaces when creating your XML document?
  6. Re: A word to the wise ... pbShowAllRefindErrors

    Hi Wil,

    As it is a regular cWebApp property I expect it to work at oWebApp object level so:



    Object oWebApp is a cWebApp
    Set psTheme to "Df_Flat_Touch"
    If (IsDebuggerPresent()) Begin
    ...
  7. Re: A word to the wise ... pbShowAllRefindErrors

    If (IsDebuggerPresent()) Begin
    Set pbShowAllRefindErrors to True
    End
  8. Re: Data Dictionary DD_Commit vs isFieldCommitted confusion !!!

    HI Samuel,

    I think you should see the DD_Commit field option setting as an indication/polulation of fields the runtime needs to call the IsFieldCommitted method for. Based on you business needs...
  9. Thread: Erro

    by Hans van de Laar
    Replies
    1
    Views
    850

    Re: Erro

    I think your expression
    Move (DateAddDay,2)) to dData
    should have been
    Move (DateAddDay(dData,2)) to dData
  10. Replies
    6
    Views
    1,682

    Re: Windows Error Lookup Tool

    Thanks Wil
  11. Replies
    7
    Views
    1,338

    Re: Cloning a record in a WebApp

    May be this thread can help you out.
  12. Replies
    19
    Views
    3,020

    Re: Service won't run

    Garret,

    Like Mike says. May be the runtime popups an error which prevents the service to continue.
    I remember having an issue where we also used a program as a service and in the background we...
  13. Replies
    10
    Views
    1,721

    Re: pbPreserveEnvironment

    Hi Mike,

    It is placed under:
    Computer\HKEY_CURRENT_USER\Software\Data Access Worldwide\DataFlex Applications\<DF version>\<Module_Name>\WINDOWS
  14. Re: Solution for 19.1 Database Explorer crashing

    Maybe this could help:
  15. Replies
    7
    Views
    1,209

    Re: Something a bit weird...

    Hi Mike,

    Could an old .cch be the culprit on the user's computer? Has the type of the 'Products.Active' field changed recently (from numeric to ascii e.g.)?

    Just a guess.
  16. Re: DataFlex Structure Viewer for DataFlex 2021 and DataFlex 2022 available

    Good to hear Samuel!
  17. DataFlex Structure Viewer for DataFlex 2021 and DataFlex 2022 available

    The DataFlex Structure Viewer has been upgraded for working with DataFlex 2021 (DF 20.0) and DataFlex 2022 (DF 20.1) compatible applications.
    However, no new functionality has been added compared...
  18. Replies
    6
    Views
    1,165

    Re: Postman

    Hi Bob,

    You could load the WSDL from the DF web service into Postman and start testing the Web service.

    Postman would show something like this:
    15660
  19. Replies
    5
    Views
    1,005

    Re: WebPanel fill width screen

    Hi Linda,

    You could try using


    Set pbResizable to True

    in e.g. the left panel
  20. Re: How to change values in parent tables in a DbCJGrid

    Bengt,

    The newly added plastic field isn't probably a keyfield. Try


    Set Foreign_Field_Options DD_DEFAULT to DD_Clear_Field_Options DD_DisplayOnly

    in your item datadictionary object of the...
  21. Replies
    11
    Views
    1,791

    Re: DBGrid (old style) question

    Hi Garret,

    Just a guess, I'm not sure about your 'Column' function, I think it is not a standard method is it?
    May be that is where your problem might be?
  22. Replies
    4
    Views
    1,406

    Re: Monday morning coloring

    :D
  23. Replies
    8
    Views
    1,349

    Re: Panel width

    Hi Bob,

    Doesn't tracing the 'DoSaveEnvironment' procedure within cAplication.pkg put you on the right track?
  24. Re: Ribbon bar adds a blank line below tabs

    Hi Yannis,

    I'm currently working on a project where the cSig classes and the ribbonbar is being used. We also are using a Message bar.
    As a test I added


    Send HideMessageBar of...
  25. Re: Ribbon bar adds a blank line below tabs

    Hi Yannis,

    May be something like:


    Send HideMessageBar of ghoCommandBars

    at the right spot?
Results 1 to 25 of 1037
Page 1 of 42 1 2 3 4