Announcement

Collapse
No announcement yet.

Buggy or by Design ??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Buggy or by Design ??

    Please look into and advise on the following IR actions:

    Application.SetLastError does not enforce a [number] paramater

    Application.ResetLastError appears to be an undocumented action
    ( also does not appear in the related _at_Application.xml )

    ListBox.SetItemData can crash the Runtime if called inside a function
    and the item data is invalid or not of type [string].
    sure, manually wrapping item data in a tostring() fixes this,
    however can be a tricky crash bug to find ...
    (constraint and type in the related _at_ListBox.xml element does not appear sufficient)

    fwiw cheers

  • #2
    The error codes are just a table so you can have mixed number and string indexes.

    Listbox only takes a string as data as does most/all the other AMS objects.

    Comment


    • #3
      Yes for sure, however does not clarify any of my queries for IR, tks

      Comment

      Working...
      X