[progress Communities] [progress Openedge Abl] Forum Post: How Mapping Table Form...

  • Thread starter Thread starter Paweł Korczak
  • Start date Start date
Status
Not open for further replies.
P

Paweł Korczak

Guest
How map table form prodataset to static TEMP-TABLE ? Paweł Exmple define temp-table tt_buf NO-UNDO like IKORmenu . define temp-table tt_sys NO-UNDO like IKORsystem . DEFINE INPUT PArameter DATASET-HANDLE ds . /* ------------------------ */ TEMP-TABLE tt_buf:copy-temp-table ( ds:get-top-buffer(1) ). TEMP-TABLE tt_sys:copy-temp-table ( ds:get-top-buffer(2) ).

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