jessFile Posted March 7, 2011 Posted March 7, 2011 Hello Friends! I would like to create dinamic fields in a table, for example, when a user click a button. How can i do this? and can i create a Table too?
bcooney Posted March 7, 2011 Posted March 7, 2011 You cannot create fields or tables programmatically in FileMaker, afaik. Perhaps you can give us more information and we'll point you in the right direction.
andries Posted March 7, 2011 Posted March 7, 2011 with an SQL plugin like doSQL or ScriptMaster Advanced, you can access the internal SQL of FileMaker, and you could create fields and tables... but it is not officialy supported by filemaker afaik. Also, I think it is bad design if you give your users the ability to create fields or tables. As a developer your solution should be structured in such way that it is not necessary to create new fields to use your solution. But as bCooney says, it would be helpful if you could elaborate on your specific need.
Lee Smith Posted March 7, 2011 Posted March 7, 2011 Hello Friends! I would like to create dinamic fields in a table, for example, when a user click a button. How can i do this? and can i create a Table too? It sounds like the tail is wagging the dog. Why on earth would you want the user to create a TO, fields, scripts, reports, etc.? Lee
Recommended Posts
This topic is 5010 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