Tagged Questions

2
votes
3answers
37 views

table joins in Access 2003 on date-time field

I need to join my data table to a server calendar file (has set fiscal dates, periods, etc.). I don't get any results and believe it is because my table has date/time like "11/23/2009 11:30:34AM" and …
0
votes
2answers
41 views

Django display value of extra field in modelform

How do I set the value of a field (which is relevant to form, but not based directly on the same model) on a (model) form when it is displayed in the admin? Here is a simplified version of what I …
1
vote
4answers
50 views

Label for password field

<input type="text" value="useraname" /> <input type="password" value="password" /> I'm using jQuery to make the inline labels disappear on click/focus. Password shows bulls as usual, but …
0
votes
2answers
69 views

How to create calculated field in Access Database using SQL during runtime in Delphi

I am creating a table during runtime. This is how I do it: AdoCommand1.Connection:=AdoConnection1; cs:='CREATE TABLE '+edname.text+' (' + 'ID Integer IDENTITY(1,1) NOT NULL UNIQUE PRIMARY KEY,' + …
0
votes
5answers
70 views

SharePoint send an email to users specified in a Field

I have a SharePoint list of Issues and have set a column (called Alert) to a “Person or Group” (allowing multiple names). I would like the system to send an email to all the users listed in the …
-1
votes
2answers
116 views

Problem with protected fields in base class in c++

I have a base class, say BassClass, with some fields, which I made them protected, and some pure virtual functions. Then the derived class, say DerivedClass, like class DerivedClass : public …
0
votes
1answer
67 views

Drupal CCK field not visible to anonymous users

I added a field to a nodetype using CCK, but when I try to view the node as an anonymous user the field is not visible. I can see it when I am logged in with my admin account. What could be the …
1
vote
3answers
73 views

Static fields question

im trying to understand the get and set properties for fields, and run in to this issue, can somone explaine to me why i had to make the int X field Static to make this work? using System; namespace …
1
vote
3answers
83 views

Set or change Attribute’s properties or fields at runtime in C#. Possible?

I believe there is no human way to change any attribute or field inside an Attribute apart from doing it in the constructor. That is, short of redesigning and recompiling Visual Studio yourself. There …
0
votes
3answers
18 views

Class-behaviour with private fields

I encoutered a somewhat (at least for me) strange behaviour in a library I'm building; I have this method: public class Lib { private string field = "field"; public string Field { get { …
0
votes
4answers
32 views

Jquery Form field duplication

Hi there, I am new to jquery and consider myself a very novice coder at best, so please bare with me. But I think I am in need of your help! I have quite a long complicated php form, and a …
1
vote
1answer
38 views

Why do I have to do ldarg.0 before calling a field in MSIL?

I want to call a function, with as parameters a string and an Int32. The string is just a literal, the Int32 should be a field. So I thought it should be something like: .method public hidebysig …
0
votes
1answer
56 views

ASP.NET GridView: How to Control the Format of a Column in Edit Mode?

Given the following GridView: <asp:GridView runat="server" ID="GridMenuItemAttributes" DataKeyNames="MenuItemAttributeID" AutoGenerateColumns="false" …
0
votes
1answer
29 views

Singluar data-keys between application and database?

Is there a paradigm in which I can change a data-key name in one place and one place only, and have it properly be dealt with by both the application and database? I have resorted most recently to …
0
votes
2answers
386 views

javascript if drop down selected then set value of text box

Hi I've spent some time searching around for this, but can't seem to get it all worked out. I have a shipping drop down and I want to split off the type of shipping and the amount selected and put …

1 2 3 4 5 8 next
15 30 50 per page