NetTalk Central

Author Topic: Override global Button Image  (Read 3246 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Override global Button Image
« on: March 05, 2009, 10:52:33 PM »
I have 2 lookup buttons on a form but I want to use a different icon for each of them. Is it possible to override the icon on one of the buttons?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Override global Button Image
« Reply #1 on: March 06, 2009, 07:43:56 AM »
hmm - yes, but you'd need to do it very carefully.

If you look in any example with a login you'll see how to set the property of a button, for the whole procedure.

In your case you want to set the image property, not the textvalue property.

AND you'll also need to set it, for both buttons, a lot closer to where the button is created. ie inside the VALUE::field routine for each field.

Cheers
Bruce