Indonesian:
Dalam tulisan tentang “Multiple Attachment in Document Library” ada satu screenshoot yang sering ditanyakan.
Didalam screen shoot tersebut dapat dilihat bahwa field “Main Library” terisi secara otomatis. Selain itu sebagai informasi tambahan, field yang sudah terisi dengan http GET berubah menjadi read-only.
Bagaimana cara membuat field entry yang dapat terisi secara otomatis?
English:
In my posting about “Multiple Attachment in Document Library” , some friends questioning one of the screenshoot.
Indonesian:
Sudah kenal DataView webpart? DataView webpart adalah webpart standar dari MS Sharepoint 2003 yang berguna untuk menampilkan data (list, tabel database dll.) kedalam halaman Sharepoint. DataView webpart bekerja dengan melakukan kueri ke web service dan memformat tampilan dengan memanfaatkan XSLT. Dengan demikian, dataview webpart memberikan kebebasan yang lebih tinggi untuk menampilkan data kedalam halaman Sharepoint. Banyak pekerjaan yang dapat langsung ditangani oleh dataview webpart tanpa harus melakukan programming/coding terlebih dahulu; contohnya menampilkan hasil kueri tabel di SQL server, menampilkan isi dari list di Sharepoint, menampilkan user login dsb.
[Steve Savage]( “savagesteve13@yahoo.com”) - Sep 3, 2006
Rather than hacking the database, I think all you need to do is modify the user information for a particular site. Just go Site Settings—->Edit User Information Find the user and modify the name and email address, or delete it at your option. Benoit HAMET - Mar 2, 2007
Moreover, modifying the SQL databases directly (by using SQL Manager/SQL Query) is not supported by Microsoft [Please help me to Edit UserProfile]( “anhpt911@gmail.
English:
(This articles has already been posted in www.msd2d.com. Now I post it again in my own blog.)
For administrators who wants to add new users into a SharePoint site, SharePoint has a great interface that lets you read user details from the ActiveDirectory / domain information database. Unfortunately, changing user information in the ActiveDirectory / domain won’t automatically reflect in the SharePoint user information databases. We cannot overturn a user’s registration and re-register to get the changes saved because SharePoint will prefer old information rather then reading new information from the ActiveDirectory / Domain.
English:
(This articles has already been posted in www.msd2d.com. Now I post it again in my own blog.)
Eventough webpart is very powerfull, but debuging web part is painfull. For example, you forget to put try-catch block in your code - and one day you get error without any clue to edit. Or imagine, you’re creating on-the-fly graph web part, and send wrong HTML header to the page. Causing Sharepoint page shows image only and no interface to access.
English:
(This articles has already been posted in www.msd2d.com. Now I post it again in my own blog.)
In the Migrating InfoPath Document Library, I did not mention how to modify thousands of Infopath Data. Although this should be unproblematic, however some of our fellows are misled into creating custom migration application. The application runs in server box, read the XML modify and update the data (SharePoint document library). When designed in the correct manner, the application will be fine – should you spend some time for development.
English: (This articles has already been posted in www.msd2d.com. Now I post it again in my own blog.) InfoPath document library is a form based solution in SharePoint 2003. InfoPath document library provides an easy to modify solution with less code for daily business operations, such as Customer P/O, Leave Request Form, etc. It also offers easy integration with existing data service such as Microsoft SQL Server, Web Services, SharePoint Library and even with any ODBC enable database.