-
How come i can not enable the buttons?
Hi all,
Why i can not set enable the buttons btnSave is on, btnFirst is off, ..., in this code below.
please tell me ? thanks
btn.btnAdd.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
btn.btnSave.setEnabled(true);
btn.btnFirst.setEnabled(false);
btn.btnNext.setEnabled(false);
btn.btnLast.setEnabled(false);
inum=objBodtCat.getRecordNumber();
setForm();
}
});
Similar Threads
-
Replies: 2
Last Post: 04-10-2006, 03:31 PM
-
By dave.potter@hol in forum .NET
Replies: 2
Last Post: 01-30-2006, 11:54 AM
-
By dave.potter@hol in forum ASP.NET
Replies: 0
Last Post: 10-07-2005, 06:10 PM
-
By spudmasher in forum ASP.NET
Replies: 3
Last Post: 07-03-2005, 11:59 PM
-
Replies: 0
Last Post: 05-30-2001, 01:32 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks