tips & tricks


Calendario
aprile 2024
lmmgvsd
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

PickList Jscript

 recuperare valori picklist

var ofield = crmform.all.some_picklist_field_id;

// determine how many items there are in the picklist.

alert(ofield.options.length);

// set the value to 1.

ofield.datavalue = 1;

// show the the text for option #1.

alert(ofield.SelectedText);

Categoria: CRM 4.0
martedì, 29 apr 2008 Ore. 12.49
Archivio Posts
Anno 2020

Anno 2018

Anno 2015

Anno 2013

Anno 2011

Anno 2010

Anno 2009

Anno 2008
Statistiche
  • Views Home Page: 13.282
  • Views Posts: 55.968
  • Views Gallerie: 2.837
  • n° Posts: 117
  • n° Commenti: 1
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003