[Stackoverflow] [Progress OpenEdge ABL] Naming a Dynamic ProDataSet : Openedge

Status
Not open for further replies.
L

Latika Sharma

Guest
I want to assign a name(in the calling Procedure) to the ProDataSet created dynamically.

example:

Code:
RUN DynamicDataSet2.p 
  (INPUT "Order,OrderLine,Item",
   INPUT "OrderNum,LineNum,ItemNum",
   INPUT "OrderNum,OrderNum",
   INPUT "< 10",
   OUTPUT DATASET-HANDLE hDataSet)

Can the ProDataSet returned as an output parameter(handle) be assigned a name in the UI?

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