Difference between @Store1='ABC'; and @Store1=$[LLRESULT.STRING]; ?? Respondida

vimal solanki

Here i am facing issue in line loop i get string value in my final result as [A],[B] right,now when i use message box to print "$[LLRESULT.STRING];" it gives me perfect value in message box but now i am trying to copy this result in mah textbox using @store1 variable and i got error like,

 

" Macro error in UF-040: SBO.DbDataSourceException: Error working with 'LLRESULT' as dbdatasource (Remember that userdefined tables must be referenced with its '@')
at SBO.UI.FormItemCollections.DbDatasourceCollection.get_Item(String tableName) in C:\ " 

 

Can you please tell me what actually happen over here and why..?

Comentarios

1 comentario

  • Comment author
    Naama Aharoni
    • Comentario oficial

    Hi Vimal,

    I guess you are using a transfer command in a macro UF to copy the value of the line loop result to a Store.

    You can try using:

    Transfer(SQL: SELECT $[LLRESULT.STRING]|@STORE1);

    Thanks, Naama

Iniciar sesión para dejar un comentario.