Search:

Type: Posts; User: Peter Bragg

Page 1 of 50 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    231

    Re: Error BindColumnsToHandle

    Hi Clive,

    Pretty sure that it will work, yes. As said, replacing the "GT" with "FIRST_RECORD" also works, so we have options here. It's really just that the code in question didn't used to give...
  2. Replies
    11
    Views
    231

    Re: Error BindColumnsToHandle

    This is reproduceable in the Order Entry sample application.

    Step 1. Migrate the database to MSSQL
    Step 2. Create a DataDictionary class for the Order System table



    Use DataDict.pkg
  3. Re: DBExplorer "Data is Read-Write No Entry Icon"

    Just to confirm that this is indeed fixed in the Release Candidate. Thanks.
  4. Re: cWebMultiSelectList - OnSelectAllRows/OnDeSelectAllRows not being invoked.

    Just to confirm that the bug with regards to the 2 events not triggering does indeed seem fixed in the Release Candidate. Thanks.
  5. Replies
    14
    Views
    470

    Re: RC Runtime Issues

    Just to confirm that when using this latest update, my own issue is resolved. All good. (So far)
  6. Re: Updating values when creating new records

    You could consider using Which_Data_Set. Use this in the code to see if the parent DDO is present in the DDO structure and then act accordingly.
  7. Replies
    14
    Views
    470

    Re: RC Runtime Issues

    If you use anything like GoToAssist (or equivalent) I'm more than happy for you to take control of my machine and take a look. Not sure how much help that would give you, but it'd be cheaper than my...
  8. Replies
    14
    Views
    470

    Re: RC Runtime Issues

    Nothing leaping out at me, no. Certainly no errors against the WebApp. And of course, it's sods law that the WebOrder demo seems to be behaving ok.
  9. Replies
    14
    Views
    470

    Re: RC Runtime Issues

    So for example, take OnLoadAllItems of the cSelectionSource class. I have some instances in my application (in a WebModalDialog for example) where this is apparently all working ok. But then I have...
  10. Replies
    14
    Views
    470

    Re: RC Runtime Issues

    And just for completeness, I've used every released build of 24.0 to date, and other than the couple of bugs I reported (reported as now fixed but I've not tested them yet) things have all been fine....
  11. Replies
    14
    Views
    470

    Re: RC Runtime Issues

    I'm also seeing odd behaviour with my WebApp since just upgrading to the 24.0 RC (and having rebooted etc). Using the debugger I also find things like my "Logout" button (cWebMenuItem) just isn't...
  12. Replies
    1
    Views
    112

    cWebColumnLink Request

    I have a WebList with a cWebColumnLink object. It's good, but in my particular case not every row needs to offer a link. It would be really nice if there was an event/hook I could use on a row by row...
  13. Replies
    4
    Views
    234

    Re: Framework timing question

    I did mention AppSynching in my post, but was dismissing it. I guess I could go back to it though. But as it is, I think I'm going to refactor my model a little anyway, so this issue may go away. In...
  14. Replies
    4
    Views
    234

    Framework timing question

    I have a cWebTimer that when it fires, sends a message to the view that is the top view handle in the webstack. All of this works just fine ... or does it? Because the other day I experienced an odd...
  15. Replies
    20
    Views
    718

    Re: cWebTimer Placement

    Yup, that makes sense and I think I knew that but just couldn't see what was in front of me. Thanks.
  16. Replies
    20
    Views
    718

    Re: cWebTimer Placement

    If I put a cWebTimer object as a direct child of the Webapp object, OnTimer fires ok, so I can always change my code, but my curiosity remains. It would seem that there is a limitation (to the...
  17. Replies
    20
    Views
    718

    cWebTimer Placement

    I can see from the help that Timer objects are usually placed within a cWebView or cWebModalDialog ...

    But it doesn't say that they have to be.

    I have a cWebWindow object which is a non-visual...
  18. cWebMultiSelectList - OnSelectAllRows/OnDeSelectAllRows not being invoked.

    WebOrder Demo.

    oDemoWebMultiSelect

    Add the following to Object oDetailGrid (is a cWebMultiSelectList)



    Set pbServerOnSelectAllRows to True
    Set pbServerOnDeSelectAllRows to True
  19. DBExplorer "Data is Read-Write No Entry Icon"

    Is it just me? Using DBExplorer with DataFlex 24.0. The little "no entry" icon in the very bottom left of the screen seems functional, but the icon itself isn't changing when toggled. When the data...
  20. Replies
    5
    Views
    514

    Re: piSqlAffectedRows and warnings

    Yes, it would seem that it is. Thank you.
  21. Replies
    1
    Views
    237

    Electronic Whiteboards

    Or interactive whiteboards, or whatever their name is.

    Anyway, just wondered, does anyone have any experience of using one? We're looking into getting something for the office, but there's quite...
  22. Re: Has anyone updated the SET class to use native arrays?

    https://support.dataaccess.com/Forums/showthread.php?38111-cNewSet-pkg
  23. Replies
    5
    Views
    514

    Re: piSqlAffectedRows and warnings

    Is this something that is likely to get looked at? There's no immediate rush - it's just a matter of whether I need to start planning for code changes at my end, or whether I leave code as it is....
  24. Replies
    5
    Views
    514

    Re: piSqlAffectedRows and warnings

    String sSql
    Integer iRows
    String[][] aResults

    Move @SQL"""
    CREATE TABLE #TEMP_a (id INT, d DATE);
    CREATE TABLE #TEMP_b (id INT, d DATE);
    INSERT INTO #TEMP_a (id,d) VALUES (1, GETDATE()),(2,...
  25. Replies
    5
    Views
    514

    piSqlAffectedRows and warnings

    This might not be new to DataFlex 24.0 but I only seem to have encountered it since migrating to DataFlex 24.0. But this could be coincidence (and I cannot easily check now in 23.0)

    I am executing...
Results 1 to 25 of 1231
Page 1 of 50 1 2 3 4