Changeset: 326 fdbozzo - 22/06/2014 21:39:59:
This commit is contained in:
@@ -151,11 +151,12 @@ End Sub
|
|||||||
Private Sub evaluateFile( tcFile )
|
Private Sub evaluateFile( tcFile )
|
||||||
lcExt = UCase( FileSystemObject.GetExtensionName( tcFile ) )
|
lcExt = UCase( FileSystemObject.GetExtensionName( tcFile ) )
|
||||||
oVFP9.SetVar "gc_Ext", lcExt
|
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
|
nFile_Count = nFile_Count + 1
|
||||||
ReDim Preserve aFiles(nFile_Count)
|
ReDim Preserve aFiles(nFile_Count)
|
||||||
aFiles(nFile_Count) = tcFile
|
aFiles(nFile_Count) = tcFile
|
||||||
'End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -158,11 +158,17 @@ End Sub
|
|||||||
Private Sub evaluateFile( tcFile )
|
Private Sub evaluateFile( tcFile )
|
||||||
lcExt = UCase( FileSystemObject.GetExtensionName( tcFile ) )
|
lcExt = UCase( FileSystemObject.GetExtensionName( tcFile ) )
|
||||||
oVFP9.SetVar "gc_Ext", lcExt
|
oVFP9.SetVar "gc_Ext", lcExt
|
||||||
'If oVFP9.Eval("oFoxBin2prg.TieneSoporte_Prg2Bin(gc_Ext)") Then
|
|
||||||
|
'PROCEDURE EvaluarConfiguracion
|
||||||
|
' LPARAMETERS tcDontShowProgress, tcDontShowErrors, tcNoTimestamps, tcDebug, tcRecompile, tcExtraBackupLevels ;
|
||||||
|
' , tcClearUniqueID, tcOptimizeByFilestamp, tc_InputFile
|
||||||
|
|
||||||
|
oVFP9.DoCmd( "oFoxBin2prg.EvaluarConfiguracion( '', '', '', '', '', '', '', '', '" & tcFile & "' )" )
|
||||||
|
If oVFP9.Eval("oFoxBin2prg.TieneSoporte_Prg2Bin(gc_Ext)") Then
|
||||||
nFile_Count = nFile_Count + 1
|
nFile_Count = nFile_Count + 1
|
||||||
ReDim Preserve aFiles(nFile_Count)
|
ReDim Preserve aFiles(nFile_Count)
|
||||||
aFiles(nFile_Count) = tcFile
|
aFiles(nFile_Count) = tcFile
|
||||||
'End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user