Search results

  1. C

    href webspeed

    is it possible to get a value of a href linked to a cgi wrapper in progress a href='pupildetail.php?id=$student_id' alternatively a href='pupildetail.p?id=$student_id' anyone ideas??? thanks si
  2. C

    Importing Xml

    v9.1d , have found an xml manipulation library from innov8 which should help thanks for response si
  3. C

    Importing Xml

    Hi i am trying to import an xml file to a progress db, has anyone else done this before, its i believe element based xml e.g <Customer> <fisrtname>Martin<\firstname> <surname>Jones<\Surname> <\Customer> I can see basic ways of importing line by line and sorting it out that way, any...
  4. C

    transaction problem with ODBC

    I presume these are two seperate procedures , obvious answer is to wait for first procedure to finish especially if first procedure/session needs to be carried out before second session/procedure runs, if this is not the case then find first (or for each) tablename no-lock (no-error) . or : if...
  5. C

    Frame Parent Child Attributes

    The following code is my problem i get the first-child of the main window which is default frame. It then gets the children of that frame and steps through using next sibling, i grab the next frame which i assume is a child of the window and therefore a sibling of default frame but no, i get a...
  6. C

    Frame Parent Child Attributes

    Hi I have a window with two frames the first frame Is default frame and first child of the window the second frame does not appear to be a sibling or a child of the first frame although it is located within the frame, I cant seem to get the handle of this frame dynamically i.e. first-child or...
Back
Top