Author Topic: FormChangeButton component  (Read 2203 times)

sony

  • Newbie
  • *
  • Posts: 13
    • View Profile
FormChangeButton component
« on: August 22, 2013, 11:11:39 PM »
Dear Archie,
I has tried the advancedhmi software with around 100 DigitalPanelMeter with100 tag in rslogix5000 cpu via ethernet and work. I found FormChangeButton seem not work. If I use button from VB and then showing Page2 can work opening form2.
Please correct me if I'm wrong.
regards

Sony

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: FormChangeButton component
« Reply #1 on: August 23, 2013, 02:02:02 AM »
I did this quick test to verify the FormchangeButton:

1) Right click AdvancedHMI in Solution Explorer
2) Select Add->Windows Form
3) Name it MyNewForm
4) Build the project (This is necessary when adding a new form for it to show in the property)
5) Go Back to MainForm and add a FormChangeButton
6) In the Properties windows set FormToOpen to MyNewForm
7) Go to MyNewForm [Design view]
8 ) Add a FormChangeButton
9) In the Properties windows set FormToOpen to MainForm
10) Run the application and click the buttons to alternate between the forms

sony

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: FormChangeButton component
« Reply #2 on: August 23, 2013, 07:39:16 AM »
Dear Archie,
OK done

thank and regards

Sony