Search results

  1. G

    Question Excel is hanging after quit

    I'm troubled by Excel hanging after I terminate the process. A piece of the code is below: SESSION:SET-WAIT-STATE("GENERAL"). CREATE "Excel.Application":U chExcel. ASSIGN chExcel:VISIBLE = NO chExcel:displayAlerts = FALSE cExcelName = cExcelName + STRING(TIME) chWorkbook =...
  2. G

    Enable Start-Search for columns added to dynamic browse

    When I create a dynamic browse, I can sort on the columns that I've created initially using the Start-Search trigger in the browse. The columns that I add on the fly will not enable, therefore I cannot sort them. How do I get the new columns enabled?
  3. G

    Excel Column Formatting Question

    I have an app that is creating an Excel file for import into another process that is giving me fits. Our items are alpha, and when I export an item that is all numerical with leading zeroes. the zeroes are dropped. What command would I need so that the column realizes the values to be text...
Top