2
votes
3answers
36 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
39 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 …
0
votes
0answers
4 views
Altova MapForce - maxLength of element content validation
Hi guys
I've mapped one XSD schema to another one using Altova MapForce and generated Java classes from it. So far so good, Java works nice.
However I've noticed that the mapper is not validating …
1
vote
4answers
49 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
67 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
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
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
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
1answer
61 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
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
5answers
69 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
vote
1answer
37 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
0answers
19 views
Web Part to Field control
Need to convert a web part to a field control on a Sharepoint page.
Part of the problem is to migrate all the content on existing pages that use the web part to the corresponding field control.
Any …
