Search the web
Sign In
New User? Sign Up
EhLib
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
BUG in EhDBGrid V 4.2 !!!   Message List  
Reply | Forward Message #688 of 914 |
Hello,

I've found a bug in the 4.2 release.

In a EhDbgrid, if a column has a picklist and a keylist, both lists
can't have a blank value anymore.

The compilation is fine, but at run-time, when the form containing
the grid is shown, there is an internal error and the form is messed
up.

This only happens with 4.2 release, as I've reinstalled previous
Ehlib releases just to be sure of this.

As an exemple, here is the DFM code of my form, before 4.2 :

FieldName = 'motif'
KeyList.Strings = (
''
'P'
'T')
PickList.Strings = (
''
'P'
'T')

and now, here is the new DFM code compliant with 4.2 :

FieldName = 'motif'
KeyList.Strings = (
' '
'P'
'T')
PickList.Strings = (
' '
'P'
'T')

So I had to add code in the BeforePost sections of all my tables
just to be sure that no spaces will be stored in the database.

I hope you'll manage to fix that bug, cause I can't imagine
reopening all of my projects just to change the picklist/keylist
values.

thanks for you help.

Fred.










Thu Apr 17, 2008 12:41 pm

frederic_lie...
Offline Offline
Send Email Send Email

Forward
Message #688 of 914 |
Expand Messages Author Sort by Date

Hello, I've found a bug in the 4.2 release. In a EhDbgrid, if a column has a picklist and a keylist, both lists can't have a blank value anymore. The...
frederic_lienard
frederic_lie...
Offline Send Email
Apr 17, 2008
12:41 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help