compare field of table with field in view

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
guido
User
Posts: 52

compare field of table with field in view

Post by guido »

Current situation: Table Formed and view vwvgtoza. Now I would like to compare field CLUB of this view with field PLT of table Formwed.
$ this-> CLUB -> ???
ViewValue ??
$ vwvgtoza-> ??
table Formwed $ this-> PLT-> CurrentValue
I very appreciate your help


arbei
User
Posts: 9401

Post by arbei »

It depends on where you want to compare them. You may always use ExecuteScalar("SELECT .. FROM ... WHERE ...") to get the value from the table/view to compare with the current value.


Post Reply