Recent content by dcosta

  1. D

    Explore... command in pop-up menu

    Does anybody know if it's possible to call the explore comand or its equivalent from inside my programm ? Best regrads Dias Costa
  2. D

    How to format the OracleScript output ?

    From the data you'll find down bellow and using the following SQL instruction -- select lpad(to_char(Line#),4,' ') as "Line#", rpad(Texto,80,' ') as "Parameter" from Oracle_Script order by Line#; -- -- retrieves the data in this format and truncated as if the line were only 46...
Back
Top