Searched refs:ProfileGetItem (Results 1 – 5 of 5) sorted by relevance
/trunk/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 348 startDir = ProfileGetItem("Analysis", CINPUT_DIR, "", mIniFilePath) 350 nIncrementFileCounter = CLng(ProfileGetItem("Analysis", _ 352 nMaxWaitBeforeWrite = CLng(ProfileGetItem("Analysis", _ 354 gExcelMaxRangeProcessTime = CInt(ProfileGetItem("Analysis", _ 541 …theResultsFile = ProfileGetItem("Analysis", CINPUT_DIR, "c:\", mIniFilePath) & "\" & ProfileGetIte… 2690 KeyData = ProfileGetItem( _ 2732 Public Function ProfileGetItem(lpSectionName As String, _ function 2752 ProfileGetItem = Left$(ret, success) 2754 ProfileGetItem = defaultValue 2876 bDoPrepare = CBool(ProfileGetItem("Analysis", _ [all …]
|
/trunk/main/migrationanalysis/src/wizard/ |
H A D | IniSupport.bas | 41 Public Function ProfileGetItem(lpSectionName As String, _ function 72 ProfileGetItem = Left$(ret, success) 193 KeyData = ProfileGetItem( _ 247 KeyData = ProfileGetItem( _
|
H A D | Utilities.bas | 359 GetDebug = ProfileGetItem(section, key, "", logFile)
|
H A D | Wizard.bas | 272 …overrideLangStr = ProfileGetItem("debug", "langoverride", "", fso.GetAbsolutePathName("debug.ini"))
|
H A D | Wizard.frm | 3390 GetIniSetting = ProfileGetItem(WIZARD_NAME, key, "", mIniFilePath)
|
Completed in 54 milliseconds