Jump to content

UniDBLookupComboBox in UniDBGrid (WebMode)


yoshimi sakata

Recommended Posts

  • Administrators

Problem is with the attached Field which is a lookup field itself. Currently UniGUI doesn't properly handle editing fkLookup fields. I will try to fix this in next version.

 

3 issues logged:

 

0001273 UniDBGrid: Can not edit a Field when Field is a LookupField

0001272 UniDBGrid: Cell must show a picklist when Field is a LookupField

0001271 UniDBLookupCombo: Combo Text is not shown when attached DataField is a LookupField

Link to comment
Share on other sites

Hi, Farshad

 

Problem is with the attached Field which is a lookup field itself. Currently UniGUI doesn't properly handle editing fkLookup fields. I will try to fix this in next version.

Thank you,

 

It is another question

Can you make the height of the UniDBGrid.Column.Editer component the same as high UniDBGrid.Column?

 

 UniDBGrid1.Font.Size=20
 UniDBGrid1.Columns[nn].Font.Size=20
 UniEdit1.Font.Size=20
 UniDBGrid1.Columns[nn].Editor = UniEdit1

post-347-0-72563200-1329377060_thumb.png

Link to comment
Share on other sites

  • Administrators

Hi, Farshad

 

 

Thank you,

 

It is another question

Can you make the height of the UniDBGrid.Column.Editer component the same as high UniDBGrid.Column?

 

 UniDBGrid1.Font.Size=20
 UniDBGrid1.Columns[nn].Font.Size=20
 UniEdit1.Font.Size=20
 UniDBGrid1.Columns[nn].Editor = UniEdit1

 

Issue #1042 fixed.

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...

Problem is with the attached Field which is a lookup field itself. Currently UniGUI doesn't properly handle editing fkLookup fields. I will try to fix this in next version.

 

3 issues logged:

 

0001273 UniDBGrid: Can not edit a Field when Field is a LookupField

0001272 UniDBGrid: Cell must show a picklist when Field is a LookupField

0001271 UniDBLookupCombo: Combo Text is not shown when attached DataField is a LookupField

 

when the fixes will come out? I need it very much. In a database is very important to have a search on the grid and save correctly in the database.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...