Re: 4D Write PRO how to ...

2017-08-21 Thread Justin Carr via 4D_Tech
On 21 Aug 2017, at 9:55 pm, Two Way Communications via 4D_Tech 
<4d_tech@lists.4d.com> wrote:
> 
> Using the old 4D Write, I loop through all the frames (frames 1-> 7), using 
> ‘WR SET FRAME’ . Then I resolve the expressions.
> This way, all the references in the headers, text frames and footers are 
> resolved before printing.
> 
> I have opened an 4D Write document in 4D Write PRO, and everything is there, 
> including headers and footers.
> 
> However, I can’t find out how to select the headers and footers, so, when I 
> use the command ST FREEZE EXPRESSIONS, and pass the 4D Write PRO area as 
> object, only the references in the text part are resolved. The header keeps 
> showing the references.
> 
> How do I select the header frame in 4D Write PRO?

Hi Rudy

Unfortunately I don't think that is possible yet with 4D Write Pro. It's one of 
the remaining things stopping us from being able to use it.

Regards
Justin
**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Alan Chan via 4D_Tech
Yes, this is highly recommended. "All Variables are typed" is one of greatest 
debug tool in 4D.

Alan Chan

4D iNug Technical <4d_tech@lists.4d.com> writes:
>I would also recommend changing the settings from
>   Generate Typing
>to
>   All Variables are typed


**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Server v11 License

2017-08-21 Thread Ronnie Teo via 4D_Tech
Hi, thanks for your replies.
The reason why the customer needs v11 server is this  These are new
users from a not so resource-rich hospital.  They were given a small v11
app to use for free but do not have the resource to have the app upgraded.
They want to be legit, hence the intention to purchase a v11 license with 2
users
**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Creating a document error -61 OS X

2017-08-21 Thread Chip Scheide via 4D_Tech
no that is not the exact path -
O 'translated' to human readable/ typable form  :)
the path returned is valid it appears to be a permissions issue
I just don't understand why...

Hence the ask abbot what/how permission 4D uses when trying to create/write a 
file


> Hi Chip,
> 
> Are you sure that is the exact path GET 4D FOLDER returns?
> The tilde is the posix (uses slashes) equivalent of your home folder, 
> but this does not make sense in a HFS path (uses colons as folder 
> separator). AFIK the 4D commands use HFS paths, not their posix 
> counterpart.
> One exception for Database folder Unix syntax.
> 
> But even for the unix syntax, 4D does not use the ~, but something 
> like /Users/{yourhomefoldername}/Library/Application Support/4D/
> Even the Convert path system to POSIX command is using the full path.
> 
> Temporary folder also uses the HFS path notation.
> The 4D document handling commands (Create document, Append document) 
> on Mac use HFS notation
> 
> You should check your pathname. 
> ~:library:application support:4D: is not correct and will not work.
> {yourdiskname}:Users:{yourhomefoldername}:Library:Application 
> Support:4D: should work.
> 
> HTH
> Koen
> 
>> Op 16 aug. 2017, om 20:12 heeft Chip Scheide via 4D_Tech 
>> <4d_tech@lists.4d.com> het volgende geschreven:
>> 
>> I am trying to create a document, on disk, in:
>> ~:library:application support:4D:
>> (this is the path returned from GET 4D FOLDER)
>> 
>> I tested, and changing from GET 4D Folder, to Temporary Folder 
>> for the base path, the file will be written without an issue.
>> 
>> It is probably permissions, BUT *I* can read/write/delete there.
>> Anyone know what permission level/user permissions the 4D 
>> application uses to write a file?
>> 
>> This is 4D v13, single user.
> 
> 
> 
> 
> Compass bvba
> Koen Van Hooreweghe
> Kloosterstraat 65
> 9910 Knesselare
> Belgium
> tel +32 495 511.653
> 
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **

Hell is other people 
 Jean-Paul Sartre
**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Save As using memorized path and suggested file name

2017-08-21 Thread Douglas von Roeder via 4D_Tech
Steve:

If you're on Windows, have you looked into Win32 API? On the Mac
ABM_MacExtra might do the trick for you, depending on which version of 4D.
Check the web site - https://www.schmidt-system.de.

--
Douglas von Roeder
949-336-2902

On Sat, Aug 19, 2017 at 6:00 PM, Steve Slanec via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Does anybody know if there is a way to present a Save As dialog using a
> memorized path and stuffing the Save As field with a suggested file name?
>
> It seems to me the Select document command lets you do one or the other,
> but not both.  If I could retrieve a memorized path somehow, I could use
> Create document, but I don’t know how to get a memorized path.
>
> Thanks for any ideas
>
> - Steve
>
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **
**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Client/Remote as Web Server - One more item

2017-08-21 Thread Two Way Communications via 4D_Tech
Hi Randy,

Would either of these commands help?

Get 4D folder(HTML Root folder)
Get 4D folder(database folder)
Get 4D folder(4D client folder)


Regards,

Rudy Mortier
Two Way Communications bvba  -



> On 21 Aug 2017, at 19:51, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> So all is working great with Client as Web Server... on my system.
> I just needed to copy the "Web/HTML" folder to the wonderfully obscure 
> location:
> 
> C:\Users\\AppData\Local\\
> 
> Easy Schmezey! Right?
> 
> What a PITB.
> 
> We have several customers that want to have Client as the web server.
> 
> So when having our customers install this, I'd like to come up with a way 
> that installs the "web/html" folder (and SSL cert files) into this location 
> when 4D client synchronizes from the server.
> 
> I suppose I could put these files/folders into the Client folder, and then on 
> startup of the client, copy into the above User/AppData Folder
> 
> But, what if I make changes in the "Web/HTML" folder (e.g. HTML files), then 
> customer would have to get a new copy of client with the updated Web Folder.
> 
> Hmmm.
> 
> Need to get the Web/HTML folder from the server, as that is the one that gets 
> updated regularly.
> 
> All input graciously welcome!
> 
> Randy Engle, Director
> XC2 Software LLC – XC2LIVE!
> 
> 
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Client/Remote as Web Server - One more item

2017-08-21 Thread Lee Hinde via 4D_Tech
Does  WEB SET ROOT FOLDER 
 help 
with the folder location?

And, could you put the web folder inside the resources folder, which is kept 
current 

 (as I understand it) and then move it to your desired location on startup?


> On Aug 21, 2017, at 10:51 AM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> So all is working great with Client as Web Server... on my system.
> I just needed to copy the "Web/HTML" folder to the wonderfully obscure 
> location:
> 
> C:\Users\\AppData\Local\\
> 
> Easy Schmezey! Right?
> 
> What a PITB.
> 
> We have several customers that want to have Client as the web server.
> 
> So when having our customers install this, I'd like to come up with a way 
> that installs the "web/html" folder (and SSL cert files) into this location 
> when 4D client synchronizes from the server.
> 
> I suppose I could put these files/folders into the Client folder, and then on 
> startup of the client, copy into the above User/AppData Folder
> 
> But, what if I make changes in the "Web/HTML" folder (e.g. HTML files), then 
> customer would have to get a new copy of client with the updated Web Folder.
> 
> Hmmm.
> 
> Need to get the Web/HTML folder from the server, as that is the one that gets 
> updated regularly.
> 
> All input graciously welcome!
> 
> Randy Engle, Director
> XC2 Software LLC – XC2LIVE!
> 

**
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:4d_tech-unsubscr...@lists.4d.com
**

RE: 4D Client/Remote as Web Server - One more item

2017-08-21 Thread Randy Engle via 4D_Tech
So all is working great with Client as Web Server... on my system.
I just needed to copy the "Web/HTML" folder to the wonderfully obscure location:

C:\Users\\AppData\Local\\

Easy Schmezey! Right?

What a PITB.

We have several customers that want to have Client as the web server.

So when having our customers install this, I'd like to come up with a way that 
installs the "web/html" folder (and SSL cert files) into this location when 4D 
client synchronizes from the server.

I suppose I could put these files/folders into the Client folder, and then on 
startup of the client, copy into the above User/AppData Folder

But, what if I make changes in the "Web/HTML" folder (e.g. HTML files), then 
customer would have to get a new copy of client with the updated Web Folder.

Hmmm.

Need to get the Web/HTML folder from the server, as that is the one that gets 
updated regularly.

All input graciously welcome!

Randy Engle, Director
XC2 Software LLC – XC2LIVE!


**
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:4d_tech-unsubscr...@lists.4d.com
**

RE: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Randy Engle via 4D_Tech
Hi Randy,

Yes, from here on, I've changed the "typing" to "All Variables are typed"

Thanks!

Randy Engle, Director
XC2 Software LLC – XC2LIVE!


-Original Message-
From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Randy Jaynes 
via 4D_Tech
Sent: Monday, August 21, 2017 8:49 AM
To: 4D iNug Technical <4d_tech@lists.4d.com>
Cc: Randy Jaynes 
Subject: Re: Unable to Compile - Crash - looking for ideas - SOLVED

Randy,

I would also recommend changing the settings from
Generate Typing
to
All Variables are typed

This gives you control over the typing of your variables, and the line you 
point out would have kicked out a compiler error about the unknown ‘variable1’ 
in your line of code.

Randy

--
Randy Jaynes
Senior Programmer and Customer Support

http://printpoint.com  • 845.687.3741 • PrintPoint, Inc 
• 57 Ludlow Lane • Palisades, NY 10964 





> On Aug 21, 2017, at 11:42 AM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com 
> > wrote:
> 
> Hi Jody,
> 
> I went through all of my methods that I'd changed in the last 3 days 
> (fortunately, I commented changes with a datestamp!)
> 
> About 100 methods.
> Looked at each line of code
> 
> FINALLY found the culprit
> 
> Method_Something(->variable1;"something else")
> 
> Where in the above line, the "1" at the end of the variable was a mistake.
> 
> So this faux variable was not typed at all.
> 
> Syntax Check, Generate Typing, Compiler didn't trap the error.
> 4D just quit.


**
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:4d_tech-unsubscr...@lists.4d.com
**

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Server v11 License

2017-08-21 Thread Charles Miller via 4D_Tech
It does not, but once again I would hope 4D would chime in here.

Regards

Chuck

 Chuck Miller Voice: (617) 739-0306
 Informed Solutions, Inc. Fax: (617) 232-1064   
mailto:miller.cjaygmail.com 
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D and Sybase connectivity
  http://www.informed-solutions.com  



> On Aug 21, 2017, at 11:51 AM, Two Way Communications via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> I do have 4D server v11 licenses, but I am not sure if it complies with 4D 
> license policy to sell them.
> 
> Is upgrading to v15 an option?

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Server v11 License

2017-08-21 Thread Two Way Communications via 4D_Tech
I do have 4D server v11 licenses, but I am not sure if it complies with 4D 
license policy to sell them.

Is upgrading to v15 an option?


Regards,

Rudy Mortier
Two Way Communications bvba  -



> On 21 Aug 2017, at 04:48, Ronnie Teo via 4D_Tech <4d_tech@lists.4d.com> wrote:
> 
> Hi,
> 
> For a variety of reasons, I have a user who is looking for a 4D Server v11 
> license.
> Does anyone have a spare copy to sell?
> 
> Regards,
> Ronnie
> Tarawerkz
> 
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Randy Jaynes via 4D_Tech
Randy,

I would also recommend changing the settings from
Generate Typing
to
All Variables are typed

This gives you control over the typing of your variables, and the line you 
point out would have kicked out a compiler error about the unknown ‘variable1’ 
in your line of code.

Randy

--
Randy Jaynes
Senior Programmer and Customer Support

http://printpoint.com  • 845.687.3741 • PrintPoint, Inc 
• 57 Ludlow Lane • Palisades, NY 10964 





> On Aug 21, 2017, at 11:42 AM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com 
> > wrote:
> 
> Hi Jody,
> 
> I went through all of my methods that I'd changed in the last 3 days 
> (fortunately, I commented changes with a datestamp!)
> 
> About 100 methods.
> Looked at each line of code 
> 
> FINALLY found the culprit
> 
> Method_Something(->variable1;"something else")
> 
> Where in the above line, the "1" at the end of the variable was a mistake.
> 
> So this faux variable was not typed at all.
> 
> Syntax Check, Generate Typing, Compiler didn't trap the error.
> 4D just quit.


**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Two Way Communications via 4D_Tech
Hi Randy,

Hope all is well with you.

It seems strange to me that 4D didn’t report this when compiling… I would 
expect something like ‘variable not found’ or ‘pointer to unknown variable’…

What version of 4D do you use?

Regards,

Rudy Mortier
Two Way Communications bvba  -



> On 21 Aug 2017, at 17:42, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> Hi Jody,
> 
> I went through all of my methods that I'd changed in the last 3 days 
> (fortunately, I commented changes with a datestamp!)
> 
> About 100 methods.
> Looked at each line of code 
> 
> FINALLY found the culprit
> 
> Method_Something(->variable1;"something else")
> 
> Where in the above line, the "1" at the end of the variable was a mistake.
> 
> So this faux variable was not typed at all.
> 
> Syntax Check, Generate Typing, Compiler didn't trap the error.
> 4D just quit.
> 
> Took me about 3 hours of sleuthing...
> 
> Compile often!!!  
> 
> Randy Engle, Director
> XC2 Software LLC – XC2LIVE!
> 
> 
> -Original Message-
> From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jody Bevan 
> via 4D_Tech
> Sent: Monday, August 21, 2017 6:06 AM
> To: 4D iNug Technical <4d_tech@lists.4d.com>
> Cc: Jody Bevan 
> Subject: Re: Unable to Compile - Crash - looking for ideas
> 
> Randy:
> 
> Keep us posted. That is a scary one.
> 
> 
> Jody Bevan
> ARGUS Productions Inc.
> Developer
> 
> Argus Productions Inc. 
> 
> 
> 
> 
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **
> 
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **

**
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:4d_tech-unsubscr...@lists.4d.com
**

RE: Unable to Compile - Crash - looking for ideas - SOLVED

2017-08-21 Thread Randy Engle via 4D_Tech
Hi Jody,

I went through all of my methods that I'd changed in the last 3 days 
(fortunately, I commented changes with a datestamp!)

About 100 methods.
Looked at each line of code 

FINALLY found the culprit

Method_Something(->variable1;"something else")

Where in the above line, the "1" at the end of the variable was a mistake.

So this faux variable was not typed at all.

Syntax Check, Generate Typing, Compiler didn't trap the error.
4D just quit.

Took me about 3 hours of sleuthing...

Compile often!!!  

Randy Engle, Director
XC2 Software LLC – XC2LIVE!


-Original Message-
From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jody Bevan via 
4D_Tech
Sent: Monday, August 21, 2017 6:06 AM
To: 4D iNug Technical <4d_tech@lists.4d.com>
Cc: Jody Bevan 
Subject: Re: Unable to Compile - Crash - looking for ideas

Randy:

Keep us posted. That is a scary one.


Jody Bevan
ARGUS Productions Inc.
Developer

Argus Productions Inc. 




**
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:4d_tech-unsubscr...@lists.4d.com
**

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Backup failure

2017-08-21 Thread Jody Bevan via 4D_Tech
Ferdinando:

I sent you code that will do what you are looking for I believe. Did you not 
get it?

Jody Bevan
ARGUS Productions Inc.
Developer

Argus Productions Inc. 




> On Aug 21, 2017, at 12:15 AM, stardata.info via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> I all,
> 
> I'm looking for a way to get a notification when a backup error is
> triggered. Is there a way that i can follow to make a custom code
> that advertise me when this event comes up?
> 
> Thanks
> Ferdinando

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Unable to Compile - Crash - looking for ideas

2017-08-21 Thread Jody Bevan via 4D_Tech
Randy:

Keep us posted. That is a scary one.


Jody Bevan
ARGUS Productions Inc.
Developer

Argus Productions Inc. 




**
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:4d_tech-unsubscr...@lists.4d.com
**

4D Write PRO how to ...

2017-08-21 Thread Two Way Communications via 4D_Tech
Using the old 4D Write, I loop through all the frames (frames 1-> 7), using ‘WR 
SET FRAME’ . Then I resolve the expressions.
This way, all the references in the headers, text frames and footers are 
resolved before printing.

I have opened an 4D Write document in 4D Write PRO, and everything is there, 
including headers and footers.

However, I can’t find out how to select the headers and footers, so, when I use 
the command ST FREEZE EXPRESSIONS, and pass the 4D Write PRO area as object, 
only the references in the text part are resolved. The header keeps showing the 
references.

How do I select the header frame in 4D Write PRO?


Regards,

Rudy Mortier
Two Way Communications bvba  -

**
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:4d_tech-unsubscr...@lists.4d.com
**

Re: Relative path in SVG DOM

2017-08-21 Thread Two Way Communications via 4D_Tech
Hi Ortwin,

Thanks.

The embedded image would do the trick. The problem is that the image can be 
selected by the end-user, and that image can get quite big. And then, drawing 
or refreshing the SVG will be very, very slow.

Regards,

Rudy Mortier
Two Way Communications bvba  -



> On 10 Aug 2017, at 21:20, Ortwin Zillgen via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
>> The thing is that the SVG is actually an interactive map.
>> 
>> So when I load the SVG from a blob field, then where does it go to find the 
>> file with the relative path ‘../Image.jpg’ ?
> 
> if the SVG is displayed in a webarea, save the SVG to disk in a location 
> appropriate to the relative path and use
> WA OPEN URL instead of WA SET PAGE CONTENT
> 
> otherwise you probably end up using
> SVG_New_embedded_image
> 
> 
> 
> Regards
> O r t w i n  Z i l l g e n
> -
>    
>  
> member of developer-network 
> 
> **
> 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:4d_tech-unsubscr...@lists.4d.com
> **

**
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:4d_tech-unsubscr...@lists.4d.com
**

Backup failure

2017-08-21 Thread stardata.info via 4D_Tech

I all,

I'm looking for a way to get a notification when a backup error is
triggered. Is there a way that i can follow to make a custom code
that advertise me when this event comes up?

Thanks
Ferdinando
**
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:4d_tech-unsubscr...@lists.4d.com
**