Re: table/field token

2018-09-07 Thread Keisuke Miyako via 4D_Tech
sure, and the formula we type in the property list evaluates the string “on 
data change”, so if you type a method name that does not exist, it is assumed 
to be a process variable, and creating or renaming said method does not link 
the two. you need to retype the formula expression.



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: table/field token

2018-09-07 Thread Arnaud de Montard via 4D_Tech

> Le 7 sept. 2018 à 00:28, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> a 
> écrit :
> 
> I tested with a recent nightly build (17.226877)
> 
> I have [Table_1] but as I type [xx:1] and hit enter, it tokenises as [Table_1]
> same with [:1]


Hi Miyako, 
many thanks for testing  :-)
I didn't mention I tested also:
v16r2 -> OK
v17.0 -> ko
so from your test I suppose it began between v16r2 and v16r6, and was corrected 
after v17.0. 


> so even though the main place I'd expect tokens to work
> is in the context of 4D tags and formula of form objects,
> it seems to work in the code editor too.


In fact I've seen that in selection listbox formulas columns after converting 
in v16r6, 1st line was displaying "wrong expression" (or something like that) 
and the following an empty string. So I typed these tokens in editor and saw 
they were not recognised. I may be wrong but I suppose formulas and editor rely 
on common stuff… 

-- 
Arnaud de Montard 





**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4Dv15 applications as a Service in Windows Server 2012

2018-09-07 Thread Paul Dennis via 4D_Tech
I have v15 running as service on remote Virtual machine and I can connect
with 4D remote without problem. In the service properties under the general
tab what do you have as the path to the executable. For example mine is.

C:\Program Files (x86)\4D\4D v15.4\4D Server\4D Server.exe -s
"C:\Compare_Server\Compare\Compare\Compare.4DC"

My guess is that when you run the application as a service it is unable to
find the compiled application to launch so although for the server runs it
doesn't know which application to open.
Paul




--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**