AppBuilder: 1st project

Posted by fixitchris on 28-Sep-2009 10:09

Hello,

I am following the example found in the ABL Handbook page 137 (4-29).

I am having trouble getting the Next and Previous buttons working.  The GET FIRST and GET LAST seem to work ok though.

Any ideas?

DO:
  {&OPEN-QUERY-CustQuery}
  GET LAST CustQuery.
  IF AVAILABLE customer THEN
    DISPLAY customer.Name customer.City customer.Contact customer.Phone
      WITH FRAME CustQuery IN WINDOW CustWindow.
  {&OPEN-BROWSERS-IN-QUERY-CustQuery}
     
END.

All Replies

This thread is closed