Category:VFP Function Differences

From Lianjapedia
Revision as of 04:47, 3 June 2013 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a list of known function differences between Lianja and Visual FoxPro.


VFP does not return the drive letter and required SYS(5), Lianja includes the drive letter as part of the result.

VFP returns: \Lianja\data\southwind

Lianja returns: C:\Lianja\data\southwind

Argument syntax difference in listing desired file type. Certain other parameters ignored.

VFP example: getfile('CSV:csv;DBF:dbf', 'Load CSV or DBF File', 'Load File', 0, 'Load Monthly Update')

Lianja example: getfile('CSV(*.csv);;DBF(*.dbf);;', 'Load CSV or DBF File', 'Load File', 0, 'Load Monthly Update')

This category currently contains no pages or media.