Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Friday, November 22, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/22/2024 4:50:13 PM
slxdeveloper.com Community Forums
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Architect Forums - Controls
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to Controls
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Name Edit control: have first name be entered first
Karlin High
Posts: 9
Name Edit control: have first name be entered first
Posted: 22 Jun 10 10:34 AM
If someone types "Joe" into a name edit control's text box, the control's popup window appears with "Joe" in the last name field. Our users would like if single names went to the first name field instead.
Is there any way to change name edit controls so a single name entry goes into the popup's first name field, instead of the last name field? Or do you always have to use the popup window or a script for that?
Right now I'm using the OnExitControl event to run a script that checks if the entered name has spaces. If not, it goes something like,
NameEdit1.NameFirst = NameEdit1.Text
NameEdit1.NameLast = ""
NameEdit1.Popup
[
Reply
][
Quote
]
RJ Samp
Posts: 973
Re: Name Edit control: have first name be entered first
Posted: 22 Jun 10 2:55 PM
Well you can always go to five fields Prefix picklist, First, Middle, Last, Suffix picklist....set the tab stop for the first name....and let them go at it.
SLX has built in logic to determine/parse out the names et al.....so doing something like changing the databound FirstName property to a different field is not a good idea......
simple answer: no.
[
Reply
][
Quote
]
Page 1 of 1
You can subscribe to receive a daily forum digest in your
user profile
. View the site
code of conduct
for posting guidelines.
Forum RSS Feed
-
Subscribe to the forum RSS feed to keep on top of the latest forum activity!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 11/22/2024 4:53:22 PM