0
votes
1answer
79 views
Filterable SPFIeldUrl in default view.
I`v added a hyperlink (SPFieldUrl class) column (field) with GUI to my list.
Pity, but I cannot filter those values when viewing the list.
(It reads that you cannot filter this c …
0
votes
1answer
36 views
Silverlight 3 Dataform - how to add fieds at runtime.
I am creating a DataForm from dynamic data (so I can't create the columns in the xaml), I currently create columns for my DataGrid (I have not worked out how I can create a button …
1
vote
2answers
41 views
Content Taxonomy along with Conditional Fields
I'm still young at Drupal.So please correct me wherever needed.
I have a requirement wherein I want my content type to have my own fields (achieved with CCK), then I want one of t …
0
votes
2answers
27 views
form fields clear ???
i want to clear the fields of my form after the user has inserted the data in the database .I have provided a button for that but how to do that please tell me
Thanks
Ritz
0
votes
2answers
37 views
Sharepoint Document Upload Page - Passing URL Variables?
Throughout my SharePoint site, I have several document repositories that are tied to primary keys from an external database. I have added custom columns in the document library me …
0
votes
1answer
248 views
AS3 validate form fields?
Hi,
I wrote a AS3 script, i have 2 fields to validate, i.e email and name.
For email i use:
function isValidEmail(Email:String):Boolean {
var emailExpression:RegExp = /^[a- …
0
votes
2answers
59 views
Is it possible to alter a marked field´s field function with Word 2007 VBA?
Hi,
i want do the following:
In Word 2007 place the Cursor on a field (or mark that field) and call a macro wich edit the field function of that field. (add some string).
I´m ev …
0
votes
5answers
69 views
Let the user design a form and the fields in it
I am developing an application in which I would like to let the users design some forms and decide the fields that are in the form.
An example is better than a poor explanation, s …
0
votes
2answers
51 views
dynamically generting fields using jquery and also making them serverside on asp.net
Hi this may seem like a weird question, but here's my situation:
I have a form where the user can click and add rows which contain certain input fields. This is strictly done on …
3
votes
7answers
312 views
Does the order of fields in C# matter?
This question is inspired by Jon Skeet's answer:
http://stackoverflow.com/questions/431091/is-there-a-c-equivalent-to-cs-access-modifier-regions#431105
He makes a comment that it …
0
votes
1answer
32 views
change the return of to_param by action? or, terribly broken edit action if perma-url is returned instead of id..
I did some stuff to have to_param return a perma-url so I'd have seo friendly links. Upon creation and update it will generate and return the perma-url in a to_param method that I …
0
votes
2answers
56 views
nhibernate ‘virtual’ fields
I want to have a 'virtual' (not there, not to be confused with the virtual keyword) field in a nhibernate class.
I have a securities table and I want to have a 'virtual' field t …
14
votes
19answers
859 views
More private than private? (C#)
Sometimes you have a private field that backs a property, you only ever want to set the field via the property setter so that additional processing can be done whenever the field c …
0
votes
2answers
92 views
Cannot add new Workitems using TFS API
Hi I am trying to add new workitems to the TFS repository using the API, but when I validate the workitem before it is saved, it returns an error. I previously got exceptions regar …
1
vote
1answer
47 views
Cannot get a list of valid users in TFS for AssignedTo field while creating new Workitems via API
Hi I am trying to create new workitems via the TFS API and this is the method I have used below to get a list of valid users who can be assigned workitems. Somehow, it gives me a n …
