<?xml version="1.0" encoding="us-ascii"?><rss version="2.0"><channel><title>Foxite.COM Visual FoxPro Forum</title><link>http://www.foxite.com/forum/</link><description>Latest topics posted to the Foxite.COM Visual FoxPro Forum.</description><copyright>(C) Copyright 2001 - 2013 Foxite.COM / Eric den Doop - The Netherlands</copyright><ttl>5</ttl><language>en</language><generator>Foxite.Community.Web.RSSFeeds.Forum</generator><image><url>http://www.foxite.com/images/foxite.gif</url><title>Foxite.COM Visual FoxPro Forum</title><link>http://www.foxite.com/forum/</link><description>Latest topics posted to the Foxite.COM Visual FoxPro Forum.</description></image><item><title>Databases, Tables and SQL Server: Cross Table                                                                                         </title><link>http://www.foxite.com/archives/0000377294.htm</link><guid>http://www.foxite.com/archives/0000377294.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;I have a vfp Cursor as under&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;cItem		nBlack   nBlue  nRed  nGreen  nOther

Anex Gel &lt;font color="Blue"&gt;Pen&lt;/font&gt;     500      500    100     0       0
Rotomac BP	7000     6500   1500     0     200
Gliter  GP       400     1000    150    25      25    
Reynold GP      1000      750     50    10      10
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;(Here cItem c(35), nBlack n(7) , nBlue n(7), nRed n(7) , nGreen n(7), nOther n(7))&lt;br /&gt;&lt;br /&gt;I need Result in a cursor as&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;cItem      	nQnty   cColor

Anex Gel &lt;font color="Blue"&gt;Pen&lt;/font&gt;     500      BLK
Anex Gel &lt;font color="Blue"&gt;Pen&lt;/font&gt;     500      BLU
Anex Gel &lt;font color="Blue"&gt;Pen&lt;/font&gt;     100      RED
Rotomac BP	7000      BLK
Rotomac BP	6500      BLU
Rotomac BP	1000      RED
Rotomac BP	 200      ORS
Gliter  GP       400      BLK
Gliter  GP      1000      BLU
Gliter  GP       150      RED
Gliter  GP        25      GRE
Gliter  GP        25      ORS
&lt;/pre&gt;	&lt;br /&gt;&lt;br /&gt;Please Help&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*Exchange of $1 Create only $1, But Exchage of one Ideas Makes different two Ideas*</description><author>Binod Binani&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 13:02:18 +0100</pubDate></item><item><title>Other: Need more clarification                                                                             </title><link>http://www.foxite.com/archives/0000377259.htm</link><guid>http://www.foxite.com/archives/0000377259.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi expert,&lt;br /&gt;&lt;br /&gt;I want to ask if what is the use of m.(m dot)?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;VFP Beginner</description><author>newbie newbie&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 05:51:38 +0100</pubDate></item><item><title>Foxite: feedback: Text file to Excel in foxpro 2.6                                                                    </title><link>http://www.foxite.com/archives/0000377315.htm</link><guid>http://www.foxite.com/archives/0000377315.htm</guid><description>Version: FoxPro 2.x for MSDOS&lt;br /&gt;&lt;br /&gt;Dear Experts,&lt;br /&gt;&lt;br /&gt;I want convert text file to excel file&lt;br /&gt;within foxpro 2.6 for DOS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Emp-ID        Emp-Name                     Bank-Acc #        Amount&lt;br /&gt;&lt;br /&gt;1034          BUSHRA NAZ                   00437900286703    11817&lt;br /&gt;1037          SYED MINHAJ UDDIN            7900122603         5534&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;when i open this text in excel 2003 some employee bank account not show properly &lt;br /&gt;&lt;br /&gt;Emp-ID     Emp-Name                        Bank-Acc #        Amount&lt;br /&gt;1034	   BUSHRA NAZ	                   4.379E+11	     11817&lt;br /&gt;1037	   SYED MINHAJ UDDIN	           7900122603	     5534&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;how to solve this problem&lt;br /&gt;for convert i used this command &lt;br /&gt;type abc.txt to file abc.xls&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thank you in advanced&lt;br /&gt;Nadir</description><author>Nadir Khan&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 16:28:25 +0100</pubDate></item><item><title>Web Services: Currency                                                                                            </title><link>http://www.foxite.com/archives/0000377270.htm</link><guid>http://www.foxite.com/archives/0000377270.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Dear Sir,&lt;br /&gt;&lt;br /&gt;I have following link&lt;br /&gt;&lt;br /&gt;&lt;a target='_blank' href='http://www.forex.pk/open_market_rates.asp' rel='nofollow'&gt;http://www.forex.pk/open_market_rates.asp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As shown in picture, I want to get US Dollar rate.&lt;br /&gt;&lt;br /&gt;How is it possible with VFP codes?&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/2e894b6c-36cb-49e2-8f6d-24bd793ab33d.jpg"/&gt;</description><author>Tahir Iqbal&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 08:41:43 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: SQL  2005  multi language support                                                                   </title><link>http://www.foxite.com/archives/0000377311.htm</link><guid>http://www.foxite.com/archives/0000377311.htm</guid><description>Version: Visual FoxPro 8&lt;br /&gt;&lt;br /&gt;Dear Experts,&lt;br /&gt;&lt;br /&gt;I planning to make my sql server 2005 as multi language support.&lt;br /&gt;But, After i inserting data, &lt;br /&gt;except English language data is showing unreadable format like &lt;br /&gt;this '???? ???????????????????'.&lt;br /&gt;can anybody help me to how to solve this issue.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Abdulla</description><author>Abdulla Rahiman&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 15:46:50 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: how to grant acces to local user to SQL                                                             </title><link>http://www.foxite.com/archives/0000377293.htm</link><guid>http://www.foxite.com/archives/0000377293.htm</guid><description>Version: Visual FoxPro 8&lt;br /&gt;&lt;br /&gt;Dear Expert,&lt;br /&gt;&lt;br /&gt;I have installed Sql server 2005, with Windows Authentication. &lt;br /&gt;My problem is, I am not bale to connect using local user and domain user name.&lt;br /&gt;(Note : This local user is a part of Admin Group).&lt;br /&gt;&lt;br /&gt;But, I can connet and I can browse the database when i login as &lt;br /&gt;Administrator.&lt;br /&gt;&lt;br /&gt;Can anybody help me how to grant acces to local user to connect databse.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Abdulla</description><author>Abdulla Rahiman&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 12:44:49 +0100</pubDate></item><item><title>Reports and Printers: Shared printers vs APRINTERS()                                                                      </title><link>http://www.foxite.com/archives/0000377241.htm</link><guid>http://www.foxite.com/archives/0000377241.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hello Comrades,&lt;br /&gt;&lt;br /&gt;AFSIK, the APRINTERS() function, being OS specific, informs on installed printers. I am trying to decide on whether I should encourage users to setup sharing properties for their installed printers and then provide textboxes where they will enter the shared name for each type of report, like this for example:&lt;br /&gt;&lt;br /&gt;Invoice printer&lt;br /&gt;  _______________________&lt;br /&gt;|_______________________| TextBox&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Labels printer&lt;br /&gt; _______________________&lt;br /&gt;|_______________________|  TextBox&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Reports&lt;br /&gt; ________________________&lt;br /&gt;|________________________|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is there an API I can use to validate these textbox values to check for the existance of a shared printer?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Patrick&lt;br /&gt;&lt;br /&gt;p.s - sorry for the bad drawing; had some issues attaching a real screen shot.</description><author>Patrick Cadogan&lt;invalid-address@foxite.com&gt;</author><pubDate>Wed, 22 May 2013 19:11:54 +0100</pubDate></item><item><title>Classes and Objects: how to identify any control across app                                                              </title><link>http://www.foxite.com/archives/0000377171.htm</link><guid>http://www.foxite.com/archives/0000377171.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;I want to find a way to identify any controls(VFP natice control, such as LABEL) located on all forms across my app, and the app has over 100 scx forms. I need to refer to any particular control during the app execution later, thus, the identity for each control should be permanent (not changed) once establed.&lt;br /&gt;Please help.&lt;br /&gt;Nilson</description><author>Nilson Rishi&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 17:36:21 +0100</pubDate></item><item><title>Classes and Objects: FoxCharts updates                                                                                   </title><link>http://www.foxite.com/archives/0000377139.htm</link><guid>http://www.foxite.com/archives/0000377139.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Alex Yudin, a great collaborator of FoxCharts is working hard in adding new features to FoxCharts:&lt;br /&gt;&lt;a target='_blank' href='https://vfpx.codeplex.com:443/releases/view/106904' rel='nofollow'&gt;https://vfpx.codeplex.com/releases/view/106904&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;New features:&lt;/B&gt;&lt;br /&gt;Introduced new Bar Types: Cone, Conoid, Pyramid and truncated pyramid (Frustum).&lt;br /&gt;Right-clicking on the SideLegends in the chart, can call a new form that allows you to interactively apply changes to the way the side legends appear. You can change the Legend positions, colors, and other character formatting.&lt;br /&gt;New gauge chart class&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;New properties:&lt;/B&gt;&lt;br /&gt;- "GradientShapeDirection" - Numeric, determines the Gradient Brush direction (0-3).&lt;br /&gt;- "GradientVertCount" and "GradientHorCount" - Numeric, determines the Shape Gradient Brush stripes count (vertical and horizontal)&lt;br /&gt;&lt;br /&gt;&lt;B&gt;Fixes:&lt;/B&gt;&lt;br /&gt;Fix in "System.app". The distributed version avoids some bugs due to LOCAL variables declarations inside TRY/CATCH. May work faster in local net.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;IMPORTANT:&lt;/B&gt;&lt;br /&gt;Since this new version brings several modifications, the new and current Beta version is a subclass of the original and latest FoxCharts version v1.37. The new class is at the "Sources" folder, named "FoxChartsBeta.vcx".&lt;br /&gt;&lt;br /&gt;All new samples, the ones that will benefit from the newest features will be stored in the "SamplesBeta" folder&lt;br /&gt;&lt;br /&gt;Start playing with the form "ChartsSample_ArrowsInLegend.scx".&lt;br /&gt;- Change the spinner values to see the new charts available&lt;br /&gt;- Click on the Side Legends, to see cool stripes &lt;br /&gt;- Right-click the over the SideLegends to call the new SideLegends form, and play with the new possibilities!&lt;br /&gt;&lt;br /&gt;At the pictures below you can see some of the new features that are being developed:&lt;br /&gt;&lt;br /&gt;&lt;B&gt;new Cone shapes, and lines from legends (only when you click the legend)&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/711d4b48-9c34-4d76-b64a-7d53c0a94c77.png"/&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;new SideLegend configuration form&lt;/B&gt;&lt;br /&gt;&lt;B&gt;Notice the new gauge chart in action!&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/dbd65aaa-0527-43d4-80ac-3d2e22f00b06.png"/&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;Download link&lt;/B&gt;:&lt;br /&gt;&lt;a target='_blank' href='https://vfpx.codeplex.com:443/releases/view/106904' rel='nofollow'&gt;https://vfpx.codeplex.com/releases/view/106904&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;m.Cesar&lt;br /&gt;&lt;a target='_blank' href="http://weblogs.foxite.com/vfpimaging"&gt;My Blog&lt;/a&gt;</description><author>Cesar&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 05:00:36 +0100</pubDate></item><item><title>Active X Controls &amp; OLE Automation: Reg-Free Com (Craig Boyd Projecthook)                                                               </title><link>http://www.foxite.com/archives/0000377208.htm</link><guid>http://www.foxite.com/archives/0000377208.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I am using Craig Boyd's projecthook class to generate a manifest for my application.&lt;br /&gt;The program works when the activex is registered. However, when I run the application with&lt;br /&gt;the activex unregistered I get &lt;B&gt;Class Definition is not found&lt;/B&gt;.&lt;br /&gt;&lt;br /&gt;Below is the manifest generated by Craig Boyd's projecthook class:&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;&amp;lt;?xml &lt;font color="Blue"&gt;version&lt;/font&gt;=&lt;font color="Black"&gt;"1.0"&lt;/font&gt; &lt;font color="Blue"&gt;standalone&lt;/font&gt;=&lt;font color="Black"&gt;"yes"&lt;/font&gt;?&amp;gt;
&amp;lt;assembly xmlns=&lt;font color="Black"&gt;"urn:schemas-microsoft-com:asm.v1"&lt;/font&gt; manifestVersion=&lt;font color="Black"&gt;"1.0"&lt;/font&gt;&amp;gt;
	&amp;lt;assemblyIdentity &lt;font color="Blue"&gt;version&lt;/font&gt;=&lt;font color="Black"&gt;"1.0.0.0"&lt;/font&gt; &lt;font color="Blue"&gt;type&lt;/font&gt;=&lt;font color="Black"&gt;"win32"&lt;/font&gt; &lt;font color="Blue"&gt;name&lt;/font&gt;=&lt;font color="Black"&gt;"Myapp.exe"&lt;/font&gt; processorArchitecture=&lt;font color="Black"&gt;"x86"&lt;/font&gt;/&amp;gt;
	&amp;lt;description&amp;gt;Myapp&amp;lt;/description&amp;gt;
	&amp;lt;dependency&amp;gt;
		&amp;lt;dependentAssembly&amp;gt;
			&amp;lt;assemblyIdentity &lt;font color="Blue"&gt;type&lt;/font&gt;=&lt;font color="Black"&gt;"win32"&lt;/font&gt; &lt;font color="Blue"&gt;name&lt;/font&gt;=&lt;font color="Black"&gt;"Microsoft.Windows.Common-Controls"&lt;/font&gt; &lt;font color="Blue"&gt;version&lt;/font&gt;=&lt;font color="Black"&gt;"6.0.0.0"&lt;/font&gt; language=&lt;font color="Black"&gt;"*"&lt;/font&gt; processorArchitecture=&lt;font color="Black"&gt;"x86"&lt;/font&gt; publicKeyToken=&lt;font color="Black"&gt;"6595b64144ccf1df"&lt;/font&gt;/&amp;gt;
		&amp;lt;/dependentAssembly&amp;gt;
	&amp;lt;/dependency&amp;gt;
	&amp;lt;trustInfo xmlns=&lt;font color="Black"&gt;"urn:schemas-microsoft-com:asm.v3"&lt;/font&gt;&amp;gt;
		&amp;lt;security&amp;gt;
			&amp;lt;requestedPrivileges&amp;gt;
				&amp;lt;requestedExecutionLevel &lt;font color="Blue"&gt;level&lt;/font&gt;=&lt;font color="Black"&gt;"highestAvailable"&lt;/font&gt; uiAccess=&lt;font color="Black"&gt;"false"&lt;/font&gt;/&amp;gt;
			&amp;lt;/requestedPrivileges&amp;gt;
		&amp;lt;/security&amp;gt;
	&amp;lt;/trustInfo&amp;gt;
  &amp;lt;&lt;font color="Blue"&gt;file&lt;/font&gt; &lt;font color="Blue"&gt;name&lt;/font&gt;=&lt;font color="Black"&gt;"BIN\chilkatftp2.dll"&lt;/font&gt;&amp;gt;
		&amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatFtp2 Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{302124C4-30A0-484A-9C7A-B51D5BA5306B}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATFTP2Lib.ChilkatFtp2"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
  &amp;lt;/&lt;font color="Blue"&gt;file&lt;/font&gt;&amp;gt;
  &amp;lt;&lt;font color="Blue"&gt;file&lt;/font&gt; &lt;font color="Blue"&gt;name&lt;/font&gt;=&lt;font color="Black"&gt;"BIN\chilkathttp.dll"&lt;/font&gt;&amp;gt;
		&amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatHttp Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{39E861BD-E606-4733-8C79-FADDFD61DC8A}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATHTTPLib.ChilkatHttp"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatHttpRequest Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{B973393F-27C7-4781-877D-8626AAEDF119}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATHTTPLib.ChilkatHttpRequest"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatHttpResponse Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{E92B8334-177E-436F-9B42-9AD8511D909F}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATHTTPLib.ChilkatHttpResponse"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatCache Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{046DEE54-8711-4301-89EE-77AF626DB085}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATHTTPLib.ChilkatCache"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
  &amp;lt;/&lt;font color="Blue"&gt;file&lt;/font&gt;&amp;gt;
  &amp;lt;&lt;font color="Blue"&gt;file&lt;/font&gt; &lt;font color="Blue"&gt;name&lt;/font&gt;=&lt;font color="Black"&gt;"BIN\chilkatssh.dll"&lt;/font&gt;&amp;gt;
		&amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatSsh Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{72A1C13F-1C23-4C52-97F0-BCA902148720}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATSSHLib.ChilkatSsh"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatSshKey Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{73111D94-E28A-4587-B687-60E23CD989A8}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATSSHLib.ChilkatSshKey"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatSFtp Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{64A17FBB-89E2-403F-8E06-B7CE412FB0E6}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATSSHLib.ChilkatSFtp"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatSFtpFile Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{B2208BCC-AB0F-4722-A908-2F54269D21C2}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATSSHLib.ChilkatSFtpFile"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatSFtpDir Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{39B10683-ED49-47A3-A4A5-AB1F52D1C2CC}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATSSHLib.ChilkatSFtpDir"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatSshTunnel Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{4D881197-5686-45BF-B9D9-9EC432F4BB75}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATSSHLib.ChilkatSshTunnel"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
  &amp;lt;/&lt;font color="Blue"&gt;file&lt;/font&gt;&amp;gt;
  &amp;lt;&lt;font color="Blue"&gt;file&lt;/font&gt; &lt;font color="Blue"&gt;name&lt;/font&gt;=&lt;font color="Black"&gt;"BIN\chilkatxml.dll"&lt;/font&gt;&amp;gt;
		&amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"Chilkat XML"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{CE2E4226-494A-4DB2-9B45-7C8586CC01A3}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATXMLLib.ChilkatXml"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatRss Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{CBD0BFC4-DD3E-4684-AD47-F80ADF9E006F}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATXMLLib.ChilkatRss"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
    &amp;lt;&lt;font color="Blue"&gt;comClass&lt;/font&gt; description=&lt;font color="Black"&gt;"ChilkatAtom Class"&lt;/font&gt; clsid=&lt;font color="Black"&gt;"{BA9D833B-FB8C-4F71-8E9E-50D0933C59D2}"&lt;/font&gt; progid=&lt;font color="Black"&gt;"CHILKATXMLLib.ChilkatAtom"&lt;/font&gt; threadingModel=&lt;font color="Black"&gt;"Both"&lt;/font&gt;/&amp;gt;
  &amp;lt;/&lt;font color="Blue"&gt;file&lt;/font&gt;&amp;gt;
&amp;lt;/assembly&amp;gt;
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;The activex files are under the BIN folder within the application folder&lt;br /&gt;&lt;br /&gt;Any hint or help will be appreciated. &lt;br /&gt;Thx.&lt;br /&gt;Noker Lodia</description><author>Noker Lodia&lt;invalid-address@foxite.com&gt;</author><pubDate>Wed, 22 May 2013 09:38:37 +0100</pubDate></item><item><title>Forms: Email String                                                                                        </title><link>http://www.foxite.com/archives/0000377271.htm</link><guid>http://www.foxite.com/archives/0000377271.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Sir,&lt;br /&gt;&lt;br /&gt;I have following email address&lt;br /&gt;&lt;br /&gt;&lt;a href='mailto:abc@hotmail.com'&gt;abc@hotmail.com&lt;/a&gt;&lt;br /&gt;&lt;a href='mailto:xyz123@yahoo.com'&gt;xyz123@yahoo.com&lt;/a&gt;&lt;br /&gt;&lt;a href='mailto:eric@yahoo.com.uk'&gt;eric@yahoo.com.uk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;How to extract follwong parts&lt;br /&gt;&lt;br /&gt;hotmail&lt;br /&gt;yahoo&lt;br /&gt;yahoo</description><author>Mohammad Iqbal&lt;invalid-address@foxite.com&gt;</author><pubDate>Thu, 23 May 2013 08:50:38 +0100</pubDate></item><item><title>Off-topic: xanthelasma Treatement                                                                              </title><link>http://www.foxite.com/archives/0000377117.htm</link><guid>http://www.foxite.com/archives/0000377117.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Hi Folks&lt;br /&gt;&lt;br /&gt;What is the best home remedy for xanthelasma.&lt;br /&gt;Any clue, great help&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;Subhankar&lt;br /&gt;&lt;i&gt;If you judge people, you have no time to love them.-Mother Teresa&lt;/i&gt;</description><author>subhankar pandey&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 17:07:21 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: Sql Query for Accounts                                                                              </title><link>http://www.foxite.com/archives/0000377092.htm</link><guid>http://www.foxite.com/archives/0000377092.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Dear Expert&lt;br /&gt;I need vfp Sql calculated query for the attached tables and data,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;

sd = &lt;font color="Blue"&gt;CTOD&lt;/font&gt;( &lt;font color="Black"&gt;"5/10/2013"&lt;/font&gt; )      &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; start date of transactions&lt;/font&gt;
ed = &lt;font color="Blue"&gt;CTOD&lt;/font&gt;( &lt;font color="Black"&gt;"5/18/2013"&lt;/font&gt; )  &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; as the end date...&lt;/font&gt;
cBcode=&lt;font color="Black"&gt;"00004"&lt;/font&gt;            &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Bank Code  &lt;/font&gt;

Desired Result Should be
OpBal=500              &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp;Bank.Opbal+Query.opbal&lt;/font&gt;
CurrentBal=7500

&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;if we changed the ending date to "ed = CTOD( "5/20/2013" )" the current balance should 57500.00.&lt;br /&gt;&lt;br /&gt;&lt;a target='_blank' href='http://www.foxite.com/uploads/07d31450-0160-4960-ac22-aa128e83914b.rar'&gt;http://www.foxite.com/uploads/07d31450-0160-4960-ac22-aa128e83914b.rar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;Ali Khan</description><author>Ali Khan&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 07:44:43 +0100</pubDate></item><item><title>Grids: Click on Grid Header                                                                                </title><link>http://www.foxite.com/archives/0000377168.htm</link><guid>http://www.foxite.com/archives/0000377168.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;Is there anyway to click on Grid Header for indexing if it is generate through program. I am using the following code:&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt; &lt;font color="Blue"&gt;Select&lt;/font&gt; sodisp
   &lt;font color="Blue"&gt;Set&lt;/font&gt; &lt;font color="Blue"&gt;Order&lt;/font&gt; &lt;font color="Blue"&gt;To&lt;/font&gt; socode
   &lt;font color="Blue"&gt;Go&lt;/font&gt; &lt;font color="Blue"&gt;Top&lt;/font&gt;
   &lt;font color="Blue"&gt;DoDefault&lt;/font&gt;()

   &lt;font color="Blue"&gt;With&lt;/font&gt; &lt;font color="Blue"&gt;Thisform&lt;/font&gt;.contmaster.grid1
      &lt;font color="Blue"&gt;Set&lt;/font&gt; &lt;font color="Blue"&gt;Filter&lt;/font&gt; &lt;font color="Blue"&gt;To&lt;/font&gt; &lt;font color="Blue"&gt;In&lt;/font&gt; sodisp
      &lt;font color="Blue"&gt;Go&lt;/font&gt; &lt;font color="Blue"&gt;Top&lt;/font&gt;
      .&lt;font color="Blue"&gt;Width&lt;/font&gt;  = 907
      .&lt;font color="Blue"&gt;Height&lt;/font&gt; = 352
      .&lt;font color="Blue"&gt;Top&lt;/font&gt;    = 244
      .&lt;font color="Blue"&gt;Left&lt;/font&gt;   = 19 &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Adjust Grid position&lt;/font&gt;
      .&lt;font color="Blue"&gt;ColumnCount&lt;/font&gt; = 9
      .&lt;font color="Blue"&gt;HeaderHeight&lt;/font&gt; = 29
      .&lt;font color="Blue"&gt;ReadOnly&lt;/font&gt; = .T.
      .&lt;font color="Blue"&gt;FontName&lt;/font&gt; = &lt;font color="Black"&gt;"Tahoma"&lt;/font&gt;
      .&lt;font color="Blue"&gt;RecordSource&lt;/font&gt; = &lt;font color="Black"&gt;"SoDisp"&lt;/font&gt;
      .&lt;font color="Blue"&gt;RecordSourceType&lt;/font&gt; = 1
      .&lt;font color="Blue"&gt;RowHeight&lt;/font&gt; = 27
      .&lt;font color="Blue"&gt;DeleteMark&lt;/font&gt; = .F.
&lt;font color="Green" family="Courier New"&gt;      *.setall("dynamicbackcolor", "IIF(RECNO()%2 = 0,RGB(219,125,27), RGB(255,255,255))", "Column")&lt;/font&gt;
      .&lt;font color="Blue"&gt;Visible&lt;/font&gt; = .T.  &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Grid control visible&lt;/font&gt;
      .&lt;font color="Blue"&gt;ScrollBars&lt;/font&gt; = 2
      .column1.header1.&lt;font color="Blue"&gt;Caption&lt;/font&gt; = &lt;font color="Black"&gt;'ItemCode'&lt;/font&gt;
      .column2.header1.&lt;font color="Blue"&gt;Caption&lt;/font&gt; = &lt;font color="Black"&gt;'BarCode'&lt;/font&gt;
      .column3.header1.&lt;font color="Blue"&gt;Caption&lt;/font&gt; = &lt;font color="Black"&gt;'Item Description'&lt;/font&gt;
      .column4.header1.&lt;font color="Blue"&gt;Caption&lt;/font&gt; = &lt;font color="Black"&gt;'Cartons'&lt;/font&gt;
      .column1.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.Icode"&lt;/font&gt;
      .column2.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.BarCode"&lt;/font&gt;
      .column3.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.full_desc"&lt;/font&gt;
      .column4.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.QntyMaj"&lt;/font&gt;
      .column5.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.QntyMin"&lt;/font&gt;
      .column6.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.RateMaj"&lt;/font&gt;
      .column7.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"soDisp.RateMin"&lt;/font&gt;
      .column8.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"iif(soDisp.ratemin#0,soDisp.Unit,'Ctn.')"&lt;/font&gt;
      .column9.&lt;font color="Blue"&gt;ControlSource&lt;/font&gt; = &lt;font color="Black"&gt;"iif(soDisp.qntymin*soDisp.ratemin#0,soDisp.qntymin*soDisp.ratemin,soDisp.qntymaj*soDisp.ratemaj)"&lt;/font&gt;
   &lt;font color="Blue"&gt;Endwith&lt;/font&gt;
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Saifuddin</description><author>Saifuddin Hussain&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 16:17:13 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: alphanumeric password                                                                               </title><link>http://www.foxite.com/archives/0000377226.htm</link><guid>http://www.foxite.com/archives/0000377226.htm</guid><description>Version: Visual FoxPro 6&lt;br /&gt;&lt;br /&gt;Dear expert,&lt;br /&gt;&lt;br /&gt;1. A program in a text box to check if the entry is alpha numeric.&lt;br /&gt;&lt;br /&gt;If not the program should generate a message informing the user&lt;br /&gt;&lt;br /&gt;that the entry is not complete.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. The alpha numeric characters entered should have a length of&lt;br /&gt;   between 6-11. &lt;br /&gt;   &lt;br /&gt;   A program to check the length.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks</description><author>DEREK DODOO&lt;invalid-address@foxite.com&gt;</author><pubDate>Wed, 22 May 2013 15:18:09 +0100</pubDate></item><item><title>Forms: strange font behaviour                                                                              </title><link>http://www.foxite.com/archives/0000377213.htm</link><guid>http://www.foxite.com/archives/0000377213.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hello all,&lt;br /&gt;&lt;br /&gt;The main form of my app contains a lot of labels.&lt;br /&gt;To adjust the label font to the (changing) size of the form I use following code in the INIT:&lt;br /&gt;&lt;br /&gt;&lt;B&gt;this.fontsize = int(this.fontsize*vhigh)&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Vhigh = 0.75&lt;br /&gt;&lt;br /&gt;Most of times , there is no problem, but sometimes, when a child form is closed, the font in the labels of the main form is set to BOLD or SMALL!&lt;br /&gt;&lt;br /&gt;Any explication?&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Paul Vandewalle</description><author>Paul Vandewalle&lt;invalid-address@foxite.com&gt;</author><pubDate>Wed, 22 May 2013 10:43:44 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: session time out -automatic log out                                                                 </title><link>http://www.foxite.com/archives/0000377225.htm</link><guid>http://www.foxite.com/archives/0000377225.htm</guid><description>Version: Visual FoxPro 6&lt;br /&gt;&lt;br /&gt;Dear Expert &lt;br /&gt;&lt;br /&gt;Please provide the codes which will enable me achieve the following.&lt;br /&gt;&lt;br /&gt;If an application is running and there is &lt;B&gt;no activity&lt;/B&gt; say after &lt;br /&gt;&lt;br /&gt;3 minutes, the system should automatically logout or the user need to re-identify&lt;br /&gt;&lt;br /&gt;him or her self to the system before she will be allowed to continue.</description><author>DEREK DODOO&lt;invalid-address@foxite.com&gt;</author><pubDate>Wed, 22 May 2013 14:57:39 +0100</pubDate></item><item><title>Forms: Memo to Sql                                                                                         </title><link>http://www.foxite.com/archives/0000377191.htm</link><guid>http://www.foxite.com/archives/0000377191.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hello Experts&lt;br /&gt;&lt;br /&gt;if i use LONGBLOB in mysql &lt;br /&gt;when convert to vfp table it's convert to general field&lt;br /&gt;&lt;br /&gt;if i want memo field in vfp, then what filed type use in mysql&lt;br /&gt;&lt;br /&gt;thanks in advance&lt;br /&gt;&lt;br /&gt;edited&lt;br /&gt;&lt;br /&gt;Text Field in Mysql which Memo in VFP</description><author>prasanna kunder&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 22:27:42 +0100</pubDate></item><item><title>Classes and Objects: Syntax Error &amp; Class Browser                                                                        </title><link>http://www.foxite.com/archives/0000377185.htm</link><guid>http://www.foxite.com/archives/0000377185.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi Everybody:&lt;br /&gt;&lt;br /&gt;I am using the class browser to get the code of a form. I am copying the code to a new prg file.&lt;br /&gt;Then I want to run it.  But an error appear in the following section:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	ADD OBJECT form1.grid2.column1.header1 AS header WITH ;&lt;br /&gt;		FontName = "Arial", ;&lt;br /&gt;		FontSize = 8, ;&lt;br /&gt;		Alignment = 2, ;&lt;br /&gt;		Caption = "MyCaption", ;&lt;br /&gt;		ForeColor = RGB(0,0,128), ;&lt;br /&gt;		Name = "Header1"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Why the class browser can not produce the necessary code of the form, in this case, a header of the Grid?&lt;br /&gt;&lt;br /&gt;Thanks</description><author>Jorge Luis Vejerano&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 21:48:19 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: .Null. value                                                                                        </title><link>http://www.foxite.com/archives/0000377161.htm</link><guid>http://www.foxite.com/archives/0000377161.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hello experts&lt;br /&gt;&lt;br /&gt;if some table field value as .Null.&lt;br /&gt;&lt;br /&gt;is refer as a empty &lt;br /&gt;&lt;br /&gt;my field Qty is .Null.&lt;br /&gt;&lt;br /&gt;if ask like this &lt;br /&gt;&lt;br /&gt;?empty(Qty)&lt;br /&gt;&lt;br /&gt;is show result .f.&lt;br /&gt;&lt;br /&gt;why</description><author>prasanna kunder&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 13:40:56 +0100</pubDate></item><item><title>Errors &amp; Debugging: Find characters starting from right                                                                 </title><link>http://www.foxite.com/archives/0000377184.htm</link><guid>http://www.foxite.com/archives/0000377184.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi All,&lt;br /&gt;&lt;br /&gt;Pardon me if I got this thread in the wrong category. Users store images in various drives and folders. These images have names like imgFile1, imgFile2, imgFile3...to imgFile24 and change automatically on certain dates. I am trying to make this happen by retrieving the file name from its location, attach a new image file and store it back to its location.&lt;br /&gt;&lt;br /&gt;this is my code&lt;br /&gt;&lt;br /&gt;store table.cLocation to cImglocation&lt;br /&gt;For i = 9 To 1 Step -1  &amp;&amp; loop backwards from end to start to strip file for image name w/out it location (9 would be the longest image name - imgFile24)&lt;br /&gt;&lt;br /&gt;   If Substr(cImglocation,i-1,1) = '\'  &amp;&amp; if we see backslash, we have gone past the start of image name&lt;br /&gt;      Exit  &amp;&amp; so we exit&lt;br /&gt;   else&lt;br /&gt;      lcFile1 = Substr(cimglocation,i,i) &amp;&amp; we keep storing chrs until full file name&lt;br /&gt;   endi&lt;br /&gt;Endfor&lt;br /&gt;&lt;br /&gt;the code above is failing and never gets to 1. the loop exits when i = 11 so I don't have a file name to continue with.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;lcFile2=spac(0)&lt;br /&gt;c=0&lt;br /&gt;store val(substr(lcFile1,8,2)) to c&lt;br /&gt;c=c+1&lt;br /&gt;if c &gt;= 10&lt;br /&gt;   Store Str(c,2) To cStr&lt;br /&gt;else&lt;br /&gt;   Store Str(c,1) To cStr&lt;br /&gt;endi&lt;br /&gt;&lt;br /&gt;lcFile2 = substr(lcFile1,1,7)+cStr+".bmp"  &amp;&amp; now we have a file with a new name&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Patrick</description><author>Patrick Cadogan&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 21:22:22 +0100</pubDate></item><item><title>Reports and Printers: report with data from multiple records                                                              </title><link>http://www.foxite.com/archives/0000377154.htm</link><guid>http://www.foxite.com/archives/0000377154.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I'm wondering if it is possible to create a report with fields from different records from the same table.&lt;br /&gt;The table has a fixed limited number of records (due to legislation).&lt;br /&gt;&lt;br /&gt;In a report I would like to create for example 10 lines, with on each line a field value of a particular record, like:&lt;br /&gt;&lt;br /&gt;"blablabla... value a = " --&gt; show: record(1), field(a)&lt;br /&gt;"blablabla... value b = " --&gt; show: record(2), field(b)&lt;br /&gt;"blablabla... value c = " --&gt; show: record(8), field(c)&lt;br /&gt;etc..&lt;br /&gt;&lt;br /&gt;I can of course create the report using variables showing the above values, but is there an alternative way?&lt;br /&gt;&lt;br /&gt;Regards, Gerrit</description><author>Gerrit Broekhuis&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 10:26:50 +0100</pubDate></item><item><title>User Groups &amp; Online Communities: Can't connect to Weblogs.Foxite.com                                                                 </title><link>http://www.foxite.com/archives/0000377180.htm</link><guid>http://www.foxite.com/archives/0000377180.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;For some reason I'm unable to connect to the &lt;a target='_blank' href='http://weblogs.foxite.com/'&gt;Weblogs.Foxite.com&lt;/a&gt;&lt;br /&gt;Is anyone else experiencing this problem?</description><author>David Hasson&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 19:01:04 +0100</pubDate></item><item><title>VFP and .NET: Excel sheet to visual foxpro table                                                                  </title><link>http://www.foxite.com/archives/0000377119.htm</link><guid>http://www.foxite.com/archives/0000377119.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi everyone. I just want to import some excel sheets to visual foxpro tables I really would appreciate your help.&lt;br /&gt;&lt;br /&gt;B.Sanon</description><author>Bonhomme Sanon&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 17:39:08 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: First Charecter Of Word                                                                             </title><link>http://www.foxite.com/archives/0000377175.htm</link><guid>http://www.foxite.com/archives/0000377175.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hello Experts&lt;br /&gt;&lt;br /&gt;how can i retrieve first character of the word&lt;br /&gt;&lt;br /&gt;eg. my word is&lt;br /&gt;&lt;br /&gt;MY FIRST JOB IN TOWN&lt;br /&gt;&lt;br /&gt;now i want result like this&lt;br /&gt;&lt;br /&gt;MFJIT&lt;br /&gt;&lt;br /&gt;thanks in advance</description><author>prasanna kunder&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 18:38:12 +0100</pubDate></item><item><title>VFP and .NET: Check Box                                                                                           </title><link>http://www.foxite.com/archives/0000377158.htm</link><guid>http://www.foxite.com/archives/0000377158.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;I am getting this problem while creating a FORM.&lt;br /&gt;I have created a GRID with single column. Depending upon the data I keep adding&lt;br /&gt;columns to GRID and assign the newly added column to the field (Numeric (1)).&lt;br /&gt;I have made CHECKBOX control for that column. However, when I run the form&lt;br /&gt;I am unable to change CHECKBOX value by clicking it.&lt;br /&gt;&lt;br /&gt;Also, if somebody could help me, how do I manage functions of the controls&lt;br /&gt;added in the GRID above.</description><author>Devesh Mathur&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 11:40:11 +0100</pubDate></item><item><title>Forms: connecting grid to form                                                                             </title><link>http://www.foxite.com/archives/0000377151.htm</link><guid>http://www.foxite.com/archives/0000377151.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;hi&lt;br /&gt;i'm sorry, iam a newbie :-) &lt;br /&gt;&lt;br /&gt;i want to ask&lt;br /&gt;how to connecting datagrid from other form to input the textbox another form&lt;br /&gt;like this archive file &lt;br /&gt;thanks a lot for your attention...&lt;br /&gt; :-O&lt;br /&gt;&lt;a target='_blank' href='http://www.foxite.com/uploads/764d15b1-829e-4328-bf20-4086f114db8f.rar'&gt;http://www.foxite.com/uploads/764d15b1-829e-4328-bf20-4086f114db8f.rar&lt;/a&gt;</description><author>high sa&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 21 May 2013 08:08:04 +0100</pubDate></item><item><title>General VFP Topics: define window                                                                                       </title><link>http://www.foxite.com/archives/0000377126.htm</link><guid>http://www.foxite.com/archives/0000377126.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;I am using the following statement to define a window.&lt;br /&gt;&lt;br /&gt;DEFINE WINDOW win_disp FROM 02,05 TO 35,75 TITLE 'External COBROKE'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In rare cases, the information I want to display in the window exceeds the length of the window and causes the system to error.&lt;br /&gt;&lt;br /&gt;Is there a way to define the window with a vertical scroll bar allowing me to display information beyond the length of the window?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I think I can define the window length longer then the screen. Only thing is, the user can not see the information beyond what the screen allows the user to see.</description><author>Dave JustDave&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 22:38:15 +0100</pubDate></item><item><title>Win32API programming: SENDING SMS MESSAGES TO CELL PHONES                                                                 </title><link>http://www.foxite.com/archives/0000377109.htm</link><guid>http://www.foxite.com/archives/0000377109.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;hello experts&lt;br /&gt;&lt;br /&gt;i have a program on which i want to send sms or text to mobile handsets....&lt;br /&gt;what procedures would be best for me to follow....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thank you &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;blessed bless</description><author>Chief Chief&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 12:20:57 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: report in C Sharp with graph tutorials                                                              </title><link>http://www.foxite.com/archives/0000377096.htm</link><guid>http://www.foxite.com/archives/0000377096.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Dear expert,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I want a tutorial in &lt;B&gt;C Sharp&lt;/B&gt; both windows / web which will do the following:&lt;br /&gt;&lt;br /&gt;1. A sample report with a grouping.&lt;br /&gt;&lt;br /&gt;2. In addition the report should incorporate a &lt;B&gt;graph&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I've examined a number but they don't have it like we do it in vfp.&lt;br /&gt;&lt;br /&gt;Please assist&lt;br /&gt;&lt;br /&gt;Thanks</description><author>Leonard Trevor&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 08:03:42 +0100</pubDate></item><item><title>VFP and .NET: Grid Column1 searching                                                                              </title><link>http://www.foxite.com/archives/0000377102.htm</link><guid>http://www.foxite.com/archives/0000377102.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi expert&lt;br /&gt;i build a form with Grid only comlumn1 with this grid&lt;br /&gt;now i want to search a textbox in grid text column1 &lt;br /&gt;how can add search option with grid a textbox&lt;br /&gt;&lt;br /&gt;Sandeep Singh (Ludhiana)</description><author>sandeep singh&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 08:41:40 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: generate an executable in C Sharp                                                                   </title><link>http://www.foxite.com/archives/0000377100.htm</link><guid>http://www.foxite.com/archives/0000377100.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Dear experts,&lt;br /&gt;&lt;br /&gt;How do you generate an executable for deployment for the &lt;B&gt;windows environment&lt;/B&gt;  and for the &lt;B&gt;Web application.&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;The database is &lt;B&gt;ms sql server 2008 and above&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;A sample with the necessary documentation or references will be more than welcomed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks</description><author>Leonard Trevor&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 08:13:10 +0100</pubDate></item><item><title>Errors &amp; Debugging: Shellexecute problem !!!                                                                            </title><link>http://www.foxite.com/archives/0000377080.htm</link><guid>http://www.foxite.com/archives/0000377080.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Sir,&lt;br /&gt;&lt;br /&gt;   Thanks for your time, effort &amp; help.&lt;br /&gt;&lt;br /&gt;   I need help.&lt;br /&gt;&lt;br /&gt;   If I run the following program, repeatedly, it generates error : "access denied".&lt;br /&gt;&lt;br /&gt;   I suspect, Shellexecute is throwing that error.&lt;br /&gt;   How to solve this ?&lt;br /&gt;&lt;br /&gt;   Thanks.&lt;br /&gt;   ramesh&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;  SET SAFE OFF&lt;br /&gt;  SET CONF OFF&lt;br /&gt;  CLOS DATA ALL&lt;br /&gt;  ERASE PHONE.XLS&lt;br /&gt;&lt;br /&gt;  USE PHONE&lt;br /&gt;  DELETE FOR NAME = SPACE(25)&lt;br /&gt;  PACK&lt;br /&gt;  IF RECC() = 0&lt;br /&gt;     CLOSE DATA&lt;br /&gt;     CLEAR&lt;br /&gt;     RETURN&lt;br /&gt;  ENDIF&lt;br /&gt; &lt;br /&gt;  COPY TO PHONE.XLS TYPE XLS&lt;br /&gt;  CLOSE DATA ALL &lt;br /&gt;&lt;br /&gt;  DECLARE INTEGER ShellExecute IN shell32.dll ; &lt;br /&gt;  INTEGER hndWin, STRING cAction, STRING cFileName, ; &lt;br /&gt;  STRING cParams, STRING cDir, INTEGER nShowWin&lt;br /&gt;&lt;br /&gt;  cFileName = "phone.xls" &lt;br /&gt;  cAction = "open" &lt;br /&gt;  ShellExecute(0,cAction,cFileName,"","",1)&lt;br /&gt;&lt;br /&gt;  CLOSE ALL&lt;br /&gt;  CLEAR&lt;br /&gt;  RETURN</description><author>ramesh m&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 20 May 2013 05:24:56 +0100</pubDate></item></channel></rss>