search for: copytoarray

Displaying 1 result from an estimated 1 matches for "copytoarray".

Did you mean: copy_array
2006 Nov 29
6
How do I create an array to represent an empty record?
...ments table until I''m ready to post the completed record. In the desktop software, this would be done by creating an array based on the payment record''s column names, using that to gather and validate the data, then copying the array values into a new record. A single command can copytoarray or copyfromarray a record. I tried modelling this on the Cart example in Agile Web Development with Rails (which stores virtual lineitem records in the shopping cart). I was able to put a single empty record into @pmttrans, but couldn''t figure out how to address a field in that record in...