New guy question - user form

M

meg99

I am using a scheduling sw package that uses Python as its scripting
language much like Excel uses Visual Basic. I am fluent in VB but I
am just beginning in Python.

What I need to do is this: I need to create a user form that will
contain some predefined data (captured from the scheduling sw
database) and some fields that the user will enter. When the user is
finished, he will write the data to the database via a command button
on the form.

I have looked at some of the tutorials and I have a couple of books
but I don't see a user form utility like there is in VB.

I am using version 1.5.2 (the sw I am using does not now support
anything else).

Can I do what I have described with what I have?

Regards,

meg99
 
D

Diez B. Roggisch

meg99 said:
I am using a scheduling sw package that uses Python as its scripting
language much like Excel uses Visual Basic. I am fluent in VB but I
am just beginning in Python.

What I need to do is this: I need to create a user form that will
contain some predefined data (captured from the scheduling sw
database) and some fields that the user will enter. When the user is
finished, he will write the data to the database via a command button
on the form.

I have looked at some of the tutorials and I have a couple of books
but I don't see a user form utility like there is in VB.

I am using version 1.5.2 (the sw I am using does not now support
anything else).

Can I do what I have described with what I have?

AFAIK Python 1.5 featured Tkinter, which should do what you want.

But given the embedded nature of your python, I'm not sure if that
really works (the python interpreter could be crippled), or what that
software of yours offers itself.


Diez
 

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,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top