In this sample when I right click for the copy/paste menu I get it
- in german (one line get)
- in english (multiline get)
why? how can I cange to german?
Thanks,
Dietmar
#include "Fivewin.ch"
FUNCTION MAIN()
DEFINE DIALOG copyDlg FROM 10, 20 TO 35, 90 TITLE "RIDA-Indexdokument kopierbar"
copyText = "Memo "
@0.5, 0.5 GET copyText of copyDlg;
@2, 2 GET copyText of copyDlg;
MEMO;
SIZE 100, 100;
READONLY;
@ 9.5, 20 BUTTON "&Beenden" OF copyDlg SIZE 40, 12;
ACTION ( copyDlg:End(), lOk := .t. ) DEFAULT
ACTIVATE DIALOG copyDlg CENTERED
RETURN NIL