autocomplete and printing Options

V

vitaliypolenko

En Tue, 24 Mar 2009 17:56:26 -0300, vikram moule
<[email protected]>
escribió:

Q1. I want to access a database and just by pressing the first alphabet
will
showup a dropdown list of all the words starting from that alphabet how
can
I do that ?
( I know how to access the database but the further problem is unsolved
hence....)


Populate the dropdownlist with results from a query like this: "SELECT
XXX
FROM YYY WHERE XXX LIKE 'A%'"
(all rows where XXX starts with A).
You'll have to provide more info if you want more details (Which
database?
Which adapter? Is it a console application, a GUI application, a web
one?
Which toolkit/framework?)

Q2. How can I print a document for example bill or prescription through a
printer or network printer (both) using python ?


If you tell us how would you do that without Python, maybe someone
suggests how to do the same thing with Python.
http://www.flickr.com/people/36629825@N02/
Gabriel Genellina
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top