I was over complicating things and I found a simple answer to my Problem. I am doing this Form on SAP with Livecyle so here is what I didIn the Form Interface I created a global variable called gv_count. Then in the Form Interface Initialization I added this code: describe table bookings LINES g...
thx for the reply, I don't seem to be able to get it to work. Just to try your suggestion with a simple form I made a copy of SAP's FP_TEST_03_TABLE and here is what I did. I defined the variable vcnt in the form properties data.Main.BookingsBody.BookingsLine.CARRID::calculate - (FormCalc, clie...
I have a Table which is being passed to my context in the ADOBE Form. I need to be able to count the # of records in this table. I don’t have to display the actual table in this case on the form, I just need the record count. And, I need to do this using JavaScript and I don’t know anything about...