Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
800 views

migrating django-model field-name change without losing data

I have a django project with a database table that already contains data. I'd like to change the field name without losing any of the data in that column. My original plan was to simply change the ...
1
vote
2answers
3k views

ReadOnly Property in Custom Column Types in Sharepoint

I'm creating a custom column in a feature for Sharepoint. It is essentially this: <Field Type="Integer" ID="<insert guid here>" ReadOnly="true" Name="xxx" DisplayName="XXX" ...
0
votes
0answers
172 views

on focus change from ordinary datagridview column to custom column, editingcontrolshowing event is not firing

I have custom Richtextbox column in datagridview (VB.NET 2008) and I want DataGridView.Editingcontrolshowing to be fired for keypress event in the cells of that column only. When keep editing only ...
0
votes
2answers
113 views

sharepoint: how to register eventhandlers on creation of column from Site column

I am creating a custom column type in SharePoint. This custom column requires some event handlers (like itemAdding etc.) to be registered with the list which is using this column. Now user can also ...
0
votes
2answers
2k views

Adding shared fields to a SharePoint calendar to sync with an Outlook calendar

I have set up MOSS 2007 Enterprise with a calendar that I have added custom columns to. We have synced this calendar in Outlook, and it works great creating and editing events from either SharePoint ...