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