Changeset: 326 fdbozzo - 22/06/2014 21:39:59:

This commit is contained in:
fdbozzo
2014-06-22 21:40:36 +02:00
parent 6884ef7cd7
commit a494d5ef39
2 changed files with 11 additions and 4 deletions

View File

@@ -151,11 +151,12 @@ End Sub
Private Sub evaluateFile( tcFile )
lcExt = UCase( FileSystemObject.GetExtensionName( tcFile ) )
oVFP9.SetVar "gc_Ext", lcExt
'If oVFP9.Eval("oFoxBin2prg.TieneSoporte_Bin2Prg(gc_Ext)") Then
oVFP9.DoCmd( "oFoxBin2prg.EvaluarConfiguracion( '', '', '', '', '', '', '', '', '" & tcFile & "' )" )
If oVFP9.Eval("oFoxBin2prg.TieneSoporte_Bin2Prg(gc_Ext)") Then
nFile_Count = nFile_Count + 1
ReDim Preserve aFiles(nFile_Count)
aFiles(nFile_Count) = tcFile
'End If
End If
End Sub