Search:

Type: Posts; User: Sture

Page 1 of 80 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    17
    Views
    639

    Re: How to detect UI or not ?

    Isn't there a function to call to see if the app has a windowhandle or not?

    -Sture
  2. Replies
    13
    Views
    552

    Re: Dataflex24 NavigateToPage Problems

    Hi Giuseppe,

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

    -Sture
  3. Replies
    7
    Views
    432

    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...
  4. 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
  5. Replies
    6
    Views
    231

    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...
  6. Replies
    2
    Views
    155

    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
  7. Replies
    2
    Views
    214

    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...
  8. Replies
    2
    Views
    214

    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"...
  9. Replies
    2
    Views
    105

    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...
  10. Replies
    7
    Views
    255

    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...
  11. Thread: DoStartDocument

    by Sture
    Replies
    4
    Views
    250

    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...
  12. Replies
    20
    Views
    758

    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...
  13. Replies
    20
    Views
    758

    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
  14. Replies
    3
    Views
    483

    Re: A word of warning

    Rude child! :(
  15. Replies
    4
    Views
    278

    Re: Best place to put a GridRefresh

    In procedure OnPostFind

    -Sture
  16. Replies
    8
    Views
    311

    Re: cWebCheckBox - File_Field_Entry

    oh yes, you can
  17. Replies
    8
    Views
    311

    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...
  18. Replies
    8
    Views
    311

    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
  19. Replies
    3
    Views
    518

    Re: Data Dictionary Structures on Web Tab Pages

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

    -Sture
  20. Replies
    16
    Views
    1,433

    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
  21. Thread: cWebDrawing.pkg

    by Sture
    Replies
    2
    Views
    471

    Re: cWebDrawing.pkg

    Thumbs up
  22. Thread: cWebDrawing.pkg

    by Sture
    Replies
    2
    Views
    471

    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...
  23. Replies
    13
    Views
    885

    Re: How do you use your Dataflex goodies?

    Congratulations Marco,

    Great to see.
  24. Replies
    8
    Views
    549

    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"...
  25. Replies
    15
    Views
    3,930

    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...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4