Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, November 27, 2024 
 
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 - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Picklist window width
Sharron
Posts: 2
 
Picklist window widthYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 Jan 07 6:36 AM
fiogf49gjkf0d
Hi, Is there a way to change the default window size when selecting a picklist value?

I have created a new picklist which has a code and item description. On the opportunity detail a value can selected from this picklist. I have used popupcolumns = 6 so that both the code and item description are displayed. However my descriptions are long and therefore the picklist popup window by default truncates the description. Is there a way I can make it display in a larger window by default, rather than the user having to resize the window each time?
[Reply][Quote]
John Rogerson
Posts: 7
 
Re: Picklist window widthYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 Jan 07 8:38 AM
fiogf49gjkf0d
You can code the picklist rather than using an object.

dim oPick
Set oPick = Application.PickLists.Item("").Select(nPopupColumns, "", nLeft, nTop, nWidth, nHeight)
'In your case, nPopupColumns = 6. Change the other n parameters to set the position and dimensions to what you want.
'To get the value out of your picklist, continue with...

If Not oPick Is Nothing Then
If oPick.Count > 0 Then
strMyString = oPick.Item(0)

'Now do what you want with strMyString
End If
End If
[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 | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/27/2024 12:48:47 AM