|
Z Udayakumar Ethirajulu , on August 18th, 2007 To Display Quick Launch in Custom Web Part Pages
Follow the Below Steps to Enable Quick Launch :
Normally when we create the Web Part page the quick launch will not be displayed in left navigation bar
Open the Page for editing in Sharepoint Designer Remove the LeftNavBar Content Place holder from Master Page […]
Z Udayakumar Ethirajulu , na 28. junija, 2007 Hi Devs,
Spodaj je Vzorčna koda za posodobitev vsebine SharePoint seznam programsko s pomočjo SharePoint objektni model.
SPSite Site = new SPSite(“http://localhost:21000”); SPWeb Spletna = Site.OpenWeb(); SPList list = Web.Lists[“Imenik”]; SPListItem ListItem = List.GetItemById(0);
Niz Polno ime = string.Empty;
Polno ime = Listitem[“FirstName”].ToString() + Listitem[“Priimek”].ToString(); SPListItem[“Polno ime”] = Polno ime; ListItem.Update();
Z Udayakumar Ethirajulu , on May 15th, 2007 Using the RegForm Tool to Create a Fully Trusted Form
Use the Below Syntax to Register form in the Server as Fully Trusted
RegForm /U urn:MyForm:MyCompany /T Yes C:MyFormsMyTrustedForm.xsn
If the Form is Fully Trusted then it will have the access to connect to other data sources such as SQL.
Z Udayakumar Ethirajulu , na 12. maj, 2007 The Below Microsoft Article Clearly Explains the architecture for the Excel Service in MOSS 2007.
http://msdn2.microsoft.com/en-us/library/ms582023.aspx
Z Udayakumar Ethirajulu , na 9. maja, 2007 This is a small trick to find which version of sharepoint is installed in machine either 32 malo ali 64 bit.
Windows Server 2003 x64 Edition redirects the Program Files directory for all programs. The 32-bit application during the installation to the Program Files(x86) directory. Programs that 64-bit are installed into the Program Files directory.
[…]
Z Udayakumar Ethirajulu , na 4. maj, 2007 Če je predloge SharePoint Workflow ne pojavlja v Project predlogo VisualStudio. Je workaround za rešitev tega vprašanja.
Izvrši pod ukaz v Visual Studio Command Prompt
devenv / nastavitev
Hvala & S spoštovanjem, Udayakumar Ethirajulu http://groups.msn.com / DevGeeks
Z Udayakumar Ethirajulu , na 29. april, 2007 Wokflow je povezano z MOSS(Microsoft Office SharePint Server 2007), Integracija poteka dela z MOSS 2007 je mogoče ustvariti v naslednjih dveh načinov.
Out Of Workflow BOX funkcionalnost v SharePoint Designer 2007 Ustvarjanje meri Workflow v Visual Studio 2005 Uporaba razširitev SharePoint potek dela
Prenesti in namestiti Visual Studio 2005 Extensions for SharePoint Workflow
Hvala […]
Z Udayakumar Ethirajulu , na 12. april, 2007 Hi SharePoint Razvijalci, Našel sem naslednje Live & OnDemand spletne oddaje Microsoft za tehnologije SharePoint. Spletne oddaje so brez Internet oddajanje storitev, ki jo Microsoft. Njegova zelo dragoceno sredstvo za učenje tehnologijo. Izkoristite jih na zahtevo spletne oddaje
Microsoft Office Webcast: Nasveti in triki za Microsoft Windows SharePoint Services (Stopnja 200) Original Air […]
Z Udayakumar Ethirajulu , na 8. april, 2007 Hi, Sem dodal prihajajoče in ondemand spletne oddaje na voljo v SharePoint 2007.
preverite svoj SharePoint blog:
Udaj je SharePoint Blog – Moss 2007 Spletne oddaje
Z Udayakumar Ethirajulu , 7. aprilom ne, 2007 Commerce Server 2007 & Moss 2007 Integracija Hi, Microsoft je izdal naslednji tehnični Bela knjiga za integracijo med poslovanju strežnikom 2007 in Moss 2007. Delam dokaz koncepta v tej integraciji. Osnovna integracija poteka preko sprememb v web.config za poslovanje strežniške strani in mah osrednjem mestu dajanja in portal mesta je […]
|
|