Ricardo Posted March 28, 2003 Share Posted March 28, 2003 Hi All, i have a got a field with 8 repititions. each rep has and entry of Pounds( Link to comment Share on other sites More sharing options...
Ricardo Posted March 28, 2003 Author Share Posted March 28, 2003 i've worked it out -used the extend function!!!! Link to comment Share on other sites More sharing options...
LiveOak Posted March 28, 2003 Share Posted March 28, 2003 Exactly correct. When you multiply a repeating field (vector) by a non-repeating field (scaler) you must use the extend function: VectorField2 = VectorField1 * Extend(scaler) (just expanding a little for our other readers...) -bd Link to comment Share on other sites More sharing options...
danjacoby Posted March 29, 2003 Share Posted March 29, 2003 Why Oak, I'm surprised you didn't take the opportunity to say "Don't ever use repeating fields." I certainly shall: Don't ever use repeating fields. OK, that's not exactly true, but if there's a way (and there almost always is) to use a related file, it's nearly always much better. Link to comment Share on other sites More sharing options...
LiveOak Posted March 29, 2003 Share Posted March 29, 2003 I have a confession to make. My invoice database (an old FM 2.1 relic) uses repeating fields. My excuse is that working on my own files is a non-billable activity, so the shoemaker's kids go barefoot... -bd Link to comment Share on other sites More sharing options...
danjacoby Posted March 29, 2003 Share Posted March 29, 2003 Truth be told, my invoice DB used to have repeating fields too, but I've fixed that. The only time I use repeating fields now is as a reference for conditional value lists. If I only have, say, Category and Subcategory, then the related file will have the two fields, with one record per Category, and a repeating Subcategory field. I find it easier to edit the lists that way. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7863 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