Re: Defining variables in R5

2017-11-24 Thread John Baughman via 4D_Tech
With regard to the issue I mentioned about defining object fields, I just did another field and it worked fine. Must have been something else going on with the empty data file. John > On Nov 24, 2017, at 8:39 PM, John Baughman wrote: > > Yesterday I found myself in need o dynamic Help Tips in

Defining variables in R5

2017-11-24 Thread John Baughman via 4D_Tech
Yesterday I found myself in need o dynamic Help Tips in list box cell cells, so I downloaded and started working with v16R5 beta. The first thing that happened is I started getting undefined errors. I think that unlike forever in 4D, variables not defined either explicitly or implicitly, must be

Re: Subform initialize logic

2017-11-24 Thread Kirk Brooks via 4D_Tech
Piotr, On Fri, Nov 24, 2017 at 2:59 AM, Piotr Chabot Stadhouders via 4D_Tech < 4d_tech@lists.4d.com> wrote: > As an example I have the following scenario: > An employee form with a lot of fields and a checkbox “manager” on page 1 > Other fields on page 2 > The items of some “dropdown lists” (cust

RE: Subform initialize logic

2017-11-24 Thread Piotr Chabot Stadhouders via 4D_Tech
Kirk, As an example I have the following scenario: An employee form with a lot of fields and a checkbox “manager” on page 1 Other fields on page 2 The items of some “dropdown lists” (custom widget) on page 2 depend on the manager status (checkbox) on page 1 So when going through the records with

Re: HTTP Request PATCH

2017-11-24 Thread Douglas Cryer via 4D_Tech
Koen, Re: > There is no PATCH constant defined in 4D, but you can use “PATCH” as string > for http method as the first parameter: > HTTP Request(“PATCH”;$url;…) Many thanks. I had that thought in the waking hours and was going to try it. I had not spotted it was a string constant. The call