OPEN WEB URL(Document) - Doesn't

View: New views
5 Messages — Rating Filter:   Alert me  

OPEN WEB URL(Document) - Doesn't

by David Ringsmuth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

MacOS 10.4.11

4D 2003.8r2

 

When I create and save a document to disk, set the creator type to ""
(blank), and the document type to "html" and name the document ending in
".html", then call OPEN WEB URL(Document) using the name of the newly
created document, NOTHING HAPPENS?

 

If you have ideas about the solution, please share them.

 

TIA!!!

 

David Ringsmuth

 

 

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: OPEN WEB URL(Document) - Doesn't

by Balinder Walia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you tried unix like path for example path like this
- file:///Users/balinderwalia/Sites/index.html
?

Cheers

2008/7/1 David Ringsmuth <davidinug@...>:

> MacOS 10.4.11
>
> 4D 2003.8r2
>
>
>
> When I create and save a document to disk, set the creator type to ""
> (blank), and the document type to "html" and name the document ending in
> ".html", then call OPEN WEB URL(Document) using the name of the newly
> created document, NOTHING HAPPENS?
>
>
>
> If you have ideas about the solution, please share them.
>
>
>
> TIA!!!
>
>
>
> David Ringsmuth
>
>
>
>
>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************
>



--
------------------------
Best regards,
Server Monitor Support

http://www.rootinternet.co.uk/server_monitor

This email and any attached files are confidential and intended only for
the addressee. It may contain confidential and privileged material. Any
review, retransmission, dissemination or reliance upon it, or use of this
information by other than the intended recipient is prohibited. If you have
received this email in error please contact the sender and delete it. Thank
you.
**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: OPEN WEB URL(Document) - Doesn't

by Mike Erickson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David

What does your exact call to OPEN WEB URL look like?

It should look like:

OPEN WEB URL("file:///Users/mikee/Desktop/table.html")

Regards

Mike Erickson
Automated Solutions Group

On Jul 1, 2008, at 3:25 PM, David Ringsmuth wrote:

> MacOS 10.4.11
>
> 4D 2003.8r2
>
>
>
> When I create and save a document to disk, set the creator type to ""
> (blank), and the document type to "html" and name the document  
> ending in
> ".html", then call OPEN WEB URL(Document) using the name of the newly
> created document, NOTHING HAPPENS?
>
>
>
> If you have ideas about the solution, please share them.
>
>
>
> TIA!!!
>
>
>
> David Ringsmuth
>
>
>
>
>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************


**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

RE: OPEN WEB URL(Document) - Doesn't

by David Ringsmuth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The documentation show the options:

1. The following examples illustrate different types of strings that are
accepted as URLs by the command:

   OPEN WEB URL( "http://www.4d.com")
   OPEN WEB URL( "file://C:/Users/Lauren/Documents/pending.htm")
->>OPEN WEB URL( "C:\Users\Lauren\Documents\pending.htm")
   OPEN WEB URL( "mailto:john_martin@...")

I chose the one that would work with the "Document" system variable.

I will try converting it to the "file:///..." format....

Thanks,
David

-----Original Message-----
From: 4d_tech-bounces@... [mailto:4d_tech-bounces@...] On
Behalf Of Mike Erickson
Sent: Tuesday, July 01, 2008 5:29 PM
To: 4D iNug Tech
Subject: Re: OPEN WEB URL(Document) - Doesn't

David

What does your exact call to OPEN WEB URL look like?

It should look like:

OPEN WEB URL("file:///Users/mikee/Desktop/table.html")

Regards

Mike Erickson
Automated Solutions Group

On Jul 1, 2008, at 3:25 PM, David Ringsmuth wrote:

> MacOS 10.4.11
>
> 4D 2003.8r2
>
>
>
> When I create and save a document to disk, set the creator type to ""
> (blank), and the document type to "html" and name the document  
> ending in
> ".html", then call OPEN WEB URL(Document) using the name of the newly
> created document, NOTHING HAPPENS?
>
>
>
> If you have ideas about the solution, please share them.
>
>
>
> TIA!!!
>
>
>
> David Ringsmuth
>
>
>
>
>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************


**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

RE: OPEN WEB URL(Document) - Does now

by David Ringsmuth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had to remove an extra "/" after the file: and now it works!!!!

It only requires 2 "//".

THANKS!!  :-)

-----Original Message-----
From: 4d_tech-bounces@... [mailto:4d_tech-bounces@...] On
Behalf Of David Ringsmuth
Sent: Tuesday, July 01, 2008 5:40 PM
To: '4D iNug Tech'
Subject: RE: OPEN WEB URL(Document) - Doesn't

The documentation show the options:

1. The following examples illustrate different types of strings that are
accepted as URLs by the command:

   OPEN WEB URL( "http://www.4d.com")
   OPEN WEB URL( "file://C:/Users/Lauren/Documents/pending.htm")
->>OPEN WEB URL( "C:\Users\Lauren\Documents\pending.htm")
   OPEN WEB URL( "mailto:john_martin@...")

I chose the one that would work with the "Document" system variable.

I will try converting it to the "file:///..." format....

Thanks,
David

-----Original Message-----
From: 4d_tech-bounces@... [mailto:4d_tech-bounces@...] On
Behalf Of Mike Erickson
Sent: Tuesday, July 01, 2008 5:29 PM
To: 4D iNug Tech
Subject: Re: OPEN WEB URL(Document) - Doesn't

David

What does your exact call to OPEN WEB URL look like?

It should look like:

OPEN WEB URL("file:///Users/mikee/Desktop/table.html")

Regards

Mike Erickson
Automated Solutions Group

On Jul 1, 2008, at 3:25 PM, David Ringsmuth wrote:

> MacOS 10.4.11
>
> 4D 2003.8r2
>
>
>
> When I create and save a document to disk, set the creator type to ""
> (blank), and the document type to "html" and name the document  
> ending in
> ".html", then call OPEN WEB URL(Document) using the name of the newly
> created document, NOTHING HAPPENS?
>
>
>
> If you have ideas about the solution, please share them.
>
>
>
> TIA!!!
>
>
>
> David Ringsmuth
>
>
>
>
>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************


**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************