Search results

  1. S

    Browse through a Temp Table Buffer handle in UNIX CHUI Interface

    Hi Friends, I am attempting to create a dynamic browse in CHUI UNIX( Progress 10.0B) environment that will display the contents of the temp table buffer handle. In windows <Browse Handle>:add-columns-from(<Buffer Handle>) can be used to generate a buffer. But this cannot be used in UNIX CHUI...
  2. S

    Browse through a Temp Table Buffer handle in UNIX CHUI Interface

    Hi Friends, I am attempting to create a dynamic browse in CHUI UNIX( Progress 10.0B) environment that will display the contents of the temp table buffer handle. In windows <Browse Handle>:add-columns-from(<Buffer Handle>) can be used to generate a buffer. But this cannot be used in UNIX CHUI...
  3. S

    Set timeout for the database connect statement.

    Hi Friends, I am trying to connect to a database named "archive". This database is available in some hosts and not available in others. The connect statement below tries to connect to the "archive" database and returns the message as "connected" if the database connetion happens successfully...
  4. S

    Set timeout for the database connect statement.

    Hi Friends, I am trying to connect to a database named "archive". This database is available in some hosts and not available in others. The connect statement below tries to connect to the "archive" database and returns the message as "connected" if the database connetion happens successfully...
  5. S

    Set timeout for the database connect statement.

    Hi Friends, I am trying to connect to a database named "archive". This database is available in some hosts and not available in others. The connect statement below tries to connect to the "archive" database and returns the message as "connected" if the database connetion happens...
  6. S

    Connect to a webservice using value of an expression

    Hi Friends, I am trying to connect to a webservice from progress 4GL using the following statement, hWebService:CONNECT("-WSDL C:\BIR\wsdl\DiscrepancyService.wsdl"). I am able to connect successfully this way..... Now I want to achive the same connection by connecting to the webservice using...
  7. S

    Connect to a webservice using value of an expression

    Hi Friends, I am trying to connect to a webservice from progress 4GL using the following statement, hWebService:CONNECT("-WSDL C:\BIR\wsdl\DiscrepancyService.wsdl"). I am able to connect successfully this way..... Now I want to achive the same connection by connecting to the webservice using...
  8. S

    CSV columns getting converted to Date Format.

    Hello, We have a problem of character fields output to a CSV file being coverted into date format. E.g. A file comes in with 02-3724 in the file description 1 field. However in the report, the file description would show as Feb-24, instead of 02-3724. Any information regarding how to...
  9. S

    Openedge 10.1B SQL-92 Error while calling a compiled stored procedure

    Openedge 10.0B SQL-92 Error while calling a compiled stored procedure In SQL 92 for openedge 10.0B, I am getting an exception while calling the following stored procedure that compiles successfiully. /***********************************************/ create procedure spcust ( in state...
Top