OpenEdge 10.1B.
Hi,
i can change font via the following code,
PROCEDURE runPrintTest:
OUTPUT TO printer.
MESSAGE "This is a test".
OUTPUT CLOSE.
END PROCEDURE.
RUN runPrintTest.
LOAD "SOFTWARE\PSC\PROGRESS\10.1B\" BASE-KEY "HKEY_CURRENT_USER".
/* Set PrinterFont */
PUT-KEY-VALUE...
Open Edge 10.1A
i can use insert command with selection-list whiich attribute is a list-items. but i can't use insert command when i set the list-item-pairs attribute to selection-list.
my items
1,1
2,2
3,3
my insert item
4,4
i want to insert 4,4 item between 2,2 and 3,3.
Best Regards.
how can i clear editor's input-value.
i make it with this code.
EDITOR-1:SET-SELECTION ( 1 , 1000000 ).
EDITOR-1:EDIT-CUT().
i know this code is an intesting. But this code is working good. is there another way to clear editor's input-value?
Best Regards.
Hi all;
i try to focus to button manually but i coludn't make it. i want to make in window(not smart window) with coding via section editor.
Best Regards.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.