4D Integration with FormStack or similar commercial forms tool API?

2019-12-05 Thread Bob Miller via 4D_Tech
Has anyone done a project with FormStack, which is a forms-creation tool? My understanding is that FormStack allows you to create a form and drop it into a frame on a website. When the customer fills out the form, FormStack can send the content to anywhere using its API's. I'm interested in:

ORDA RELATE MANY SELECTION

2019-12-05 Thread kculotta via 4D_Tech
Hello, RELATE MANY SELECTION is a convenient way to get a set of related many records. Is there a more succinct or efficient ORDA method than the following to do the same thing? // get Contracts for a group of Clients ARRAY TEXT($array;0) C_COLLECTION($col) $clients:=ds.Client.query("Name = :

RE: ORDA RELATE MANY SELECTION

2019-12-05 Thread Dennis, Neil via 4D_Tech
> RELATE MANY SELECTION is a convenient way to get a set of related many > records. > Is there a more succinct or efficient ORDA method than the following to do > the same thing? Just dot follow the relation name $clients:=ds.Client.query() $relatedmany:=$clients.ManyRelationLinkName This

Re: How to Modify a column using SQL

2019-12-05 Thread Jim Labos - infobase via 4D_Tech
Thanks for the info John. I'm not planning on going to v18 until it is mature. I'm a little superstitious for even numbered versions! Cheers - Jim Labos - infobase -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html *