Search results

  1. mikelcid

    Creating a combo-box without Extent

    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]...
  2. mikelcid

    Getting table names

    Simple but effective, thanks!
  3. mikelcid

    Getting table names

    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!
  4. mikelcid

    Appending two tables to a Binding Source

    Anybody can tell me something about this?
  5. mikelcid

    Appending two tables to a Binding Source

    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...
  6. mikelcid

    Define a Temp-Table with a variable containing table name

    I am working with 10.2B.
  7. mikelcid

    Define a Temp-Table with a variable containing table name

    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...
Back
Top