Search results

  1. G

    update field in sdo with sdv connected to another sdo

    hi, i have a smart window with 2 sdo (header data & detail data), 2 sdb and 2 sdv. my header data is connected through a sdoH, sdbH and sdvH, and updatable, while my detail data is connected through a sdoD, sdbD and sdvD and also updatable. in my header data (sdoH), there's a field named...
  2. G

    Change SDO in SDB within a smart window

    Hi all, another newbie question from me about smart data object :) is there any way to change the path of sdo used in created sdb? when i created a sdb, i was using sdo in folder A, now i have moved my sdo to folder B and recompiled it.. can i change my sdb data source with sdo in folder...
  3. G

    [Ask] help on query-prepare

    hi there, i'm a newbie in progress, and now a little confused about my query here : def temp-table ttmSite like mSite. DEF VAR vchsitelist AS CHAR NO-UNDO. def var vchQueryStr as char no-undo. def dataset dsTable for {&DataTable}. def query qDataSet for {&DataTable}. def query...
  4. G

    how to put special char without skipping into new line

    hi all, i'm currently making a text report using progress open edge 10.1.c, but i have problem on putting special character using CHR(n) on my reports. for examples : FORM HEADER FILL(CHR(179),1) FORMAT 'x(1)' AT 1 "This Is Example" AT 2 SKIP WITH FRAME framex WIDTH 100 PAGE-TOP NO-BOX...
  5. G

    Communication between smart objects

    Hi there, this is my first step in developing smart object applications. i want to ask how to communicate between smart objects? assume that i have a smart window, that contain a smart data browser and a smart data viewer which was linked by a smart data object. the smart data viewer...
Top