Search results

  1. E

    Set-sort-arrow

    Can anyone point me in the right direction for using this call? I can set up my browse with the first column shown as sorted ascending, and I can adapt my query based on which column becomes the sort column, (and ascending / descending). But what's not obvious is how the user can change which...
  2. E

    write-xml for temp-table with illegal (for xml) characters in field names

    Hello, If a temp-table has % in the field name then WRITE-XML fails. TEMP-TABLE myTable:WRITE-XML("file", "C:\Temp\MyTable.xml"). Are there any workarounds? The initial definition for the temp-table comes from a pre-existing database table: DEFINE TEMP-TABLE myTable NO-UNDO LIKE...
  3. E

    Variable Introspection

    Hello. I'm wondering if there's any way at run time to determine the format of a variable. I'm looking to find the display width of a character parameter passed into a procedure. I'm unable to 1) find any way to do this via searching google / this forum. 2) unable to find a way to render the...
Back
Top