December 19, 200025 yr Newbies Hi to all, A few months ago I posted my first topic and received a helpful answer, Thanks, guys. I have a database that actually holding info. and another just as a FIND and LOOKUP, I manage to get it work pretty well though scripting. But I need to be able to do the same info from the same DB. but through Claris HomePage. I have repeated field with some basic calculation in DB that contain info-- QTY,DESCRP, COST,and TOTAL each being orginize by Job# so 1 Job# would have several records In the FIND field, I have JOB NUMBER that shows all the record that link through that Job# field on both DB, but I cannt seem to pull that off with CHP. The Portal in CHP didn''t seem to work verywell Is it possible to pull data from my FIND DB to supply CHP Thank for your feedback
December 19, 200025 yr Portals don't wotk with repeating fields -- they only work with *related* databases. The FMP 4 CDML code used for repeating fields is: [FMP-Repeating] [FMP-RepeatingItem] [/FMP-Repeating] The number of repetitions displayed in a repeating field is controlled by the layout specified in the -Lay tag. Repeating fields within portals is not supported.
Create an account or sign in to comment