From aaa146ef2daeeadbd56448693603b9946fdc4701 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 23 Nov 2007 15:14:00 +0000 Subject: [PATCH] INTEGRATION: CWS hcshared12 (1.6.140); FILE MERGED 2007/10/30 13:56:24 ufi 1.6.140.1: Zwischenstand --- .../source/text/sbasic/guide/show_dialog.xhp | 83 +++++++------------ 1 file changed, 31 insertions(+), 52 deletions(-) diff --git a/helpcontent2/source/text/sbasic/guide/show_dialog.xhp b/helpcontent2/source/text/sbasic/guide/show_dialog.xhp index fd6107a15f..454c868538 100755 --- a/helpcontent2/source/text/sbasic/guide/show_dialog.xhp +++ b/helpcontent2/source/text/sbasic/guide/show_dialog.xhp @@ -1,76 +1,55 @@ - - - + ************************************************************************ + --> + + + Opening a Dialog With Program Code /text/sbasic/guide/show_dialog.xhp - -Sun Microsystems, Inc. -converted from old format - fpe - -modules and dialogs; toggle +module/dialog toggle dialogs;using program code to show (example) examples; showing a dialog using program code - -Opening a Dialog With Program Code +mw changed "modules and dialogs;"Opening a Dialog With Program Code In the %PRODUCTNAME BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window. Enter the following code for a subroutine called Dialog1Show. In this example, the name of the dialog that you created is "Dialog1":