Problem deleting a record in the tableviewer

From: niessene(at)natlab(dot)research(dot)philips(dot)com
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Problem deleting a record in the tableviewer
Date: 1998-09-29 09:10:59
Message-ID: 199809290911.LAA26424@elaps.natlab.research.philips.com.
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

Since I couldn't find an archive of this mailing list, I
suppose I'll just have to bother the list with what probably is a
FAQ..

I try to delete a record in the table viewer. First select the record with
the mouse and then I hit the delete button. Instead of a deletion I get the
following error:

Stacktrace for the error:

invalid command name "tk_messageBox"
while executing
"tk_messageBox -title "FINAL WARNING" -icon question -message "Delete current record ?" -type yesno -default no"
invoked from within
"if {[tk_messageBox -title "FINAL WARNING" -icon question -message "Delete current record ?" -type yesno -default no]=="no"} return"
(procedure "mw_delete_record" line 10)
invoked from within
"mw_delete_record"
(command bound to event)

I am using postgresql-6.3.2 and pgaccess0.90. Further I use the libpgtcl.so from
the postgress src.

Somebody a clue?

Thanks for reading so far.

Erik.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gregor Zych 1998-09-29 23:40:41 Re: Python Interface Installation Problems
Previous Message Constantin Teodorescu 1998-09-29 08:42:51 Re: [INTERFACES] Problem deleting a record in the tableviewer