| Author |
Message |
Rita
Guest
|
Posted:
Fri Dec 31, 2004 5:47 pm Post subject:
Need a custom field linked to a database field |
|
|
Hi people!
I need to create a new custom field combo box-like inside a List Definition.
The content of the combo must get the data from a field in the database.
¿Can anybody help me? ¿Does anyone know of articles, steps, samples? I would
apreciate any information
Thank you all in advance.
Rita |
|
| Back to top |
|
 |
Hollis D. Paul
Guest
|
Posted:
Fri Dec 31, 2004 5:52 pm Post subject:
Re: Need a custom field linked to a database field |
|
|
In article <BDB88600-A33B-4B92-A570-DE28EAE7A6E5@microsoft.com>,
=?Utf-8?B?Uml0YQ==?= wrote:
| Quote: | I need to create a new custom field combo box-like inside a List Definition.
The content of the combo must get the data from a field in the database.
Why not use a FrontPage Data View webpart with its style chosen as Drop-Down |
Listbox?
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US
Mukilteo, WA USA |
|
| Back to top |
|
 |
Rita
Guest
|
Posted:
Mon Jan 03, 2005 3:21 pm Post subject:
Re: Need a custom field linked to a database field |
|
|
I cant use FrontPage because I'm going to be using that definition all over
the portal and I dont want to have a lot of unghosted pages.
Thanks anyways.
¿any other hint?
Rita
"Hollis D. Paul" wrote:
| Quote: | In article <BDB88600-A33B-4B92-A570-DE28EAE7A6E5@microsoft.com>,
=?Utf-8?B?Uml0YQ==?= wrote:
I need to create a new custom field combo box-like inside a List Definition.
The content of the combo must get the data from a field in the database.
Why not use a FrontPage Data View webpart with its style chosen as Drop-Down
Listbox?
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US
Mukilteo, WA USA
|
|
|
| Back to top |
|
 |
Hollis D. Paul
Guest
|
Posted:
Mon Jan 03, 2005 5:36 pm Post subject:
Re: Need a custom field linked to a database field |
|
|
In article <AB134B3B-3FCA-481E-96F3-B7F28BDF1043@microsoft.com>,
=?Utf-8?B?Uml0YQ==?= wrote:
| Quote: | I cant use FrontPage because I'm going to be using that definition all over
the portal and I dont want to have a lot of unghosted pages.
Thanks anyways.
What are unghosted pages and what is the problem with them?
¿any other hint?
Unfortunately, no. If you get no other response, post again, and I'll not |
jump in.
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Mukilteo, WA USA |
|
| Back to top |
|
 |
Mark Andrews
Guest
|
Posted:
Tue Jan 04, 2005 11:22 pm Post subject:
Re: Need a custom field linked to a database field |
|
|
I approached this problem by writing a console application that I run every
night to
populate various combo boxes (defined as Choice fields) with the appropriate
dropdown
choices. The choice field uses an underlying XML type structure in the
database.
I went a step further and have the console application looking at EVERY doc
lib and
custom list in the portal and WSS sites and when it finds a column
named _____ it populates the choices for that column.
I do about 10 columns.
Example: Any document library or list with a column named "Department" that
is a type choice field
will have it's choices populated every night with the current list of
departments from our data warehouse.
I can give you the code if you want?
Email me at mandrews***NOSPAM***@ddiworld.com
take out the ***NOSPAM***
Mark
"Rita" <Rita@discussions.microsoft.com> wrote in message
news:BDB88600-A33B-4B92-A570-DE28EAE7A6E5@microsoft.com...
| Quote: | Hi people!
I need to create a new custom field combo box-like inside a List
Definition.
The content of the combo must get the data from a field in the database.
¿Can anybody help me? ¿Does anyone know of articles, steps, samples? I
would
apreciate any information
Thank you all in advance.
Rita |
|
|
| Back to top |
|
 |
|
|
|
|