craftleft.gif (3002 bytes)QuickTable
Home | API | Tutorial | Download | Support | Contact topblack.gif (108 bytes)


QuickTable User Cp  |  Register  |  Members  |  Search  |  Help
    |- QuickTable Discussion Forums > Pre-Download Questions Post New Topic   Post A Reply
Evaluation questions printer friendly version
next newest post | next oldest post
Author Messages
Aaron
Unregistered
Edit or delete this message Reply w/Quote
Posted Friday, July 11, 2008 @ 18:40:04  

Hi, I'd like to use the quicktable grid to:
1) Enter data in a grid format similar to excel.
2) Have built in error checking for values
3) Color code specific cells depending on values
4) When the cell is updated it is saved into a database
5) Have events triggered such as "on update" or "on click"

Are these things possible? Do I need the purchased version to test it?

Admin
Board Owner

Gender: Unspecified
Location:
Registered: Jul 2003
Status: Offline
Posts: 9

Click here to see the profile for Admin Send email to Admin Send private message to Admin Find more posts by Admin Edit or delete this message Reply w/Quote
Posted Friday, July 11, 2008 @ 18:45:04  

1) Yes you can enter data in grid format.

2) when cell value is updated, following method will be called

public java.lang.Object cellValueChanged(int row,
int col,
java.lang.Object oldValue,
java.lang.Object newValue)

You can add your validation code here.

3) Using CellPropertiesModel, you can control the color/font/alignment of each cell.

4) Yes you can save to database

5) DatabaseChangeListener has many methods like afterInsert(), beforeInsert() , afterUpdate(), beforeUpdate() etc,

Post New Topic   Post A Reply Jump to:
Contact Us | QuickTable - A Java DBGrid | Privacy Policy All times are GMT -5 Hours.
Welcome to QuickTable Forums, Guest!  
Login
Username :
Password :
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!
Powered by CuteCast v2.0 BETA 2
Copyright © 2001-2003 ArtsCore Studios