UF UDT HANDLER and REPORT SQL

MARC

HI

I use an UF  UDT HANDLER  to manage a user table

In a field of UDT HANDER result

in the field Partner code i use b1 control  to start a UF SQL Report

but i select a line in the window the data not be copied in my windows

have an Idea

 

 

 

Comments

3 comments

  • Comment author
    Alessandro Lopez Santinelli

    Hi Marc, you can try in your UF-182 - Meta data field .focused at the end, by example: $[$BOY_G1.LP_CardCode.0.FOCUSED]

    In my case works.

    .Focused

     

    Result, transfer back to the "focused" field.

    I hope it's what you are looking for.

    Regards

    Alessandro.

     

    0
  • Comment author
    MARC

    Hi Alessandro

    In my case, I tried your solution but doesn't work. I change FOCUSED by  SELECTED and so on but the result it's the same

    Sorry

    Regards

    Marc

     

    0
  • Comment author
    Geoff Booth

    It is not possible to use the choose back functionality in a SQL Report to add values to a UDT. See the article here: Passing selected value back with Select target data in the grid in a UDT handler/ SQL report – Boyum Helpcenter (boyum-it.com)

    Instead you could trigger a macro on the SQL Report row to select each value into an @STORE variable and then SET the values in the UDT after closing the report

     

    0

Please sign in to leave a comment.