forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
[quote title=sergeynikitin wrote on Fri, 15 July 2011 11:05]
forlano wrote on Wed, 13 July 2011 22:00
Maybe make template like this?
Lookup<table,key,keyfield,field_to_display>
It would be very usefull. Unfortunatly template are off topic for me
With PHP+MySql in an easy web application I used a special library that take care of an entire table and performs the lookup of the indicated column and CRUD operation. This simplifies a lot the work and let you create a front end for the final user in a matter of minutes.
When I wanted to replicate it with Upp that already performs the CRUD operation with SqlArray I believed to find out of box the lookup column.