Recent content by longuard

  1. L

    can find in a query

    i not sure if that could help but dsg_mark_ml.ml-mark containt the name of a second mark its a circular relation.
  2. L

    can find in a query

    i have to use that code in couple of way with a proxy and in a BROWSE for the prodataset of the proxy, its take 1000 miliseconds to remove the record i did'nt want. I want to find a way its could be more faster and in for the browse a need to change at less code as possible.
  3. L

    can find in a query

    i have to use a query and in a query a cannot use the next or a can-find do you have a idea of how to do.
  4. L

    can find in a query

    i know this is not the best to do but i need code to do the samething of [code] for each dsg_mark no-lock where dsg_mark.entity-code = "X": find dsg_mark_ml no-lock where dsg_mark_ml.entity-code = dsg_mark.entity-code and dsg_mark_ml.quote-no = dsg_mark.quote-no...
  5. L

    can find in a query

    hi i want to do sometihing like that in a query FOR EACH dsg_Mark WHERE dsg_mark.entity-code = "X" AND NOT CAN-FIND( dsg_mark_ml WHERE dsg_mark_ml.entity-code = dsg_mark.entity-code AND dsg_mark_ml.quote-no =...
  6. L

    Problem with left outer-join

    what is done with a rigth outer join that exist in progress ???
Top