rp_data::foxcommand

This executes a fox command and returns the results. Only to be used by peoplel who know what there doing (Public)

o.foxcommand( tcCommand, tlNoReturn)

Return Value

If tlNoReturn is false then this will return the result of the command

Parameters

tcCommand
The FoxPro comand to be executed

tlNoReturn
If this is true then the result of the command is not returned

Remarks

THIS SHOULD ONLY BE USED BY EXPERIENCED FOXPRO USERS!!

It allows users to have any FoxPro command carried out within the environment of the object

Example

o.FoxCommand("Used('Charges')")

The above would return true if the cursor "charges" is open within the object

See also:

Class rp_data


Last Updated: 23/11/2005