Kaydet (Commit) a95989c2 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbwizard3 (1.8.190); FILE MERGED

2004/12/09 15:19:26 bc 1.8.190.1: #i37927#handling of the filtercomponent improved
üst 76afb50a
......@@ -21,6 +21,7 @@ Sub Initialize()
DialogModel.Step = 1
LoadLanguageAgenda()
DialogModel.OptAgenda2.State = TRUE
GetOptionValues()
DialogExited = FALSE
TemplateDialog.Execute
End Sub
......@@ -181,12 +182,22 @@ Dim BtnFinishAgenda As Object
End Sub
Sub GetOptionValues(aEvent as Object)
Sub GetOptionValues(Optional aEvent as Object)
Dim CurTag as String
Dim Taglist() as String
If Not IsMissing(aEvent) Then
CurTag = aEvent.Source.Model.Tag
Else
If DialogModel.OptAgenda1.State = TRUE Then
CurTag = DialogModel.OptAgenda1.Tag
Else
CurTag = DialogModel.OptAgenda2.Tag
End If
End If
Taglist() = ArrayoutOfString(CurTag, ";")
Bookmarkname = TagList(0)
sTrueContent = TagList(1)
End Sub
</script:module>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment