Search:

Type: Posts; User: Sture

Page 1 of 80 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    12
    Views
    332

    Re: Dataflex24 NavigateToPage Problems

    Hi Giuseppe,

    Out of interest, which classes did you extract from the Plato project?

    -Sture
  2. Replies
    7
    Views
    332

    Re: cSQlExecutor --> Dynamic Grid.

    Hi there,

    This is a great sample. However, putting it to test I found two things:

    (1) SQL type decimal was not treated as a number. To fix this I edited cWebDynamicSQLGrid.pkg. In procedure...
  3. Fix to DemoManualGrouping.wo of the WebOrder sample

    In procedure OnManualLoadData the following two lines have to be switched in the While loop:


    If (OrderDetail.Order_Number <> iOrder) Begin
    Relate OrderDetail


    should be
  4. Replies
    6
    Views
    205

    Re: Unwanted code in TestProject

    Hi Anders,

    For now I think you should make McAfee ignore the programs folder of your workspace.

    But soon, after df24 has been released, there will be updates to 19.1 up to 23.0. These will seek...
  5. Replies
    2
    Views
    146

    Re: Hiding the popup keyboard in a mobapp

    Hi Bengt

    Did you read this thread?

    https://support.dataaccess.com/Forums/showthread.php?62251-Javascript-to-hide-keyboard

    I hope there's something in there you can use.

    -Sture
  6. Replies
    2
    Views
    177

    Re: RC2 install, still a virus report?

    Hi Harm,

    I have attached the picture now.

    On these servers it is impossible to see that any anti-virus installed. We only see the file disappearing immmediately.

    On the same servers we...
  7. Replies
    2
    Views
    177

    RC2 install, still a virus report?

    Yesterday I installed RC2 Studio on the dev server of a customer.

    But during the installation it stopped one time to complain about a missing DataFlexWebAppCheck.exe (see pict). I chose "ignore"...
  8. Replies
    2
    Views
    91

    Re: How to highlight the focused weblist row

    Hi Bengt

    You need to know a bit of css.

    1. Note the values used for the psCssClass property in the demo source code.
    2. Look for these same values in apphtml\cssstyle\application.css. Those...
  9. Replies
    7
    Views
    227

    Re: Correct Validate_Save implementation

    Hi Alberto,

    Your Validate_Save function looks fine to me.

    Exactly how did you modify the session-manager to clear all record buffers? Try to insert a showln do to see if it is called more than...
  10. Thread: DoStartDocument

    by Sture
    Replies
    4
    Views
    232

    Re: DoStartDocument

    Hi Edgar,

    This will copy the document to the users local drive and the browser should then offer to "open" the file with an appriopriate application installed on the client:


    Procedure...
  11. Replies
    20
    Views
    718

    Re: cWebTimer Placement

    ok, I see what you both mean. You want to execute a procedure every so-and-so minutes that has nothing to do with any particular session.

    If I wanted this procedure to reside inside the webapp (as...
  12. Replies
    20
    Views
    718

    Re: cWebTimer Placement

    Hi Roel,

    What problem are you referring to? If by 'general' you mean 'runs all the time' then you place the cWebTimer as a child of the oWebApp object. What is the problem?

    -Sture
  13. Replies
    3
    Views
    470

    Re: A word of warning

    Rude child! :(
  14. Replies
    4
    Views
    266

    Re: Best place to put a GridRefresh

    In procedure OnPostFind

    -Sture
  15. Replies
    8
    Views
    295

    Re: cWebCheckBox - File_Field_Entry

    oh yes, you can
  16. Replies
    8
    Views
    295

    Re: cWebCheckBox - File_Field_Entry

    I missed one thing.

    psCaption and psLabel are web-properties and they need to be set using the WebSet command

    So your code should be:


    // The OnSetCalculatedValue procedure can be used on...
  17. Replies
    8
    Views
    295

    Re: cWebCheckBox - File_Field_Entry

    Hi there,

    First:


    If (SRSYSTEM.USE_AGRE_SPLIT_CHECK_BOX) Begin
    should be

    If (SRSYSTEM.USE_AGRE_SPLIT_CHECK_BOX<>0) Begin
  18. Replies
    3
    Views
    509

    Re: Data Dictionary Structures on Web Tab Pages

    I'll second that. A simple and elegant extension.

    -Sture
  19. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    Hi Sam,

    Can it be that this particular filter has only few hits in a very large table?

    Or will other filter give this behavior also?


    -Sture
  20. Thread: cWebDrawing.pkg

    by Sture
    Replies
    2
    Views
    460

    Re: cWebDrawing.pkg

    Thumbs up
  21. Thread: cWebDrawing.pkg

    by Sture
    Replies
    2
    Views
    460

    cWebDrawing.pkg

    The cWebDrawing graphics is a charming addition, I must say.

    I heard in the presentation that the webdrawing samples were just samples, not core dataflex. Is it correct then that cWebDrawing.pkg...
  22. Replies
    13
    Views
    842

    Re: How do you use your Dataflex goodies?

    Congratulations Marco,

    Great to see.
  23. Replies
    8
    Views
    531

    Re: cWebMenuItemLoadView/cWebMenuItem-onclick

    I'm not DAC but,

    Do you mean that when you close the session from the Studio (like shift+F5) then it actually keeps running?

    If this is the case then you can disable it by selecting "Project"...
  24. Replies
    15
    Views
    3,893

    Re: VDFQuery for DataFlex 19.1

    Hi Luca,

    The version made for DF 19 was the last "full version" of VDFQuery.

    There exists a version for DF20+ where some of the utility packages are functioning, but VDFQuery itself (the...
  25. Replies
    2
    Views
    457

    Re: Question about DF23 Flextron Apps.

    Hi Michael,

    The answer is yes. I just did it.

    I use the Stables library so it looks like this on a cWebForm:


    Set pbPromptButton to True
    Set pbServerOnPrompt to True
    Procedure OnPrompt
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4