Home AMX User Forum AMX Control Products
Options

Does (Previous) work in PLK-DMS?

I bumped into a mention in KPDesign's help file that said if you put '(Previous)' in the page flip field, the button will go to the previous page.

That'd be great, but there's only a '(None)' drop down in the dialog box in KPDesign.

Am I missing something? Anyone else gotten this to work?

Comments

  • Options
    DHawthorneDHawthorne Posts: 4,584
    I believe you can do it in code, like so:

    SEND_COMMAND dvDMS, "'PAGE-(Previous)'"
  • Options
    yuriyuri Posts: 861
    i always keep track in code :)
Sign In or Register to comment.