NetTalk Central

Author Topic: Problem with button field in NetWebBrowse procedure  (Read 3452 times)

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Problem with button field in NetWebBrowse procedure
« on: March 02, 2012, 03:42:26 AM »
Hello,

There is some problem with button field in NetWebBrowse.

1. I added new field in NetWebBrowse procedure type Button.
2. I set Action 'Other' to that button
3. In properties tab I set type 'Button'
4. I have tick on option 'Send Button Click to server' in Client-Side tab and put some MessageBox in Server Code

After this, when I click on that button nothing happend. There is no MessageBox, so server side code is not running.

Is this some kind of bug?

I attache example app.

Regards,
Matthew

[attachment deleted by admin]

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Re: Problem with button field in NetWebBrowse procedure
« Reply #1 on: March 05, 2012, 10:59:46 PM »
Hello,

After installing NetTalk 6.25 the problem is still occur.
MessageBox is not showing after clicked on button in browse. Seems to not enter to Validate::Other Routine (Button's Equate is Other).

Regards,
Matthew
« Last Edit: March 05, 2012, 11:03:15 PM by Matthew »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Problem with button field in NetWebBrowse procedure
« Reply #2 on: March 05, 2012, 11:58:24 PM »
ok, this is more complex than the other button issues reported, because it deals with a browser button, which is also on a form. So the form is getting the click, not the browse. I've tweaked 6.26 so that browse and form buttons are differentiated.

cheers
Bruce