i have a trouble to display data to grid.
I have a dialog to get a user input(member_id).I want if i click the ok button in
this dialog, it will display the result ( data of the member_id ).How can i do this?I
use postgresql to store the data. Plz,help me with sample.Thanx a lot before.
dhe8 writes:
i have a trouble to display data to grid.
I have a dialog to get a user input(member_id).I want if i
click the ok button in this dialog, it will display the
result ( data of the member_id ).How can i do this?I use
postgresql to store the data. Plz,help me with sample.Thanx a
lot before.
Javanehese writes:
Hi,all
how can i display the result of query to a grid?
i have a dialog to get a user input.This dialog will get a
member_id,and when i click the OK button on this dialog,it
will call a frame(with grid on it) that display data of
the member_id which i input before.i use postgresql.Help
me with some sample,pls.
thanx before for your attention
Perhaps the GridCustDataTable.py example in the demo directory
will get you going with your assignment? Assuming you already
know how to use the Python dbapi to query the PostgreSQL server
and get the results into a sequence, which I can't really tell
from either of your messages.
ยทยทยท
--
Paul