<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi Gerry:<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp; You can also include a record structure in a QTP subfile statement<BR>
&nbsp;&nbsp;&nbsp; e.g.<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Access A <BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subfile B keep portable nodict include A<BR>
Regards,<BR>
Peter Bateman<BR><BR>&gt; From: Ken@Langendock.com<BR>&gt; To: gjohnson@mbfoster.com; powerh-l@lists.sowder.com<BR>&gt; Subject: RE: subfile question<BR>&gt; Date: Sat, 2 Feb 2008 01:26:47 -0500<BR>&gt; <BR>&gt; Assuming you want just a string, why not declare one big field and string<BR>&gt; what you want in before hand?<BR>&gt; <BR>&gt; TEMP T-String CHARACTER * 1000<BR>&gt; ITEM T-String &amp;<BR>&gt; = Field1 &amp;<BR>&gt; + Field2 &amp;<BR>&gt; + Field3 <BR>&gt; <BR>&gt; SUBFILE sfmysub &amp;<BR>&gt; PORTABLE &amp;<BR>&gt; NODICTIONARY &amp;<BR>&gt; INCLUDE T-String<BR>&gt; <BR>&gt; Ken<BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com<BR>&gt; [mailto:powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com] On<BR>&gt; Behalf Of GJohnson<BR>&gt; Sent: February 1, 2008 2:57 PM<BR>&gt; To: powerh-l@lists.sowder.com<BR>&gt; Subject: RE: subfile question<BR>&gt; <BR>&gt; I want to create a portable subfile with QTP but I do not want any of the<BR>&gt; substructures. Am I correct in saying that you have to specify each item<BR>&gt; that you want in the subfile; i.e. there is no easier way. <BR>&gt; <BR>&gt; Gerry Johnson<BR>&gt; (613)448-2333 Ext 213<BR>&gt; Cell (613)297-2246<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; --<BR>&gt; = = = = = = = = = = = = = = = = = = = = = = = = = = = = Mailing list:<BR>&gt; powerh-l@lists.sowder.com<BR>&gt; Subscribe: &amp;quot;subscribe&amp;quot; in message body to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; Unsubscribe: &amp;quot;unsubscribe &amp;lt;password&amp;gt;&amp;quot; in message body to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; This list is closed, thus to post to the list you must be a subscriber.<BR>&gt; Add 'site:lists.sowder.com powerh-l' to your search terms to search the list<BR>&gt; archive at Google.<BR>&gt; <BR>&gt; -- <BR>&gt; = = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>&gt; Mailing list: powerh-l@lists.sowder.com<BR>&gt; Subscribe: &amp;quot;subscribe&amp;quot; in message body to powerh-l-request@lists.sowder.com<BR>&gt; Unsubscribe: &amp;quot;unsubscribe &amp;lt;password&amp;gt;&amp;quot; in message body to powerh-l-request@lists.sowder.com<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; This list is closed, thus to post to the list you must be a subscriber.<BR>&gt; Add 'site:lists.sowder.com powerh-l' to your search terms to search the list archive at Google.<BR><BR><br /><hr /> <a href='' target='_new'></a></body>
</html>