PDA

View Full Version : Can I execute VFP commands from Python?



Question
2011-07-03, 05:07
Can I execute VFP commands from Python?

lianjasupport
2011-07-03, 05:10
Yes, the Visage Application Framework makes a Lianja module available to Python. Simply import this module and use Lianja.execute(VFPcommandstring).