seleccionar neotable id de la base de datos donde la encuentro - Forum

Forum Navigation
You need to log in to create posts and topics.

seleccionar neotable id de la base de datos donde la encuentro

hola tengo una neotable con esta configuracion

CreateEmptyObject [encargo]
SetVar [encargo] [resp]
ArrayLen [encargo] [totalrow]
ConsoleLog "Total records: [totalrow]"

neoTableResetColumns "dataContainer5"
neoTableSetColumn "dataContainer5" 1 "NEncargo" "Nº encargo" "30px" true false true ""
neoTableSetColumn "dataContainer5" 2 "FechaEncargo" "Fecha" "60px" true false true ""
neoTableSetColumn "dataContainer5" 3 "pvp" "Pvp" "60px" true false true ""
neoTableSetColumn "dataContainer5" 4 "Dto" "Descuento" "40px" true false true ""
neoTableSetColumn "dataContainer5" 5 "PvpF" "Total" "40px" true false true ""
neoTableInitTable "dataContainer5" "es-ES" 0 "Table" false false false false false "inittableencargo"
neoTableLoadData "dataContainer5" [encargo]

entonces cuando hago click sobre una row , como hago para que esa id= NEncargo me aparezca en una variable o en que variable esta almacenada

 

gracias

Hi juancarlos,

See the attach file it may help you.

Uploaded files:
  • You need to login to have access to uploads.
luishp, fkapnist and javadrajabihakami have reacted to this post.
luishpfkapnistjavadrajabihakami

ok muchas gracias , me va perfecto