<?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 : Text in ROWS desn&#039;t visible =(</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Text in ROWS desn&#039;t visible =(]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 01:02:39 +0000</pubDate>
  <lastBuildDate>Fri, 07 Mar 2008 13:23:52 +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=9765</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[Text in ROWS desn&#039;t visible =( : Thank you. Now it works. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=32010&amp;title=text-in-rows-desnt-visible#32010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3798">nmihail</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 07 March 2008 at 1:23pm<br /><br />Thank you. Now it works. <img src="https://forum.codejock.com/smileys/smiley31.gif" border="0">]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 13:23:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=32010&amp;title=text-in-rows-desnt-visible#32010</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : Got it! You should be able to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=32002&amp;title=text-in-rows-desnt-visible#32002</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 07 March 2008 at 10:13am<br /><br />Got it!&nbsp; You should be able to figure out the other places changes need to be made based on the following changes:<br><br>Public Const CARCOMPANY_PERSON_NUMBER = 0<br>Public Const CARCOMPANY_PERSON_NAME = 1<br>Public Const CARCOMPANY_PERSON_PHONE = 2<br><br><br>Public Sub SelectedCarcompanyShowContacts(index As Integer)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; sSource = AddBackslash(App.Path) &amp; "\db.mdb"<br>&nbsp;&nbsp;&nbsp; sConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &amp; sSource &amp; ";Persist Security Info=False;Jet OLEDB:database Password="<br>&nbsp;&nbsp;&nbsp; '----------------------------------------<br>&nbsp;&nbsp;&nbsp; strSql = "SELECT * FROM tab_carcompaniescontacts WHERE idcarcompany=" &amp; index &amp; ";"<br>&nbsp;&nbsp;&nbsp; adoCN.Open sConn<br>&nbsp;&nbsp;&nbsp; adoRS.Open strSql, adoCN, adOpenKeyset, adLockOptimistic<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; With frmNewCarcompany.ReportCarCompanyContacts<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Records.DeleteAll<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Do While Not adoRS.EOF<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Record = .Records.Add()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set pItem = Record.AddItem(CStr(adoRS!Id))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set pItem = Record.AddItem(CStr(adoRS!contact))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set pItem = Record.AddItem(CStr(adoRS!Tel))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Get the next record.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; adoRS.MoveNext<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Loop<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Populate<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; adoRS.Close<br>&nbsp;&nbsp;&nbsp; adoCN.Close<br>End Sub<br>]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 10:13:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=32002&amp;title=text-in-rows-desnt-visible#32002</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : https://forum.codejock.com/upl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=32001&amp;title=text-in-rows-desnt-visible#32001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3798">nmihail</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 07 March 2008 at 9:59am<br /><br /><a href="https://forum.codejock.com/uploads/20080307_095846_c&#111;ncrete_WITHOU.zip" target="_blank">https://forum.codejock.com/uploads/20080307_095846_concrete_WITHOU.zip</A><DIV>Project without DBGrid</DIV>]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 09:59:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=32001&amp;title=text-in-rows-desnt-visible#32001</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : I can&amp;#039;t load the project....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31999&amp;title=text-in-rows-desnt-visible#31999</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 07 March 2008 at 9:25am<br /><br />I can't load the project.&nbsp; I don't have DBGrid.&nbsp; Can you send one without that grid?]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 09:25:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31999&amp;title=text-in-rows-desnt-visible#31999</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : The same situation. Not visible....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31992&amp;title=text-in-rows-desnt-visible#31992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3798">nmihail</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 07 March 2008 at 5:45am<br /><br />The same situation. Not visible. <DIV>I have uploaded source. May be i made mistake. Please see it.</DIV><DIV>the source is original without modified code according this forum/ but i tried it.&nbsp;</DIV><DIV>the table in frmNewCarcompany.frm must show info from mdb.</DIV><DIV>table in frmCarcompanies.frm shows correctly.</DIV><DIV><a href="https://forum.codejock.com/uploads/20080307_054103_c&#111;ncrete.zip" target="_blank">https://forum.codejock.com/uploads/20080307_054103_concrete.zip</A></DIV>]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 05:45:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31992&amp;title=text-in-rows-desnt-visible#31992</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : Oops. Small alteration. Don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31978&amp;title=text-in-rows-desnt-visible#31978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 06 March 2008 at 3:59pm<br /><br />Oops.&nbsp; Small alteration.&nbsp; Don't forget to make them Record.AddItem(<b>CStr</b>(...]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 15:59:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31978&amp;title=text-in-rows-desnt-visible#31978</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : Hm. Try this: Do While Not adoRS.EOF...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31977&amp;title=text-in-rows-desnt-visible#31977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 06 March 2008 at 3:58pm<br /><br />Hm.&nbsp; Try this:<br><br> Do While Not adoRS.EOF<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With ReportCarCompanyContacts<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Record = ReportCarCompanyContacts.Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set pItem = Record.AddItem(adoRS!ID)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set pItem = Record.AddItem (adoRS!contact)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set pItem = Record.AddItem (adoRS!tel)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Get the next record.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; adoRS.MoveNext<br>&nbsp;&nbsp;&nbsp; Loop<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReportCarCompanyContacts.Populate<br>]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 15:58:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31977&amp;title=text-in-rows-desnt-visible#31977</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : Very strange, but data invisible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31975&amp;title=text-in-rows-desnt-visible#31975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3798">nmihail</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 06 March 2008 at 2:34pm<br /><br />Very strange, but data invisible <img src="https://forum.codejock.com/smileys/smiley24.gif" border="0">&nbsp;yet]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 14:34:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31975&amp;title=text-in-rows-desnt-visible#31975</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : Try this:Record.AddItem (CStr(...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31971&amp;title=text-in-rows-desnt-visible#31971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 06 March 2008 at 11:12am<br /><br />Try this:<br><br>Record.AddItem (CStr(adoRS.Fields.Item("contact").Value))]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 11:12:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31971&amp;title=text-in-rows-desnt-visible#31971</guid>
  </item> 
  <item>
   <title><![CDATA[Text in ROWS desn&#039;t visible =( : DIm Tmp Tmp = adoRS.Fields.It...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31907&amp;title=text-in-rows-desnt-visible#31907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3128">Bernie</a><br /><strong>Subject:</strong> 9765<br /><strong>Posted:</strong> 05 March 2008 at 6:18am<br /><br />DIm Tmp<DIV></DIV>Tmp = adoRS.Fields.Item("contact").Value<DIV>Record.AddItem Tmp</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I don't know why</DIV><DIV>but these codes can work!!!</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 06:18:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9765&amp;PID=31907&amp;title=text-in-rows-desnt-visible#31907</guid>
  </item> 
 </channel>
</rss>