Hello PicolLisp gurus,
stumped at this stage of learning,

(class +Info +Entity)
(rel name (+Ref +Need +String))
(rel mobile (+Number))

(gui 'search '(+Obj +TextField) '(name +Info) 20)
(gui 'result '(+NumField) 20)
(gui '(+JS +Button) "Search"
         '(set> (: home result)
             (??????????? ??????????) ) )


how to display the mobile number in the  (gui 'result ....) by obtaining
the name from above?

(? (db name +Info @A) (val "SomeName" @A name) (show @A))

right or wrong approach?


Regards,
Sundar.

Reply via email to