<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Passing vbCrLf from windev</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Passing vbCrLf from windev]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 22:36:37 +0000</pubDate>
  <lastBuildDate>Tue, 07 Oct 2008 16:33:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=12355</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Passing vbCrLf from windev : Hi   Thanks for you reply. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12355&amp;PID=41744&amp;title=passing-vbcrlf-from-windev#41744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4601">austro</a><br /><strong>Subject:</strong> 12355<br /><strong>Posted:</strong> 07 October 2008 at 4:33pm<br /><br />Hi <DIV>&nbsp;</DIV><DIV>Thanks for you reply.</DIV><DIV>I have tried that along with commands CR or CRLF which are constants in Windev. The CR and CRLF renderas a small square and the "\r\n" rendered as text.</DIV><DIV><FONT size=2>I think it has to be a command that is in vb and sent so vb reads it as a constant.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Regards</FONT></DIV><DIV><FONT size=2>Mark</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 07 Oct 2008 16:33:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12355&amp;PID=41744&amp;title=passing-vbcrlf-from-windev#41744</guid>
  </item> 
  <item>
   <title><![CDATA[Passing vbCrLf from windev : Hi, Try something like &amp;#034;\r\n&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12355&amp;PID=41726&amp;title=passing-vbcrlf-from-windev#41726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12355<br /><strong>Posted:</strong> 07 October 2008 at 10:09am<br /><br />Hi,<DIV>Try something like "\r\n"</DIV>]]>
   </description>
   <pubDate>Tue, 07 Oct 2008 10:09:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12355&amp;PID=41726&amp;title=passing-vbcrlf-from-windev#41726</guid>
  </item> 
  <item>
   <title><![CDATA[Passing vbCrLf from windev : Hi  I am having a lot of trouble...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12355&amp;PID=41711&amp;title=passing-vbcrlf-from-windev#41711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4601">austro</a><br /><strong>Subject:</strong> 12355<br /><strong>Posted:</strong> 07 October 2008 at 4:50am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I am having a lot of trouble sending a vbCrLf for a line break, here is my code</DIV><DIV>&nbsp;</DIV><FONT size=1><P>PROCEDURE </FONT><FONT color=#008080 size=1>LP_CalGetItem</FONT><FONT size=1>(</FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>=</FONT><FONT color=#7fbfbf size=1>AX_</FONT><FONT color=#008080 size=1>Calendar</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>GetItemTextParams</FONT><FONT size=1>)</P></FONT><FONT size=1><P>IF </FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Item</FONT><FONT size=1>=</FONT><FONT color=#800080 size=1>1</FONT><FONT size=1> THEN</P><P></FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Text</FONT><FONT size=1>=</FONT><FONT face="MS Shell Dlg" color=#800080 size=1>"Ref. No: "</FONT><FONT size=1>+</FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>ViewEvent</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Event</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Id</FONT><FONT size=1>+vbCrlf+</FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>ViewEvent</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Event</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Subject</P></FONT><FONT size=1><P>ELSE IF </FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Item</FONT><FONT size=1>=</FONT><FONT color=#800080 size=1>2</FONT><FONT size=1> THEN</P><P></FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Text</FONT><FONT size=1>=</FONT><FONT face="MS Shell Dlg" color=#800080 size=1>"Location: "</FONT><FONT size=1>+</FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>ViewEvent</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Event</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Location</FONT><FONT size=1>+</FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Text</FONT><FONT size=1> </P><P>ELSE IF </FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Item</FONT><FONT size=1> = </FONT><FONT color=#800080 size=1>64</FONT><FONT size=1> THEN</P><P></FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Text</FONT><FONT size=1> = </FONT><FONT face="MS Shell Dlg" color=#800080 size=1>"("</FONT><FONT size=1> + </FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>ViewEvent</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Even</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Location</FONT><FONT size=1> +...</P><P></FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>ViewEvent</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Event</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Subject</FONT><FONT size=1> +...</P><P></FONT><FONT face="MS Shell Dlg" color=#800080 size=1>" &#091;"</FONT><FONT size=1> + </FONT><FONT color=#008000 size=1>lpautParams</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>ViewEvent</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Event</FONT><FONT size=1>&gt;&gt;</FONT><FONT color=#008000 size=1>Id</FONT><FONT size=1> + </FONT><FONT face="MS Shell Dlg" color=#800080 size=1>"&#093;"</P></FONT><B><FONT face=System size=2><P>&nbsp;E</B></FONT><FONT size=1>ND</P><DIV></DIV><DIV>If put the vbCrLf code in as above Windev will not compile it as it does not recognise it as a constant. If I use quotes then it comes out as text. I have tried all sorts of combinations. I tried&nbsp; Charact(13) + Charact(10) but that also came out as text. Are there any esc characters I can put around the quotes so the activex control will ignore them? </DIV><DIV>Any ideas would be appreciated.</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Mark</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 07 Oct 2008 04:50:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12355&amp;PID=41711&amp;title=passing-vbcrlf-from-windev#41711</guid>
  </item> 
 </channel>
</rss>