<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech">
    <title>gmane.comp.lang.inug-4d.tech</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73514"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73513"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73512"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73511"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73510"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73509"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73508"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73507"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73506"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73505"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73504"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73503"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73502"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73501"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73497"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73516">
    <title>Re: 4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73516</link>
    <description>Jack,
You should be able to achieve this fairly easily. Grab all html from 4D live
window as Alex mentioned. Then insert just the javascript function or
external ref to javascript file in between &lt;head&gt; and &lt;/head&gt; tags. And then
set the html back to 4D live window.

Examples:

Say your html looks like this before injecting your JavaScript function:

&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;title&gt;HTML From 4D Live Window&lt;/title&gt;
&lt;meta name="generator" content="BBEdit 8.7" /&gt;
&lt;/head&gt;
&lt;body&gt;
__

And after inserting your JavaScript code it may look like:

&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;title&gt;HTML From 4D Live Window&lt;/title&gt;
&lt;meta name="generator" content="BBEdit 8.7" /&gt;
 &lt;script type="text/javascript" src="myFormAutoLoader.js"&gt;

&lt;/head&gt;
&lt;body&gt;
__

</description>
    <dc:creator>Balinder Walia</dc:creator>
    <dc:date>2008-05-18T07:49:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73515">
    <title>Re: Footrunner - Footprint</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73515</link>
    <description>Which component? Where is the component?

2008/5/17 Jeffrey Kain &lt;jkain-TTCNH8RQdyem1FQbPH9wZw&lt; at &gt;public.gmane.org&gt;:




</description>
    <dc:creator>Balinder Walia</dc:creator>
    <dc:date>2008-05-17T22:14:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73514">
    <title>Re: 4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73514</link>
    <description>Hi Jack,

rewrite the page!
Load it, grab it off LiveWindow, modify it and put it back into live  
window, only then let LiveWindow redraw, or unhide or whatever.
Check for the field you need to populate and insert VALUE strings,  
next overwrite the form ACTION redirecting it to your own 4D based Web  
server thus capturing the resulting data.
I use a similar technique to rewrite pages with links to work offline  
with media i downloaded into a specific location.
Thanks to the nature of HTML Pages it is rather easy to acomplish this  
task using either brute force string insert/replace aproach or (more  
elgantly) using Regular Expressions, though please do not ask me for  
the expression :-)

HTH

Alex


**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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.</description>
    <dc:creator>Alexander Heintz</dc:creator>
    <dc:date>2008-05-17T20:52:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73513">
    <title>Re: Footrunner - Footprint</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73513</link>
    <description>On 5/17/08 12:38 PM, "Medland, Paul (QuickWire)" &lt;pmedland-9JfH5MibkA9l57MIdRCFDg&lt; at &gt;public.gmane.org&gt;
wrote:


Yes, just drop a new component in place and restart the server.

Jeff


**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

</description>
    <dc:creator>Jeffrey Kain</dc:creator>
    <dc:date>2008-05-17T17:33:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73512">
    <title>RE: Footrunner - Footprint</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73512</link>
    <description>

Can you deliver changes to "scripts" / components in vll without a recompile?

Paul Medland
QuickTrac Developer
Hamilton, Ontario

**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************</description>
    <dc:creator>Medland, Paul (QuickWire</dc:creator>
    <dc:date>2008-05-17T16:38:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73511">
    <title>Re: Footrunner - Footprint</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73511</link>
    <description>You don't really need Footrunner with V11 because you can easily create your
own components in 4D code.
Pat

2008/5/16 Balinder Walia &lt;balinder.walia-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;:




</description>
    <dc:creator>Pat Bensky</dc:creator>
    <dc:date>2008-05-17T08:18:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73510">
    <title>Re: Bandwidth needs for 4DAF site.</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73510</link>
    <description>
One thing you can do is put all your static content (javascript,
including the 4daf .js files, css, images) up on an external ISP. That
way, all you're pushing up your pipe is actual data coming out of your
database.
**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

</description>
    <dc:creator>Lee Hinde</dc:creator>
    <dc:date>2008-05-17T06:28:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73509">
    <title>Re: 4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73509</link>
    <description>On Fri, May 16, 2008 at 3:05 PM, Jack des Bouillons
&lt;jack.desbouillons-POPmlkYlLRNz+5FpPkU+UQ&lt; at &gt;public.gmane.org&gt; wrote:

Can you put yourself in the middle and act as a proxy  to the external
web server?
**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

</description>
    <dc:creator>Lee Hinde</dc:creator>
    <dc:date>2008-05-17T06:24:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73508">
    <title>Re: Printing page 1 of X</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73508</link>
    <description>I didn't think so.

I've been using Justin's PRINT FORM code from Summit. Good stuff...  
But I solved my original problem. Not sure why the difference but I  
was able to get it to work by executing the entire print method twice  
vs looping inside it twice. So this works;


vL_TotalPages:=0
vB_BreakNormal:=False

SET PRINT OPTION(Hide printing progress option ;1)
Quotes_PrintShippingForm

vB_BreakNormal:=True

SET PRINT OPTION(Hide printing progress option ;0)
Quotes_PrintShippingForm


Whereas before I was looping twice inside the  
Quotes_PrintShippingForm method. Thanks for the reply.



On May 16, 2008, at 2:21 AM, Arnaud de Montard wrote:




Later,
Guy


**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MU</description>
    <dc:creator>Guy Algot</dc:creator>
    <dc:date>2008-05-17T04:11:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73507">
    <title>Re: 4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73507</link>
    <description>Bummer :(

Yes, this limitation still exists on Mac OS X with 4D Live Window.  It
works great on Windows, but can be unstable on Mac OS X.

It was worth a shot :)

Kind regards,

Josh Fletcher

Jack des Bouillons wrote:

</description>
    <dc:creator>Josh Fletcher (4D, Inc.</dc:creator>
    <dc:date>2008-05-17T00:38:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73506">
    <title>Re: 4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73506</link>
    <description>In the tech note, there is this limitation:

"Currently the execution of JavaScript is only supported on Windows.  The
browser layer on Mac OS (Webkit) is simply too unstable when
programmatically executing JavaScript and these instabilities can cause the
4D database to crash. As such the demo database will not function correctly
on Mac OS. "


This is a Mac-only shop...so if this limitation still exists, it isnot a
solution here I'm afraid.

Thanks anyway.

Jack des Bouillons


On 5/16/08 3:16 PM, "Josh Fletcher (4D, Inc.)" &lt;jfletcher-uAULPzerums&lt; at &gt;public.gmane.org&gt; wrote:




**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gm</description>
    <dc:creator>Jack des Bouillons</dc:creator>
    <dc:date>2008-05-17T00:29:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73505">
    <title>Re: Printing oddity</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73505</link>
    <description>I understand - but there is/was something wrong with the postscript 
driver for this printer.

I cant remember exactly what the source was, but when printing using 
the postscript driver, we got pages of raw postscript

**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

</description>
    <dc:creator>Chip Scheide</dc:creator>
    <dc:date>2008-05-16T20:36:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73504">
    <title>Re: Printing oddity</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73504</link>
    <description>screwed up 
not functioning as expected
other words, which if I used, the mods would toss me off the list   :)
**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

</description>
    <dc:creator>Chip Scheide</dc:creator>
    <dc:date>2008-05-16T20:33:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73503">
    <title>Re: Load Record Error - V11 - different idea</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73503</link>
    <description>Code :

  `(m) utl_Read_Only
  `$1 - pointer - pointer to table to place into read only
  `leave selection as it started - but unsorted
  `∙Created 4-22-05 by Chip
C_POINTER($1;$Table)

$Table:=$1
CREATE SET($Table-&gt;;"Read_Only_Temp")  `save current record selection

REDUCE SELECTION($Table-&gt;;0)  `remove all records from current 
selection, so none are loaded
READ ONLY($Table-&gt;)  `make table read only
USE SET("Read_Only_Temp")  `replace selection
CLEAR SET("Read_Only_Temp")  `clean up
  `

**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: mailto:4d_tech-jTdV3SBRT1BWk0Htik3J/w&lt; at &gt;public.gmane.org
Options: https://lists.4d.com/mailman/listinfo/4d_tech
***********************</description>
    <dc:creator>Chip Scheide</dc:creator>
    <dc:date>2008-05-16T20:32:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73502">
    <title>Re: Load Record Error - V11</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73502</link>
    <description>Jason,

I used the Locked function in my method because of simplicity's sake..
you should really create a Wrapper using LOCKED ATTRIBUTE because LA
is also able to tell you if the Record you're trying to take action on
is already Deleted.  It's pretty useful.

Best

Paul


On Fri, May 16, 2008 at 6:18 PM, Paul Mohammadi &lt;paul.m.33-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:



</description>
    <dc:creator>Paul Mohammadi</dc:creator>
    <dc:date>2008-05-16T22:22:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73501">
    <title>Re: Load Record Error - V11</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73501</link>
    <description>Jason

First Make your method in to a function

C_BOOLEAN($0)  ` True = No issues
C_BOOLEAN($1)
C_POINTER($2)   ` Pointer to the table
C_BOOLAEN($ReadOnly)

$0:=False
If ($1)
  $ReadOnly:=Read Only State($2-&gt;)
  If ($ReadOnly)
     READ WRITE($2-&gt;)
     LOAD RECORD($2-&gt;)
  End If

  If (Locked($2-&gt;)=False)
    DELETE RECORD($2-&gt;)
    $0:=True
   ` Optionally if you want
  REDUCE SELECTION([Test_Data];0)
  End if

  If ($ReadOnly)
     READ ONLY ($2-&gt;)
  End if

End if


If everything went smooth, your deletion occurred and your function
returns True.. otherwise status error occurred and you can trap for it
thereafter :-)
**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2/MUvgItPNWk0Htik3J/w&lt; at &gt;public.gmane.org
Post: m</description>
    <dc:creator>Paul Mohammadi</dc:creator>
    <dc:date>2008-05-16T22:18:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73500">
    <title>Re: 4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73500</link>
    <description>Hi Jack,

Check out the JavaScript Injection Tech Note for one idea of how this
could be accomplished.

For both pre-filling and capturing the data you can use the callback
feature to detect what's going on with the page (page load, page submitted).

Then you could inject JavaScript into the page to both fill the values
and to get them back.

Here's the Tech Note:

http://www.4dpartnercentral.com/4DACTION/Web_Solutions/Show.PublicCase?tCaseID=47487

(Note that you need to log into Partner Central to actually download it,
if you click the link on the page above it will not work).

Kind regards,

Josh Fletcher

Jack des Bouillons wrote:
</description>
    <dc:creator>Josh Fletcher (4D, Inc.</dc:creator>
    <dc:date>2008-05-16T22:16:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73499">
    <title>Re: Load Record Error - V11</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73499</link>
    <description>Jason,

Jason Hect wrote:

That's the error message.  If you click the "Details" button you will
see that the error code is -10503.

Similarly, if you check the ERROR system variable with ON ERR CALL you
will see that the error code is the same.

So, yes, this was intentionally changed in 4D v11 SQL.

Kind regards,

Josh Fletcher

</description>
    <dc:creator>Josh Fletcher (4D, Inc.</dc:creator>
    <dc:date>2008-05-16T22:07:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73498">
    <title>4D Live Window &amp; Pre-Populating a Web Form</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73498</link>
    <description>
I have need to do the following:

I need to load a web form (from a site over which I have NO CONTROL) from
within my 4D system, and populate some of the forms variables with data from
my 4D system.  Then, when the user completes the forms and submits it, I
need to capture all the data entry back into my system.

accomplish this.  But, in reading the documentation and looking at the
examples, I don't see quite how I can do this.

Any suggestions of how I can use 4D LiveWindow to do this, or any other
suggestions, will be greatly appreciated (and may result in the receipt of a
glass of VERY fine red wine at the upcoming Summit in Long Beach!)

Jack des Bouillons



**********************************************************************
The 4D v11 SQL Roadshow - coming to a city near you!
http://www.4D.com/roadshow/index.html

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-d2</description>
    <dc:creator>Jack des Bouillons</dc:creator>
    <dc:date>2008-05-16T22:05:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73497">
    <title>Re: Printing oddity</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73497</link>
    <description>
Le 16 mai 08 à 19:33, Chip Scheide a écrit :



&lt;http://www.4d.fr/documentation/4Ddoc2003/CMU/CMU00785.HTM&gt;
"Note: The PRINT OPTION VALUES command only operates with PostScript  
printers."

In comparison to PS, PCL is a poor langage, not only with 4D:
&lt;http://desktoppub.about.com/gi/dynamic/offsite.htm?zi=1/XJ/Ya&amp;sdn=desktoppub&amp;cdn=compute&amp;tm=3&amp;f=00&amp;su=p284.8.150.ip_&amp;tt=14&amp;bt=0&amp;bts=0&amp;zu=http%3A//www.swiftview.com/pclcorner/pclcorner1.htm 
 &gt;
&lt;http://www.dominican.edu/academics/resources/technology/labs/maclab/printing.html 
 &gt;
&lt;http://creativebits.org/why_cant_i_print_separations_in_illustrator_or_indesign_grayed_out 
 &gt;

Sorry for my poor understanding: what means "screwy"?

</description>
    <dc:creator>arnaud</dc:creator>
    <dc:date>2008-05-16T20:23:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73496">
    <title>Re: Load Record Error - V11</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.inug-4d.tech/73496</link>
    <description>
I guess this all makes sense, and it's just that prior to V11 4D was more
liberal about allowing this.

To back up a step then, how should the logic work for my D_Access method? 
I've been using it "forever", and now it doesn't work in V11. :(

Basically a simplified version looks like this:

`---------------------------------------------
C_BOOLEAN($1)
C_POINTER($2)

If($1)
  UNLOAD RECORD($2-&gt;)
  READ WRITE($2-&gt;)
  LOAD RECORD($2-&gt;)
Else
  UNLOAD RECORD($-&gt;)
  READ ONLY($-&gt;) 
  LOAD RECORD($-&gt;)
End If
`--------------------------------------------

I rely on the method to change the read write state of the current record,
so I have to unload and reload to change state. (right?)  Even if I were to
check with RECRORDS IN SELECTION before calling LOAD RECORD, it would return
1 after a DELETE RECORD unless I call UNLOAD RECORD before I delete it.

For Example:
REDUCE SELECTION([Test_Data]) `Records in Selsection = 0
CREATE RECORD ([Test_Data]) `Records in Selsection = 0
SAVE RECORD([Test_Data]) `Records in Sels</description>
    <dc:creator>Jason Hect</dc:creator>
    <dc:date>2008-05-16T20:06:45</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.inug-4d.tech">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.inug-4d.tech</link>
  </textinput>
</rdf:RDF>
