soriano Posted January 9, 2001 Posted January 9, 2001 I'm try to paste in the last empty repeating field, I want cut from a field and paste in the last repeating field, but I want a script how can I do it?? My field have a 30 repeating fields, and I cut from a 1 field. Please help me, it's very urgent!!!!
Vaughan Posted January 9, 2001 Posted January 9, 2001 Without flogging a dead horse, repeating fields are not a good design element. As you have discovered, they are very difficult to work with. Instead take advantage of FMP's relational capabilities and use a portal to create and display the "rows" -- each of which is actually a related record but they can be designed to appear and work in a similar way to repeating fields. Only much, much better.
soriano Posted January 9, 2001 Author Posted January 9, 2001 How can I do that? 'cause my DB it's to registry payments, but the capture it's in a Layout Capture with 3 fields (date, pay, howpay), when the user clic in a buton send this informat
Chuck Posted January 9, 2001 Posted January 9, 2001 If you really need to use the repeating fields, check out http://www/databasepros.com and search for repeating. You'll find some techniques for navigating to a specified repetition in a repeating field. It involves using a layout that has the repeating field on it in a specific tab order, and then using Go to Next Field and a counter to get to the repetition you need. Chuck
signal Posted January 17, 2001 Posted January 17, 2001 Agree about the Chuck's repeating fields opinion but look into these functions: Extend GetRepetition Last Status (CurrentRepetitionNumber) They might help
signal Posted January 17, 2001 Posted January 17, 2001 Agree about the Chuck's repeating fields opinion but look into these functions: Extend GetRepetition Last Status (CurrentRepetitionNumber) They might help
Recommended Posts
This topic is 8716 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now