 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; FoxPro</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/foxpro/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 21:40:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Foxpro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/foxpro/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/foxpro/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 06:26:27 +0000</pubDate>
		<dc:creator>kameswararao</dc:creator>
				<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/foxpro/</guid>
		<description><![CDATA[New Answer by RedGuy]]></description>
				<content:encoded><![CDATA[New Answer by RedGuy]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/foxpro/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Use the Query in Foxpro to Visual Basic 6</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-the-query-in-foxpro-to-visual-basic-6/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-the-query-in-foxpro-to-visual-basic-6/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 09:02:56 +0000</pubDate>
		<dc:creator>Sukamichi</dc:creator>
				<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[Visual Basic 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i making a program that will sort or index the table in foxpro, i use sql code to generate the code in visual basic 6.0 but it has always an error.. i&#8217;m using ado data control, and here are my codes..   Adodc1.ConnectionString = &#8220;Provider=VFPOLEDB.1;Data Source=G:Documents and SettingsDP2205DesktopDataEnvironment;Password=&#8221;";Collating Sequence=MACHINE&#8221; Adodc1.RecordSource = &#8221; SELECT Books.book_id, Books.title, [...]]]></description>
				<content:encoded><![CDATA[<p>i making a program that will sort or index the table in foxpro, i use sql code to generate the code in visual basic 6.0 but it has always an error.. i&#8217;m using ado data control, and here are my codes..<br/><br/>  <br/><br/> Adodc1.ConnectionString = &#8220;Provider=VFPOLEDB.1;Data Source=G:Documents and SettingsDP2205DesktopDataEnvironment;Password=&#8221;";Collating Sequence=MACHINE&#8221; Adodc1.RecordSource = &#8221; SELECT Books.book_id, Books.title, Books.topic_id, Books.copyright_year, &#8221; _   &#038; &#8221; Books.isbn_number, Books.publisher_name, Books.purchase_price,&#8221; _  &#038; &#8221; Books.covertype, Books.date_purchased, Books.pages, Books.notes&#8221; _ &#038; &#8221; FROM books!books&#8221; _ &#038; &#8221; ORDER BY copyright_year DESC&#8221; Adodc1.Refresh Set DataGrid1.DataSource = Adodc1<br/><br/> please help me get through with it,,hehe<br/><br/> i hope for your replies,,<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-use-the-query-in-foxpro-to-visual-basic-6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Creating Temporary File in Visual Basic 6 using Foxpro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-temporary-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/creating-temporary-file/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 08:30:20 +0000</pubDate>
		<dc:creator>Sukamichi</dc:creator>
				<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[Temporary files]]></category>
		<category><![CDATA[VB 6.0]]></category>
		<category><![CDATA[Visual Basic 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How can i make a temporary file in visual basic 6 using visual foxpro 9 as backend?,,, i manage to make a temporary file in foxpro but i didn&#8217;t no how to do it in visual basic,,please help me,,]]></description>
				<content:encoded><![CDATA[<p>How can i make a temporary file in visual basic 6 using visual foxpro 9 as backend?,,, i manage to make a temporary file in foxpro but i didn&#8217;t no how to do it in visual basic,,please help me,,</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/creating-temporary-file/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Importing Public Folders Contacts to Visual Foxpro 9</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/importing-public-folders-contacts-to-visual-foxpro-9/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/importing-public-folders-contacts-to-visual-foxpro-9/#comments</comments>
		<pubDate>Tue, 03 May 2011 15:04:06 +0000</pubDate>
		<dc:creator>Likebeer</dc:creator>
				<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Visual FoxPro]]></category>
		<category><![CDATA[Visual FoxPro 9]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How can I extract contacts from a public folder and import into a table in VFP 9]]></description>
				<content:encoded><![CDATA[<p>How can I extract contacts from a public folder and import into a table in VFP 9</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/importing-public-folders-contacts-to-visual-foxpro-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get print on any Hp printer from Dos mode foxpro software?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-print-on-any-hp-printer-from-dos-mode-foxpro-software/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-print-on-any-hp-printer-from-dos-mode-foxpro-software/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 12:12:11 +0000</pubDate>
		<dc:creator>Srmsoft</dc:creator>
				<category><![CDATA[DOS]]></category>
		<category><![CDATA[DOS program]]></category>
		<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[HP Printer]]></category>
		<category><![CDATA[HP Printer Problem]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-print-on-any-hp-printer-from-dos-mode-foxpro-software/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changed Foxpro 2.6 .dbf file and change doesn&#8217;t show up when I run the .exe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/changed-foxpro-26-dbf-file-and-change-doesnt-show-up-when-i-run-the-exe/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/changed-foxpro-26-dbf-file-and-change-doesnt-show-up-when-i-run-the-exe/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 17:56:32 +0000</pubDate>
		<dc:creator>Djr6004</dc:creator>
				<category><![CDATA[Database Files]]></category>
		<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[FoxPro 2.6]]></category>
		<category><![CDATA[FoxPro 2.6 for DOS]]></category>
		<category><![CDATA[FoxPro for DOS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I am hoping I am posting this in the correct forum. I work for a company that is running a simple tickets database program to track who uses what sports tickets. There is a .exe file and a few .dbf files, etc. About 10 files in a folder to run this Tickets program from [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, I am hoping I am posting this in the correct forum. I work for a company that is running a simple tickets database program to track who uses what sports tickets. There is a .exe file and a few .dbf files, etc. About 10 files in a folder to run this Tickets program from Dos FoxPro 2.6 version. in the tickets.dbf file is where I see our ticket numbers listed. Someone from years back from this foxpro program we run and I am not a programmer at all, but I thought it I went in and changed the tickets.dbf file, when I ran the ticket.exe program that the updated seats in the tickets.dbf file would be updated in the dos program. Which is not the case. Since all of the seat numbers changed that we are assigned, how can I change the seats in ticket.dbf so when I run tickets.exe the new seat assignments show up??? I don&#8217;t know what I am missing? Can anyone help me.. I would appreciate any assistance anyone can provide. I am almost thinking I have to compile something because just changing the .dbf file in Foxpro does not bring up the new seats when I run the dos Foxpro program&#8230; Thank you so much!!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/changed-foxpro-26-dbf-file-and-change-doesnt-show-up-when-i-run-the-exe/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Printing in network printer with Windows XP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-in-network-printer/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/printing-in-network-printer/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 04:26:38 +0000</pubDate>
		<dc:creator>Ravanan</dc:creator>
				<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[FoxPro 2.6]]></category>
		<category><![CDATA[FoxPro 2.6 performance]]></category>
		<category><![CDATA[Network printers]]></category>
		<category><![CDATA[Printer management]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP Printing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i am a foxpro 2.6 for dos user. i printed from the software through a net work printer when the os is windows me. now i cant print in xp. i got the windows test page now. but from dos i cant. how is it possible. pls help me]]></description>
				<content:encoded><![CDATA[<p>i am a foxpro 2.6 for dos user. i printed from the software through a net work printer when the os is windows me. now i cant print in xp. i got the windows test page now. but from dos i cant. how is it possible. pls help me</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/printing-in-network-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting large files from FoxPro 6.0 to excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exporting-large-files-from-foxpro-60-to-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/exporting-large-files-from-foxpro-60-to-excel/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 18:17:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel Database]]></category>
		<category><![CDATA[Excel import/export]]></category>
		<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[FoxPro 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I asked about exporting large files from fox pro 6.0 to excel because my computer was cutting off large data base i am trying to export. This is the answer you gave me: Excel is stopping at 16k records.  As a workaround, export to CSV format; you can then use a text editor (e.g., Wordpad) [...]]]></description>
				<content:encoded><![CDATA[<p>I asked about exporting large files from fox pro 6.0 to excel because my computer was cutting off large data base i am trying to export. This is the answer you gave me: Excel is stopping at 16k records.  As a workaround, export to CSV format; you can then use a text editor (e.g., Wordpad) to split that file into Excel-manageable chunks. My problem now is that I tried to export it to CSV format but my computer does not show that for an option.  So is there another option? Thank you.<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/exporting-large-files-from-foxpro-60-to-excel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual FoxPro 6.0 troubles exporting large files to excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/visual-foxpro-60-troubles-exporting-large-files-to-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/visual-foxpro-60-troubles-exporting-large-files-to-excel/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:17:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel import/export]]></category>
		<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[FoxPro 6]]></category>
		<category><![CDATA[Visual FoxPro 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have large databases that need to be sent to customers in a manifest.  So i export it from FoxPro six to excel 5.0 and save it in my documents then attach it to an e-mail. The trouble i am having is exporting a large database.  FoxPro does not export the whole thing when i [...]]]></description>
				<content:encoded><![CDATA[<p>I have large databases that need to be sent to customers in a manifest.  So i export it from FoxPro six to excel 5.0 and save it in my documents then attach it to an e-mail. The trouble i am having is exporting a large database.  FoxPro does not export the whole thing when i export it. It stops at like 16,000 something entries and there are over 30,000 in the database i need to export.  If there is anyway i can send the whole file or send it in two separate attachments I would aprreciate any information on how to do this. </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/visual-foxpro-60-troubles-exporting-large-files-to-excel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to remove Microsoft Foxpro Title bar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-microsoft-foxpro-title-bar/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-microsoft-foxpro-title-bar/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 04:54:27 +0000</pubDate>
		<dc:creator>Tanvirac</dc:creator>
				<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[FoxPro 2.6]]></category>
		<category><![CDATA[FoxPro 2.6 for WINDOWS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to remove Microsoft Foxpro Title bar from the main screen in FPW2.6]]></description>
				<content:encoded><![CDATA[<p>How to remove Microsoft Foxpro Title bar from the main screen in FPW2.6</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-remove-microsoft-foxpro-title-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/28 queries in 0.040 seconds using memcached
Object Caching 931/1065 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 21:59:45 -->