Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using QT with foxpro?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01625802
Message ID:
01625856
Vues:
75
>I would be interested in any cross-platform GUIs, ones that foxPro might be able to use, and hopefully without too much difficulty
>Thanks, Steve

I'm confused as what you mean by using FoxPro? If you mean the use of DBF's then there are at least two python lib's that can handle dbf's (that includes DBC's). If you are talking about classes - fox code is really not very far off python code. I have converted many foxpro routines (functions and classes) into python without a single issue. If you have special *.FLL's then I suggest you take a look at several of the C++/C lib's that allow use of the windows DLL's and FLL's in python code. Maybe you are looking for the way Fox cursors work? That is supported by Dabo and SQAlchemy can handle the idea of a cursor and cursor adapter is really not needed.

My guess that using Dabo would work for you - that assumes you want a similar environment that Fox provides. However, Dabo does not support QT and I doubt it will in the future (it would take a lot of work to get that up). And currently Dabo is not using python 3.x because the graphic lib Dabo uses 'wxPython' does not support it (it may in the near future).

BTW I believe QT (pyQT) is a much better solution and a better programming environment over wxPython. That said, it's not setup to take advantage of SQLAlchemy or any other ORM natively - but there is a module https://pypi.python.org/pypi/qtalchemy/0.8.3.

Johnf
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform