Login / Register  search  syndication  about

          SalesLogix Questions & Answers

Your place to get answers to your SalesLogix related questions.

 Home  |   Subscribe via RSS  |   Subscribe via E-mail  |   

How can I prevent focus on a SalesLogix Button?

Question:

I have the following code in my script:

-------------------------------------------------------------------
If gStrAccount <> txtAccount.Text Then
If MsgBox(Application.Translator.Localize("You have changed the account name from ") & chr(34) & gStrAccount & chr(34) & Application.Translator.Localize(" to ") & chr(34) & txtAccount.Text & chr(34) & vbCRLF & vbCRLF & _
Application.Translator.Localize("Are you sure you want to change the acccount name?"), vbYesNo + vbExclamation + vbDefaultButton2, Application.Translator.Localize("Warning")) = vbNO Then
txtAccount.Text = gStrAccount
Else
gStrAccount = txtAccount.Text
End If
End If
------------------------------------------------------------------------------------------

We have found that users are too eager to simply click Enter repeatedly until the messages go away and end up making the changes when they shouldnt have. Is there any way to stop the message box from setting focus in the Yes button (or the No button) so the user has to conciously needs to click a choice????

What's This?
  
Bookmark and Share

About SalesLogix Support

   Your SalesLogix Business Partner for SalesLogix Support.


Related Content
   I receive an error when I try to run the SalesLogix sysdbafix_script.
I receive an error when I try to run the SalesLogix sysdbafix_script. I have: * Windows Serve
Posted on Jun 05, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Web Core Update 03 Now Available for v8
This is an important update that includes several new features as well as addressing multiple defects.&nb
Posted on Jun 05, 2013 by Scott Weber to SalesLogix Product Blog
 
   Can I add Services as Products in SalesLogix?
Can anyone recommend a way to add Services as Products? We are a services based business and our quot
Posted on Jun 04, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is there an issue with the SalesLogix Web Administrator version 8.0 in regards to adding users to Team Membership?
Question: In my database, it appears two users belonging to the same teams, have access to a different am
Posted on May 22, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   FREE Open Source Add-ons for SalesLogix version 8 web
SalesLogix is developing a number of FREE add-on solutions for SalesLogix version 8 web. Some of the
Posted on May 22, 2013 by Scott Weber to SalesLogix Product Blog
 
Comments

No Comments
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register