Marwan,
 
This error is actually two problems in one.  In your database, the field value is "phone", but you defined the enumeration in Plum to have a value of Telephone.  You should correct this in your project file.
 
However, there is a separate error in the custom tag that is also contributing to the problem; you are using a char field for the column, which adds extra padding to the values retrieved from the database.  Plum was not taking the extra spaces into account.  This issue will be corrected in the final release.
 
Dave
----- Original Message -----
Sent: Tuesday, February 01, 2005 9:10 AM
Subject: RE: [plum] Another Bug

Ok, this is still not working. Here’s the exact scenario:

 

 

My view form has all fields displayed. The iMoveMonth, strMilStatus and strPrefContact are all represented in forms with an enumerated list. In the ViewForm and the List, when trying to display either of the string typed values from the list (strMilStatus and strPrefContact) I get an empty cell. However, the int iMoveMonth correctly displays the text “January” in correspondence with the value of 1. When I edit the record, the correct options are selected in all enumerated lists, and the behavior persists even if I change a value and re-save.

 

Table specifics listed below.

 

Table Contacts

Columns:

iContactID int Not Null

dtDateStame smalldatetime Not Null

strFirstName varchar(50) Null

strLastName varchar(50) Null

strEmail varchar(50) Null

strDayTelephone varchar(50) Null

strEveTelephone varchar(50) Null

strAddr1 varchar(50) Null

strAddr2 varchar(50) Nullr

strCity varchar(25) Null

strState varchar(25) Null

strPrefContact char(15) Null

iMoveMonth int Null

iMoveYear int Null

iHomeChoice int Null

strMilStatus char(25) Null

txtComments text Null

dtDateAssigned smalldatetime Null

strAssignedTo varchar(50) Not Null

strAssignedBy varchar(50) Null

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marwan Saidi
Sent: Thursday, January 20, 2005 4:03 PM
To: [email protected]
Subject: [plum] Another Bug

 

I am still getting the behavior where if I have an Enumerated list assigned to a field, the column is blank in a list view.

 

Marwan Saidi

American Eagle Information Systems

321.779.2577 - p

321.779.2576 - f

 

 

Reply via email to