Hi all!
I'm creating a combo-box with the names of the tables from a DB. I have a problem with the array that I add to the combo-box.
i = 1.
DEFINE VARIABLE arrayvar0 AS System.Object EXTENT NO-UNDO.
FOR EACH _file WHERE _file._Hidden = FALSE NO-LOCK:
arrayvar0[i]...
Hi all!
I want to construct a combo-box in which each row is the name from each table in a database but filling the combo-box dinamically, how can I do that?
I'm using OpenEdge 10.2B Architect.
Thx!
Hi all!
I am developing a custorm Designer Form for reports with DevExpress XReport and I would like to give it a binding source with two tables but I have take a look to it and I only find ways to append only one table to a binding source.
The question is if it exits any way for appending...
Hi everybody!
I want to define a temp-table like another table which name is contained in a character variable. I have to try to do
DEFINE PRIVATE VARIABLE tabla AS CHARACTER NO-UNDO INIT "fa_cabfac".
DEFINE PRIVATE VARIABLE tt_tabla LIKE-SEQUENTIAL tabla.
but it does not work...
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.