Recent content by g-nf-5

  1. G

    Question Excel is hanging after quit

    Perfect. Thank you!!!
  2. G

    There is no Server for Database Sportsdb 1423

    use CONNECT -1 Sportsdb if there isn't a server present. you may need the full path if the database in not in your propath.
  3. 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 =...
  4. G

    Enable Start-Search for columns added to dynamic browse

    Thanks for your help. I'll give it a shot when I get a chance to get back to it.
  5. G

    Enable Start-Search for columns added to dynamic browse

    Bummer... I see that if I set Movable to False it works, but I was hoping to be able to move it as well. Is it not possible to have a movable column that can use START-SEARCH?
  6. 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?
  7. G

    Excel Column Formatting Question

    It was the single quote preceeding the item number that did it for me.
  8. G

    Excel Column Formatting Question

    Sweet! great call. Thanks!
  9. 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