Hello all,

I'm rather new to Maypole so please bear with me.  I'm have the basics of my database front end working fine but when i try to change the order of the columns the data in some columns becomes invisible. 

Description                  |  Name           |  Type
_______________________________________
A swimming animal      |  Trout            |  Fish
A common pet             |  Dog             |  Mammal


This is about what I have.  If I add:

sub display_columns{
    (qw/name type description/)
}

 the output becomes:

Name   |  Type      |  Description
__________________________________________
Trout    |               |
Dog      |               |

the info reappears in the text boxes of the edit page.

I checked the archives and found that Christopher Rankin had the same problem a few months ago but nobody replied.  I hope I get a better response.  Christopher if you're reading this did you ever fix this problem?

Thanks all!

Craig R.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to