Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010903Openbravo ERPB. User interfacepublic2009-10-07 18:562009-10-10 00:00
networkb 
dbaz 
highminoralways
closedfixed 
5
2.50MP5 
2.50MP82.50MP7 
Core
No
0010903: Grid does not navigat to last record if a record is bigger than one row
In relation mode in a generated window, if a record has more than one row (See Application Dictionary > Form, Module Management record), and click on "Go to last record", the grid does navigate to last one, and also, does not show the lastests records.

Note: this only happens when the record with more rows than one, is located at the bottom of the grid.
Go to Application Dictionary > Form. See it in Relation mode.
Press Got to last record (toolbar).
It is not possible.

If you want to see it in other window, for example in callouts, you can execute this sentence in database:

update ad_callout set description = 'Use Module Management to browse the currently installed modules, to check for updates to installed modules and search for new modules to install.
<div class="HelpItems">
<h3><a name="installed">Installed Modules</a></h3>
<span>View the details of currently installed modules. You can also find updates to installed modules and rebuild the system after installing/uninstalling a module.</span>
<h3><a name="add">Add Modules</a></h3>
<span>Search for a specific module, or browse all available modules in the Central Repository. You can also browse for modules from the file system. Click Install Now to install a module.</span>
<h3><a name="history">Installation History</a></h3>
<span>View the history of module installations/uninstallations and errors that may have occurred during these processes.</span>
<h3><a name="history">System Rebuild</a></h3>
<span>After installing or uninstalling a module, you must restart the application context for any changes to take effect.</span>

  • <a name="restart">Restart server:</a> Restarts the application server and launches the login screen.

  • <a name="reload">Reload context:</a> Reloads the Openbravo context and launches the login screen. Note: There is a know issue with the application server leaking 30MB of memory each time the context is reloaded.

  • <a name="nothing">Take no action:</a> Select if you intend to restart the server or reload the application manually, later.

' where ad_callout_id = 'D58885C504EC46ED8B77C4DEC1F59CA1'

and go to callouts window.
No tags attached.
png Grid.png (96,636) 2009-10-08 09:30
https://issues.openbravo.com/file_download.php?file_id=1837&type=bug
png
Issue History
2009-10-07 18:56networkbNew Issue
2009-10-07 18:56networkbAssigned To => rafaroda
2009-10-08 09:28rafarodaNote Added: 0020866
2009-10-08 09:28rafarodaAssigned Torafaroda => dbaz
2009-10-08 09:28rafarodaPriorityimmediate => high
2009-10-08 09:28rafarodaStatusnew => scheduled
2009-10-08 09:30rafarodaFile Added: Grid.png
2009-10-08 11:51dbazNote Added: 0020874
2009-10-08 12:12hgbotCheckin
2009-10-08 12:12hgbotNote Added: 0020876
2009-10-08 12:12hgbotStatusscheduled => resolved
2009-10-08 12:12hgbotResolutionopen => fixed
2009-10-08 12:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ad285418399aaae3f09f50d24d5db73330f16096 [^]
2009-10-09 09:17arunkumarStatusresolved => closed
2009-10-09 09:17arunkumarNote Added: 0020894
2009-10-09 09:17arunkumarFixed in Version => 2.50MP7
2009-10-10 00:00anonymoussf_bug_id0 => 2875971

Notes
(0020866)
rafaroda   
2009-10-08 09:28   
Workaround for Form window to access the last record.
1) Click in the toolbar the button 'Go To Last Record'
2) Click in the middle the button 'Form View'.

You are in the last record (Session Variables)
(0020874)
dbaz   
2009-10-08 11:51   
The problem here is that out DataGrid is thought to be one row per record, and there is no low or medium effort way to change that...

The only "possible" solution is ensure that grid shows all needed information in one row
(0020876)
hgbot   
2009-10-08 12:12   
Repository: erp/devel/pi
Changeset: ad285418399aaae3f09f50d24d5db73330f16096
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu Oct 08 12:08:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ad285418399aaae3f09f50d24d5db73330f16096 [^]

Fixed issue 10903: Added more cappabilities to ensure that
grid rows are single rows

---
M src/org/openbravo/erpCommon/utility/DataGrid.java
---
(0020894)
arunkumar   
2009-10-09 09:17   
If we click the 'Go To Last record' button in the toolbar it navigates to the last record even if a record is bigger than one row.This is working fine.