[progress Communities] [progress Openedge Abl] Forum Post: Re: Passing Dataset Handle To...

  • Thread starter Thread starter Fernando Souza
  • Start date Start date
Status
Not open for further replies.
F

Fernando Souza

Guest
First I am assuming the temp-table example above is actually INPUT TEMP-TABLE ttCustomer:HANDLE. The syntax for INPUT DATASET is expecting a dataset name. Jut add parenthesis around what in your case is an expression. This should give you what you want. (INPUT (DATASET dsData:HANDLE))

Continue reading...
 
Status
Not open for further replies.
Back
Top