PROCESS 4D TAGS experts!

I was working on an image viewer involving a local html file and using 
PROCESS 4D TAGS to substitute a URL with the source image from a remote 
system. I was working on a local copy of our application (4D v15.4, Mac OS 
10.11.6) to develop the viewer before moving the code into our development 
server (4D Server v15.4). I found that PROCESS 4D TAGS was not substituting 
the process variables for the tags in the template.


I wrote a small test to see that PROCESS 4D TAGS was working as expected.


C_TEXT($tText;$tFinal)

C_TEXT(tVar)

tVar:="You messed up!"

$tText:="<!--#4DTEXT tVar-->"

PROCESS 4D TAGS($tText;$tFinal)   -->$tFinal should now be "You messed 
up!"


This failed in my local copy.


I created a new fresh database and inserted this code. Works.

I connected to the development server, created a new test method, inserted 
the code. Works.


I started the local copy of our application, created a new test method, 
inserted the code. NO WORKIE.

I ran the local copy through MSC and verified the structure. NO WORKIE.


Puzzling. Any ideas or conflicts I should be looking for? Cached or corrupt 
files that should be cleared?


If you've got a quick reply. Please cc me in your posting as I am a digest 
subscriber. Thanks.


----------------------------------------------------------------------------
------------------------

Edgar Hammond                                     
[email protected]

Quest Information Systems

----------------------------------------------------------------------------
------------------------

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to