Recent content by girlene

  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

    thanks for replies.. i have finally remove my sdb and changed it to a dynamic sdb just like u said. and it all working well now. hopefully i don't have to do much effort if there's such things like this happen in the future. thanks a lot for your help, this is a new experience for my...
  3. G

    Change SDO in SDB within a smart window

    thx for reply.. yes, i've already try to edit it manually through procedure editor, but don't know why when i re-open it in application builder, it back to the previous path.. this is not always happened.. there are about 4 to 10 files didn't changed, but the others were succeed to changed...
  4. 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...
  5. G

    [Ask] help on query-prepare

    forgive me for my foolishness. i've already found the cause and it's very simple. i've fixed my query here : vchQueryStr = "FOR EACH mSite NO-LOCK WHERE CAN-DO('" + vchsitelist + "',mSite.chKdSite)". query qTable:query-prepare( vchQueryStr ). i...
  6. 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...
  7. G

    how to put special char without skipping into new line

    Thanks all for the replies.. sphipp, i have tried your method, and it worked properly, thank u :up: Lynn
  8. 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...
  9. G

    Communication between smart objects

    Re: Communication between smart objects - solved thanks all for helping.. before, i was not understand about the uses of handles. now, i can see it clearly and this problem is solved. i've made a procedure in smart viewer which was called in smart browser using handles, and it work...
  10. 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