Altova サイト検索

Altova 検索インデックスへようこそ

Altova Webサイト上の情報を検索するには、このページの下のフォームを使用してください。

Altova Site Search has found 200 documents that match your query in English for 'objdoc':

Documents 131 to 140 of 200

Result Section
Altova MapForce 2025 Enterprise Edition
// ------------------- begin JScript example --------------------- // Generate Code for existing mapping. // works with Windows scripting host.   // ----------------- helper function...
Online Manual
Altova XMLSpy 2024 Professional Edition
  objDoc.ExportToDatabase objDoc.RootElement, objExpSettings, objDB...  If Err.Number <> 0 Then...         a = MsgBox("Error: " & (Err.Number - vbObjectError) & Chr(13) &...               ...
Online Manual
Altova XMLSpy 2024 Professional Edition
  objDoc.ExportToDatabase objDoc.RootElement, objExpSettings, objDB...  If Err.Number <> 0 Then...         a = MsgBox("Error: " & (Err.Number - vbObjectError) & Chr(13) &...               ...
Online Manual
Altova XMLSpy 2025 Professional Edition
  objDoc.ExportToDatabase objDoc.RootElement, objExpSettings, objDB...  If Err.Number <> 0 Then...         a = MsgBox("Error: " & (Err.Number - vbObjectError) & Chr(13) &...               ...
Online Manual
Altova XMLSpy 2023 Professional Edition
  objDoc.ExportToDatabase objDoc.RootElement, objExpSettings, objDB...  If Err.Number <> 0 Then...         a = MsgBox("Error: " & (Err.Number - vbObjectError) & Chr(13) &...               ...
Online Manual
Altova XMLSpy 2024 Enterprise Edition
... strPath. If bDialog is TRUE, a file-dialog will be displayed.  ...Example...  Dim objDoc As Document...  Set objDoc = objSpy.Documents.OpenFile(strFile, False)...© 2017-2023 Altova GmbH
Online Manual
Altova XMLSpy 2023 Enterprise Edition
...ocument...  On Error Resume Next...  Set objDoc = objSpy.ImportFromDatabase(objImpSettings, objSpy.GetDatabaseImportElementList(objImpSettings))...  ' CheckForError here...© 2017-2023 Altova GmbH
Online Manual
Altova XMLSpy 2023 Enterprise Edition
... strPath. If bDialog is TRUE, a file-dialog will be displayed.  ...Example...  Dim objDoc As Document...  Set objDoc = objSpy.Documents.OpenFile(strFile, False)...© 2017-2023 Altova GmbH
Online Manual
Altova XMLSpy 2023 Enterprise Edition
' -------------------------------------------------------------------------- ' VBScript example that demonstrates how to use events. '...
Online Manual
Altova XMLSpy 2024 Enterprise Edition
' -------------------------------------------------------------------------- ' VBScript example that demonstrates how to use events. '...
Online Manual
1  2  3  4  5  6  7  8  9  10  11  12  13  (14)  15  16  17  18  19  20