openedge 9.x and 10.x supports xml but 8.x not support it. you can make it with put stream. if you can solve xml documents structure you can make like following.
for each mytable:
put stream data "<row field1=" field1 "</row>".
end.
we can make it via following code.
{windows.i}
FUNCTION DisableWindowClose RETURNS LOGICAL
( /* parameter-definitions */ ) :
/*---------------------------------------
Purpose:
Notes:
-----------------------------------------*/
DEFINE VARIABLE hSysMenu AS INTEGER NO-UNDO.
DEFINE VARIABLE hParent...
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.
hi;
field properties
for example
char X(15)
integer
logical....etc.
_File table include only field names but i want to take field properties like my example. i think i explain my problem about this topic.
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.