<?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 - 2010 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>Grids: Strange grid problem                                                                                </title><link>http://www.foxite.com/archives/0000252910.htm</link><guid>http://www.foxite.com/archives/0000252910.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;SIR,&lt;br /&gt;&lt;br /&gt;I am facing a problem about valid event in grid.&lt;br /&gt;&lt;br /&gt;The form is attached,the problem details is also included in form. please help&lt;br /&gt;&lt;a target='_blank' href='http://www.foxite.com/uploads/5112e621-57aa-4bca-819d-de184254e6d3.zip'&gt;http://www.foxite.com/uploads/5112e621-57aa-4bca-819d-de184254e6d3.zip&lt;/a&gt;</description><author>Tariq mehmood&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 13:55:47 +0100</pubDate></item><item><title>3rd Party Software: themed control problem                                                                              </title><link>http://www.foxite.com/archives/0000252766.htm</link><guid>http://www.foxite.com/archives/0000252766.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Dear Experts &lt;br /&gt;i am using windows 7. when i run themed control following errors&lt;br /&gt;&lt;br /&gt;Thanks &amp; Regards&lt;br /&gt;&lt;br /&gt;Tanveer Ul hassan&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/65c302df-bfe6-44f8-b913-44cc7d0d65ca.png"/&gt;</description><author>M. Tanveer Ul Hassan Shaheen&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 12:43:04 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: Sorting A table                                                                                     </title><link>http://www.foxite.com/archives/0000252699.htm</link><guid>http://www.foxite.com/archives/0000252699.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi Guys,&lt;br /&gt;&lt;br /&gt;I have a little problem that i need some help with.&lt;br /&gt;&lt;br /&gt;I have a table of names and addresses that i am required to print two up on a A4 sheet of paper while keeping them in strict order as there is a sequence number allocated to the table before i do the two up sort as below.&lt;br /&gt;&lt;br /&gt;The following snippet of code i use to do a two up sort on a table &lt;br /&gt;&lt;br /&gt;	before it looks like below :&lt;br /&gt;		sequence Number		sort_No&lt;br /&gt;		1			0	&lt;br /&gt;		2			0&lt;br /&gt;		3			0&lt;br /&gt;		4			0&lt;br /&gt;	&lt;br /&gt;	and so on......&lt;br /&gt;&lt;br /&gt;	replace Sort_No with (2 * recno()) - 1 for recno() &lt;= (reccount() / 2)&lt;br /&gt;	replace Sort_No with (2 * recno()) - reccount()  for recno() &gt; (reccount() / 2)&lt;br /&gt;&lt;br /&gt;	INDEX ON Sort_No TAG Sort_No&lt;br /&gt;	SET ORDER TO Sort_No &lt;br /&gt;	&lt;br /&gt;	After it looks like below :&lt;br /&gt;		Sequence Number		Sort_No&lt;br /&gt;		1			1	&lt;br /&gt;		3			2&lt;br /&gt;		2			3&lt;br /&gt;		4			4&lt;br /&gt;	&lt;br /&gt;	and so on ... remembering if the table is bigger than 4 records the number 3 in sequence number field will be 1/2 the number of records + 1&lt;br /&gt;&lt;br /&gt;This has worked for a long time - now due to the recession i have been asked to print them 4 up on a sheet of A3 to save money &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I would like to do the same as above but make it do a four up sort on a table.&lt;br /&gt;&lt;br /&gt;Can any one come up with a way of doing this for me very quickly &lt;br /&gt;&lt;br /&gt;Do i just need to add two more lines to the above so it looks like below ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	replace Sort_No with (2 * recno()) - 1 for recno() &lt;= (reccount() / 2)&lt;br /&gt;	replace Sort_No with (2 * recno()) - reccount()  for recno() &gt; (reccount() / 2)&lt;br /&gt;	replace Sort_No with (2 * recno()) - 1 for recno() &lt;= (reccount() / 2)&lt;br /&gt;	replace Sort_No with (2 * recno()) - reccount()  for recno() &gt; (reccount() / 2)&lt;br /&gt;&lt;br /&gt;	INDEX ON Sort_No TAG Sort_No&lt;br /&gt;	SET ORDER TO Sort_No &lt;br /&gt;	&lt;br /&gt;&lt;br /&gt;Obviously changing the number 2 to be a 4 .... ?&lt;br /&gt;&lt;br /&gt;The field in the table called sort_no is a numeric.&lt;br /&gt;&lt;br /&gt;Any help would be appreciated.&lt;br /&gt;&lt;br /&gt;thanks in advance &lt;br /&gt;&lt;br /&gt;rdrunner &lt;br /&gt;&lt;br /&gt;"Keep your feet on the ground and keep reaching for the stars..."</description><author>murray w&lt;invalid-address@foxite.com&gt;</author><pubDate>Sun, 07 Feb 2010 11:16:22 +0100</pubDate></item><item><title>General VFP Topics: CORRUPTED TABLE VERIFY                                                                              </title><link>http://www.foxite.com/archives/0000252956.htm</link><guid>http://www.foxite.com/archives/0000252956.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi Experts,&lt;br /&gt;How can I verify while opening if the table is corrupted?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Sasy</description><author>Sasy Caravella&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 16:44:28 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: convert dbf to MSSQL                                                                                </title><link>http://www.foxite.com/archives/0000252937.htm</link><guid>http://www.foxite.com/archives/0000252937.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Dear experts,&lt;br /&gt;&lt;br /&gt;can anybody help me please?&lt;br /&gt;I want to immigrate a large dbc database into MS SQL Server 2005. There are 430 Tables and i can not do it individually. &lt;br /&gt;Shuld i purchase a software?&lt;br /&gt;&lt;br /&gt;2000000 x Thanks</description><author>Farid Gohar&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 15:58:28 +0100</pubDate></item><item><title>Projects and Design: Is there a setting to force recompilatio                                                            </title><link>http://www.foxite.com/archives/0000252952.htm</link><guid>http://www.foxite.com/archives/0000252952.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Although 'recompile all' is checked on project build, sometimes the code isn't rebuilt and I need to compile explicitly using 'compile' command. Is there a setting somewhere that would make 'Recompile all' work as it is intented to do?&lt;br /&gt;Thanks in advance&lt;br /&gt;&lt;br /&gt;Cetin Basoz&lt;br /&gt;&lt;br /&gt;&lt;b&gt;.Net has got better.&lt;/b&gt;Think about moving - check my blog: &lt;br /&gt;&lt;a rel='nofollow' target='_blank' href="http://cetinbasoz.spaces.live.com/blog/"&gt;Blog (main)&lt;/a&gt;&lt;br /&gt;&lt;a rel='nofollow' target='_blank' href="http://cetinbasoz.blogspot.com/"&gt;Blog (mirror)&lt;/a&gt;</description><author>Cetin Basoz&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 16:36:41 +0100</pubDate></item><item><title>Windows Vista and VFP: Calibri font on vfp form with XP                                                                    </title><link>http://www.foxite.com/archives/0000252735.htm</link><guid>http://www.foxite.com/archives/0000252735.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I am using Calibri and Segoe UI fonts for my form labels. When the form is run in XP, these labels go darker and darker when the form is deactivated and activated. Here is how it looks.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/8dcc1d17-c597-433c-acc3-0f96079f6ac5.bmp"/&gt;&lt;br /&gt;&lt;br /&gt;As you can see, label with tahoma font has remained ok while others have become darker.&lt;br /&gt;If the form is minimized and maximized, these fonts come back to normal.&lt;br /&gt;&lt;br /&gt;What is the problem? How to fix it?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Vivek</description><author>Vivek Deodhar&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 05:50:17 +0100</pubDate></item><item><title>Foxite: feedback: Twitter Foxite feed ?                                                                               </title><link>http://www.foxite.com/archives/0000252924.htm</link><guid>http://www.foxite.com/archives/0000252924.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Is that you Eric ?&lt;br /&gt;&lt;br /&gt;&lt;a target='_blank' href='http://twitter.com/foxitefeed' rel='nofollow'&gt;http://twitter.com/foxitefeed&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;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, 09 Feb 2010 15:29:56 +0100</pubDate></item><item><title>Foxite: feedback: Mailrobot not workin?                                                                               </title><link>http://www.foxite.com/archives/0000252889.htm</link><guid>http://www.foxite.com/archives/0000252889.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I am not receiving notifications of replies etc. in my mailbox. Has the problem we had experienced a few weeks ago re-surfaced?&lt;br /&gt;&lt;br /&gt;Vivek</description><author>Vivek Deodhar&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 10:10:13 +0100</pubDate></item><item><title>Windows 7 and VFP: combine the contents of two text files                                                              </title><link>http://www.foxite.com/archives/0000252860.htm</link><guid>http://www.foxite.com/archives/0000252860.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi will you able to help me with this logic. combining the contents of two text files into 1 text file&lt;br /&gt;&lt;br /&gt;example&lt;br /&gt;textfile 1&lt;br /&gt;filename: en99901.txt&lt;br /&gt;contains:&lt;br /&gt;&lt;B&gt;001053912110889000768&lt;/B&gt;&lt;br /&gt;001053914800212000494&lt;br /&gt;00105391480488&lt;br /&gt;00105391480488901253&lt;br /&gt;00105391480488891833&lt;br /&gt;001053914809010955012&lt;br /&gt;0010539174305001161&lt;br /&gt;001053914804888899437&lt;br /&gt;001053914800016556982&lt;br /&gt;001053914809011553026&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;textfile 2&lt;br /&gt;filename : whole.txt&lt;br /&gt;contains&lt;br /&gt;&lt;B&gt;16850,2110889000768,"cambridge dist london gin 75cl"&lt;/B&gt;&lt;br /&gt;100004,74305001161,"BRGG APL CDR VNGR16oZ"&lt;br /&gt;100004,74305401169,"BRGG APL CDR VNGR16oZ"&lt;br /&gt;100006,4800212000494,"CHAMPOLET WAFER 150G"&lt;br /&gt;100024,4902430498272,"WHISP SN ULT REG NW5S"&lt;br /&gt;100026,4809010955012,"HRVSTRS INTAN RCE 2K"&lt;br /&gt;100028,4809010955029,"HRVSTRS WLMLD RCE 5K"&lt;br /&gt;100034,4809010955067,"HRVSTRS LNGGRN 5K NVT"&lt;br /&gt;100036,4809010955111,"HRVSTRS SNDMNG 10K NV"&lt;br /&gt;100043,4809011553026,"SQUZD4U CLMNSI 750M"&lt;br /&gt;&lt;br /&gt;textfile 1 will be divided into 3 using set cursor&lt;br /&gt;example&lt;br /&gt;value 1-5   6-9  10-23&lt;br /&gt;      cde   loc  barcode&lt;br /&gt;     00105  391  2110889000768 &lt;br /&gt;&lt;br /&gt;textfile 2 will be divided into 3 using delimited&lt;br /&gt;example&lt;br /&gt;link  barcode        description       &lt;br /&gt;16850,2110889000768,"cambridge dist london gin 75cl"&lt;br /&gt;&lt;br /&gt;&lt;B&gt;we will use the barcode of textfile1 to search in textfile2&lt;/B&gt;&lt;br /&gt;if not found will drop the list of notfound in textfile3&lt;br /&gt;but the name of textfile3 will become the name of textfile1+_notfound or = en99901_notfound.txt&lt;br /&gt;e.g. we have at least 100 textfile in different filename for textfile1.&lt;br /&gt;&lt;B&gt;i will use the command&lt;/B&gt;&lt;br /&gt;textfile1 = GETFILE("txt",'',"OK", 0,"search for textfile1 ")&lt;br /&gt;textfile2 = GETFILE("txt",'',"OK", 0,"search for textfile2 ")&lt;br /&gt;command1 button will initiate the filter of not found and drops to textfile3&lt;br /&gt;&lt;br /&gt;thanks.&lt;br /&gt;&lt;br /&gt;aris</description><author>aris suguitan&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 01:35:25 +0100</pubDate></item><item><title>VFP and .NET: input algorithm to filename                                                                         </title><link>http://www.foxite.com/archives/0000252707.htm</link><guid>http://www.foxite.com/archives/0000252707.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;hi how to add up algorithm to saving file.&lt;br /&gt;&lt;br /&gt;&lt;B&gt;example&lt;/B&gt;&lt;br /&gt;If _Tally &gt; 0&lt;br /&gt;  Select t_temp&lt;br /&gt; &lt;B&gt; Copy To myfile.txt Type sdf&lt;/B&gt;&lt;br /&gt;  Use In t_temp&lt;br /&gt;Endif&lt;br /&gt;&lt;br /&gt;i want to change the filename to &lt;br /&gt;&lt;br /&gt;myfile_Feb7_832pm if created in Feb7 at 8:32pm &lt;br /&gt;myfile_Feb7_832pm  if created in Feb7 at 8:835pm&lt;br /&gt;&lt;br /&gt;and drops the said file to desktop with&lt;B&gt; folder myfile&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;&lt;br /&gt;aris</description><author>aris suguitan&lt;invalid-address@foxite.com&gt;</author><pubDate>Sun, 07 Feb 2010 13:35:41 +0100</pubDate></item><item><title>Classes and Objects: optiongroup with scrollbars                                                                         </title><link>http://www.foxite.com/archives/0000252758.htm</link><guid>http://www.foxite.com/archives/0000252758.htm</guid><description>Version: Visual FoxPro 8&lt;br /&gt;&lt;br /&gt;how to create optiongroup with scrollbars ???&lt;br /&gt;i want display option with style graphical and scrolled&lt;br /&gt;thank's</description><author>roellj one&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 11:06:43 +0100</pubDate></item><item><title>Projects and Design: text cursor size                                                                                    </title><link>http://www.foxite.com/archives/0000252909.htm</link><guid>http://www.foxite.com/archives/0000252909.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hello,&lt;br /&gt;i want to ask if anybody know how to change cursor size in textbox.&lt;br /&gt;I know that this can be done throught windows control panel,&lt;br /&gt;but i mean programatically change.&lt;br /&gt;&lt;br /&gt;In older time i use sys(2008, "I", 2), but this no longer exist in vfp.&lt;br /&gt;&lt;br /&gt;Thank&lt;br /&gt;Martin</description><author>Martin Krivka&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 13:30:25 +0100</pubDate></item><item><title>Microsoft Office Automation: READING EXCEL COLUMN                                                                                </title><link>http://www.foxite.com/archives/0000252865.htm</link><guid>http://www.foxite.com/archives/0000252865.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Dear,&lt;br /&gt;I want to fetch all the value of a column in a excel sheet.&lt;br /&gt;How can I do that programatically.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Sandy</description><author>Sandy Stephen&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 06:21:51 +0100</pubDate></item><item><title>User Groups &amp; Online Communities: DAFUG - February 2010                                                                               </title><link>http://www.foxite.com/archives/0000252899.htm</link><guid>http://www.foxite.com/archives/0000252899.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;February 11, 2010&lt;br /&gt;Detroit Area Fox User Group (DAFUG) presents:&lt;br /&gt;"VFP and MySQL: Case Study for Remote Data"&lt;br /&gt;&lt;br /&gt;1) "VFP and MySQL: Case Study for Remote Data", by Rick Schummer &lt;br /&gt;&lt;br /&gt;For many years Visual FoxPro developers have found backend databases to be a compelling alternative to the DBF data store. There are many good reasons to move to a backend database. The business model of distributed locations and facilities is not uncommon. Because of the way Visual FoxPro caches tables and indexes, DBF data does not scale well over the WAN, pushing people to a backend data store. Another business concern is the security of the DBF files and easy access to anyone with network/workstation access to the folder where they are stored. Businesses cannot afford to have their competitive advantage walk out the door on a thumb drive. Then there is the ever unpopular technical limitation of the two gigabyte table size limit. There are lots of good reasons you or your customer might want to migrate to a server-based backend database.&lt;br /&gt;&lt;br /&gt;Visual FoxPro is very flexible in working with backend data. In fact, even though Visual FoxPro has a long history deeply seeded with the DBF standard, the development environment and the language is really data store agnostic. In this session, you'll see how you can leverage MySQL (or for that matter, any backend data) to have data sit on a server (Web, file, or data), and have a Web application and a VFP desktop application both access the same database. The demonstrations will be performed on a live application developed as a prototype for two production applications created for actual customers that fit this model. The session is filled with real world experience and the wisdom shared should give developers a huge head start if they are just getting started with remote data, and some things to consider even if you have experience working with backend databases.&lt;br /&gt;&lt;br /&gt;You will learn:&lt;br /&gt;&lt;br /&gt;- Fundamentals of working with MySQL and other backend databases &lt;br /&gt;- Pros and cons to different access techniques to remote data (remote views, cursoradapters, SQL passthrough) &lt;br /&gt;- Performance vs. ease of use vs. flexibility considerations approaching backend data &lt;br /&gt;- Simple model for architecting a distributed application &lt;br /&gt;- Lessons learned in setting up a distributed application &lt;br /&gt;- Challenges to consider before you decide to make the jump to a backend database &lt;br /&gt; &lt;br /&gt;2) Anything else people want to talk about.&lt;br /&gt;&lt;br /&gt;- Open discussion and the other normal chatter of tips and tricks.&lt;br /&gt;- Anything else people want to talk about.&lt;br /&gt;&lt;br /&gt;3) DOOR PRIZES (one of each):&lt;br /&gt;- Office 2007 Standard&lt;br /&gt;- Halo 3 ODST (Xbox)&lt;br /&gt;- Forza Motorsport 3 (Xbox)&lt;br /&gt;- Word of Mouth Marketing (Book)&lt;br /&gt;- Introducing Windows 7 for Developers (Book)&lt;br /&gt;- How We Test Software at Microsoft (Book)&lt;br /&gt;&lt;br /&gt;We are always looking for volunteers and topics (please email Dale Zimmer or Rick Schummer)&lt;br /&gt;&lt;br /&gt;Meetings are typically followed by food, FoxPro, and developer discussion at a local restaurant.&lt;br /&gt;&lt;br /&gt;Holiday Inn Express - Southfield&lt;br /&gt;25100 Northwestern HWY&lt;br /&gt;Southfield, MI 48075 &lt;br /&gt;&lt;br /&gt;Small Meeting Room on 1st Floor&lt;br /&gt;&lt;br /&gt;Hope to see you there.&lt;br /&gt;More DAFUG details at &lt;a target='_blank' href='http://www.dafug.org/' rel='nofollow'&gt;http://www.dafug.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Agenda:&lt;br /&gt;6:00 - 8:00 Presentation&lt;br /&gt;8:00 - ? Food &lt;br /&gt;&lt;br /&gt;Future Planned DAFUG Meetings and Speakers:&lt;br /&gt;March 11, 2010 - "Quibbles, Quirks, and Quickies" - Rick Borup&lt;br /&gt;April 15, 2010 - TBD&lt;br /&gt;May 13, 2010 - TBD - Mike Feltman&lt;br /&gt;June 10, 2010 - TBD&lt;br /&gt;July 2010 - No Meeting (maybe a baseball game??)&lt;br /&gt;August 12, 2010 - TBD&lt;br /&gt;September 16, 2010 - TBD&lt;br /&gt;October 7, 2010 - TBD&lt;br /&gt;November 18, 2010 - TBD&lt;br /&gt;December 9, 2010 - TBD&lt;br /&gt;&lt;br /&gt;DAFUG meets on the second or third Thursday of the month (except for July).&lt;br /&gt;&lt;br /&gt;Admission to DAFUG meetings will be granted free to anyone for 1 (one) meeting. After that you must either join the group (at the low cost of $30 a year, $15 for a half year) or you will be asked to pay $5 per meeting you attend. The $5 will grant you admission but no other rights or privileges of membership.&lt;br /&gt;&lt;br /&gt;Mary Pilon, Secretary for DAFUG</description><author>Mary Pilon&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 11:59:50 +0100</pubDate></item><item><title>Projects and Design: Making of Down arrow and uparrow                                                                    </title><link>http://www.foxite.com/archives/0000252868.htm</link><guid>http://www.foxite.com/archives/0000252868.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;In the Grid for upward trend i want to display uparrow and for downward trend i have to use downarrow or for no change level arrow how can i do this</description><author>Khurram Tahir&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 06:53:20 +0100</pubDate></item><item><title>Reports and Printers: Show processing graphically (not thermo)                                                            </title><link>http://www.foxite.com/archives/0000252869.htm</link><guid>http://www.foxite.com/archives/0000252869.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi all&lt;br /&gt;&lt;br /&gt;Currently I have a WAIT WINDOW telling the user to wait as processing is being done for report generation.  W/o going through hoops, can we have some quick and simple animated graphical display to the user that something is happening with a message.  A Thermometer is not appropriate in this case as that would truly require a lot of setting up for a report that really may run very fast depending on user selection.&lt;br /&gt;&lt;br /&gt;Please advise&lt;br /&gt;&lt;br /&gt;Thanks and regards&lt;br /&gt;Bhavbhuti</description><author>Bhavbhuti Nathwani&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 07:42:29 +0100</pubDate></item><item><title>Forms: Vista and Title bar of Form not showing                                                             </title><link>http://www.foxite.com/archives/0000252867.htm</link><guid>http://www.foxite.com/archives/0000252867.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;In Vista Home Premium (VHP) some of my forms Title bar is not showing</description><author>Khurram Tahir&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 06:48:58 +0100</pubDate></item><item><title>Grids: adding data to a grid in database table                                                             </title><link>http://www.foxite.com/archives/0000252876.htm</link><guid>http://www.foxite.com/archives/0000252876.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;hi good day... &lt;br /&gt;i have a problem about the data in my grid...&lt;br /&gt;i just don't how to view the data in my table in the database..&lt;br /&gt;i can only view it when i use the the table in my database as the table in my&lt;br /&gt;grid...&lt;br /&gt;but i want to view my data in another grid that i may not use the table in my&lt;br /&gt;database as the table in my grid.. how can i put the data into the table just only to view its data without using the table in the database as the table in the grid?&lt;br /&gt;please help... cause i'm just new about this...</description><author>jay manuel&lt;invalid-address@foxite.com&gt;</author><pubDate>Tue, 09 Feb 2010 09:20:33 +0100</pubDate></item><item><title>Grids: grid problem                                                                                        </title><link>http://www.foxite.com/archives/0000252821.htm</link><guid>http://www.foxite.com/archives/0000252821.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;hi to all of you..&lt;br /&gt;i have a problem of my grid table...&lt;br /&gt;when i open the form that contain s the grid the table was appeared&lt;br /&gt;but when i open another form and when i call the form that contain the grid&lt;br /&gt;using the a button...the table in the grid was not appeared,,...&lt;br /&gt;please help</description><author>jay manuel&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 17:55:30 +0100</pubDate></item><item><title>Forms: Close Forms only with Close Button                                                                  </title><link>http://www.foxite.com/archives/0000252776.htm</link><guid>http://www.foxite.com/archives/0000252776.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Dear Experts&lt;br /&gt;&lt;br /&gt;I use following codes to close form with only close button, that works fine.&lt;br /&gt;Now I want to use some codes in main prg to apply following code to all the forms in project instead of writing on every form.&lt;br /&gt;&lt;br /&gt;Please help&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;
&lt;font color="Blue"&gt;MESSAGEBOX&lt;/font&gt;(&lt;font color="Black"&gt;"Please press close button to exit"&lt;/font&gt;,&lt;font color="Blue"&gt;_screen&lt;/font&gt;.&lt;font color="Blue"&gt;ActiveForm&lt;/font&gt;.&lt;font color="Blue"&gt;caption&lt;/font&gt;)
&lt;font color="Blue"&gt;NODEFAULT&lt;/font&gt;
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;these code are on queryunload evetn</description><author>Tariq mehmood&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 13:31:14 +0100</pubDate></item><item><title>Distribution and InstallShield: VFP9RUNTIME.MSM - Installshield error                                                               </title><link>http://www.foxite.com/archives/0000252682.htm</link><guid>http://www.foxite.com/archives/0000252682.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi everyone,&lt;br /&gt;&lt;br /&gt;Longtime reader, first posting.&lt;br /&gt;&lt;br /&gt;Installshield is giving me the following error:&lt;br /&gt;&lt;br /&gt;ISEXP : fatal error -6479: Internal build error&lt;br /&gt;&lt;br /&gt;Determined it's complaining about the VFP 9 runtime libraries.&lt;br /&gt;&lt;br /&gt;Spent most of the morning trying to find a solution.&lt;br /&gt;&lt;br /&gt;It's suggested I download a service pack for Visual Studio.&lt;br /&gt;&lt;br /&gt;I don't use Visual Studio --- does that matter?&lt;br /&gt;&lt;br /&gt;Where could a get an up-to-date file?: VFP9RUNTIME.MSM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers.</description><author>Greg Perry&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 17:59:58 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: Alter Table TableName Drop &amp; Cursor                                                                 </title><link>http://www.foxite.com/archives/0000252749.htm</link><guid>http://www.foxite.com/archives/0000252749.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;&lt;font color="Blue"&gt;SELECT&lt;/font&gt; * &lt;font color="Blue"&gt;FROM&lt;/font&gt; Custcddt &lt;font color="Blue"&gt;ORDER&lt;/font&gt; &lt;font color="Blue"&gt;BY&lt;/font&gt; Alphcddt &lt;font color="Blue"&gt;INTO&lt;/font&gt; &lt;font color="Blue"&gt;CURSOR&lt;/font&gt; Tc_Tg &lt;font color="Blue"&gt;READWRITE&lt;/font&gt; 

&lt;font color="Blue"&gt;GO&lt;/font&gt; &lt;font color="Blue"&gt;TOP&lt;/font&gt; &lt;font color="Blue"&gt;IN&lt;/font&gt; Tc_Tg

&lt;font color="Blue"&gt;ALTER&lt;/font&gt; &lt;font color="Blue"&gt;Table&lt;/font&gt; Tc_Tg &lt;font color="Blue"&gt;DROP&lt;/font&gt; &lt;font color="Blue"&gt;COLUMN&lt;/font&gt; DLTD 

&lt;font color="Blue"&gt;ALTER&lt;/font&gt; &lt;font color="Blue"&gt;Table&lt;/font&gt; Tc_Tg &lt;font color="Blue"&gt;DROP&lt;/font&gt; &lt;font color="Blue"&gt;COLUMN&lt;/font&gt; &lt;font color="Blue"&gt;MARK&lt;/font&gt;

&lt;font color="Blue"&gt;ALTER&lt;/font&gt; &lt;font color="Blue"&gt;Table&lt;/font&gt; Tc_Tg &lt;font color="Blue"&gt;DROP&lt;/font&gt; &lt;font color="Blue"&gt;COLUMN&lt;/font&gt; NMRCCD

oPFP1 = &lt;font color="Blue"&gt;Thisform&lt;/font&gt;.Pgf1.Page1 
oGrid1 = &lt;font color="Blue"&gt;Thisform&lt;/font&gt;.Pgf1.Page1.Grid1

&lt;font color="Blue"&gt;WITH&lt;/font&gt; oGrid1

	.&lt;font color="Blue"&gt;RecordSource&lt;/font&gt; = &lt;font color="Black"&gt;'Tc_Tg'&lt;/font&gt;
	.&lt;font color="Blue"&gt;ColumnCount&lt;/font&gt; = &lt;font color="Blue"&gt;FCOUNT&lt;/font&gt;(&lt;font color="Black"&gt;'Tc_Tg'&lt;/font&gt;)

	.&lt;font color="Blue"&gt;SetAll&lt;/font&gt;(&lt;font color="Black"&gt;'FontSize'&lt;/font&gt;,8,&lt;font color="Black"&gt;'Header'&lt;/font&gt;)  	   
	.&lt;font color="Blue"&gt;SetAll&lt;/font&gt;(&lt;font color="Black"&gt;'FontName'&lt;/font&gt;,&lt;font color="Black"&gt;'Times New Roman'&lt;/font&gt;,&lt;font color="Black"&gt;'Header'&lt;/font&gt;)
	.&lt;font color="Blue"&gt;SetAll&lt;/font&gt;(&lt;font color="Black"&gt;'FontItalic'&lt;/font&gt;,.t.,&lt;font color="Black"&gt;'Header'&lt;/font&gt;)

	.&lt;font color="Blue"&gt;AutoFit&lt;/font&gt;()
	.&lt;font color="Blue"&gt;ReadOnly&lt;/font&gt; = .T.  
	.&lt;font color="Blue"&gt;LockColumns&lt;/font&gt; = 2
	.&lt;font color="Blue"&gt;SetFocus&lt;/font&gt;()
	
&lt;font color="Blue"&gt;ENDWITH&lt;/font&gt; 	
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;I put above code in init event of form &lt;br /&gt;&lt;br /&gt;Problem: After quiting form i run again it gives error on Sql Select statement  Alias name is already in use &lt;br /&gt;&lt;br /&gt;If i remove Alter table Drop command it is runing okay 2nd time</description><author>Khurram Tahir&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 09:19:25 +0100</pubDate></item><item><title>Reports and Printers: Superscript or Subscript                                                                            </title><link>http://www.foxite.com/archives/0000252747.htm</link><guid>http://www.foxite.com/archives/0000252747.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi Experts,&lt;br /&gt;I am working on a Laboratory Management System and I want to print Different Units with Subscript and superscript format. How I can print these values.&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;MZahid</description><author>Muhammad Zahid&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 08:47:29 +0100</pubDate></item><item><title>General VFP Topics: search a map from a lon &amp; lati. from dbf                                                            </title><link>http://www.foxite.com/archives/0000252717.htm</link><guid>http://www.foxite.com/archives/0000252717.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi, i need some help. In a dbf I have addresses of different customers. I was able to get the longitude and latitude coordinates of such addresses. Can some one help me to take those coordinates and from a form get a google map of the selected address?  &lt;br /&gt;&lt;br /&gt;Thanks for your help.</description><author>FoxGuy Degante&lt;invalid-address@foxite.com&gt;</author><pubDate>Sun, 07 Feb 2010 22:51:23 +0100</pubDate></item><item><title>User Groups &amp; Online Communities: Chicago FUDG / Snow Day                                                                             </title><link>http://www.foxite.com/archives/0000252855.htm</link><guid>http://www.foxite.com/archives/0000252855.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Our February meeting has been cancelled due to the winter storm predicted for Tuesday, 9 Feb 2010.  Mark your calendars for our next meeting on 9 March 2010: speaker(s) and topics(s) T.B.A.</description><author>Randy Bosma&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 23:51:00 +0100</pubDate></item><item><title>3rd Party Software: XFRX preview and Find                                                                               </title><link>http://www.foxite.com/archives/0000252649.htm</link><guid>http://www.foxite.com/archives/0000252649.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Do you use the XFRX previewer?&lt;br /&gt;&lt;br /&gt;When you click the Find button, it has a checkbox for "&lt;B&gt;Use wildcards&lt;/B&gt;".&lt;br /&gt;&lt;br /&gt;Does anyone know how to use it? I tried searching for perc*ntage (for percentage) and it doesn't find anything.&lt;br /&gt;Has anyone used it successfully?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cyril</description><author>Cyril Baskir&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 05:00:57 +0100</pubDate></item><item><title>Distribution and InstallShield: Visual Foxpro 6 Distribution Disks                                                                  </title><link>http://www.foxite.com/archives/0000252640.htm</link><guid>http://www.foxite.com/archives/0000252640.htm</guid><description>Version: Visual FoxPro 6&lt;br /&gt;&lt;br /&gt;I have created 3 disks on my hard disk using the distribution program.&lt;br /&gt;How can I install the distribution to another pc with no floppy drive?&lt;br /&gt;I want to be able to use a USB memory stick to do this.</description><author>Michael Stylianides&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 00:28:33 +0100</pubDate></item><item><title>Projects and Design: reference                                                                                           </title><link>http://www.foxite.com/archives/0000252783.htm</link><guid>http://www.foxite.com/archives/0000252783.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hello,&lt;br /&gt;&lt;br /&gt;know anybody how to pass reference to array contained in object ?&lt;br /&gt;&lt;br /&gt;example:&lt;br /&gt;&lt;br /&gt;dimension a[10]&lt;br /&gt;=myProg(@a)&lt;br /&gt;or&lt;br /&gt;do myProg with a&lt;br /&gt;&lt;br /&gt;In this case myProg obtain as parametr array. (Set udf parms to value)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;BUT:&lt;br /&gt;m.a=createobject("empty")&lt;br /&gt;=addproperty(m.a,"myArray[10]")&lt;br /&gt;&lt;br /&gt;how to call myProg and pass m.a.myArray by reference ?&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Martin</description><author>Martin Krivka&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 14:05:59 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: HierarchyID - how to use it?                                                                        </title><link>http://www.foxite.com/archives/0000252826.htm</link><guid>http://www.foxite.com/archives/0000252826.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;I need to model an Agent structure where an Agent reports to a superior who can report to a superior and so on ad infinitum.&lt;br /&gt;&lt;br /&gt;I have recently discovered the HierarchyID type in SQL Server and would like to know how exactly I need to create the table.&lt;br /&gt;&lt;br /&gt;I have an AgentPK field of type uniqueidentifier.  Now I need the Hierarchy, do I just create a field like HieararchyPath type HierarchyID?  I get the impression from what I have found on-line that the hierarchyid field holds the path of all superiors' primary keys, so is a uniqueidentifier appropriate to use as the table's Primary Key?  Or does it not matter?&lt;br /&gt;&lt;br /&gt;Is using the hierarchyid the best way to do this, or do I go with the old ReportsTo field where I store the superior's Primary Key in this field?&lt;br /&gt;&lt;br /&gt;Frank.&lt;br /&gt;&lt;br /&gt;Frank Cazabon&lt;br /&gt;Samaan Systems Ltd.&lt;br /&gt;&lt;a target='_blank' href='http://www.samaansystems.com/' rel='nofollow'&gt;www.SamaanSystems.com&lt;/a&gt;</description><author>Frank Cazabon&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 18:41:49 +0100</pubDate></item><item><title>Grids: Grid Validate                                                                                       </title><link>http://www.foxite.com/archives/0000252837.htm</link><guid>http://www.foxite.com/archives/0000252837.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;table period has three fields as&lt;br /&gt;&lt;br /&gt;sno n(2)&lt;br /&gt;sifts c(1)&lt;br /&gt;&lt;br /&gt;i am trying to enter data throug grid&lt;br /&gt;&lt;br /&gt;there will be indexing on&lt;br /&gt; sno+shifts&lt;br /&gt;&lt;br /&gt;if some body enters data &lt;br /&gt;&lt;br /&gt;1--A&lt;br /&gt;1--A&lt;br /&gt;&lt;br /&gt;Then it must not accept data&lt;br /&gt;I want to call valid event on thisform.grid1.column2.text1.valid&lt;br /&gt;&lt;br /&gt;i write these codes&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select periods&lt;br /&gt;thisform.text2.value=sno&lt;br /&gt;thisform.text3.value=shifts&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;if !empty(this.value)&lt;br /&gt; select periods&lt;br /&gt; count for sno=thisform.text2.value and shifts=ALLTRIM(thisform.text3.value) to xxt&lt;br /&gt; if  xxt&gt;1&lt;br /&gt;  return.f.&lt;br /&gt;  else&lt;br /&gt;  return.t.&lt;br /&gt; endif&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;please help</description><author>Mohammad Iqbal&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 19:49:44 +0100</pubDate></item><item><title>Forms: Disable the button while repo executes                                                              </title><link>http://www.foxite.com/archives/0000252765.htm</link><guid>http://www.foxite.com/archives/0000252765.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi all&lt;br /&gt;&lt;br /&gt;I have a command button when clicked will run the report, but do what I may I can't keep it disabled unless I put a messagebox right after the command.  What do I need to do to make it stick without the user having to press OK.&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;&lt;font color="Blue"&gt;THIS&lt;/font&gt;.&lt;font color="Blue"&gt;ENABLED&lt;/font&gt; = .F.
&lt;font color="Blue"&gt;messagebox&lt;/font&gt;(&lt;font color="Black"&gt;"please okay this to disable the run button :)"&lt;/font&gt;)

&lt;font color="Blue"&gt;DODEFAULT&lt;/font&gt;()

&lt;font color="Blue"&gt;THISFORM&lt;/font&gt;.RunReport()

&lt;font color="Blue"&gt;THIS&lt;/font&gt;.&lt;font color="Blue"&gt;ENABLED&lt;/font&gt; = .T.
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please advise&lt;br /&gt;&lt;br /&gt;Thanks and regards&lt;br /&gt;Bhavbhuti</description><author>Bhavbhuti Nathwani&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 12:05:24 +0100</pubDate></item><item><title>Projects and Design: Calculate age                                                                                       </title><link>http://www.foxite.com/archives/0000252787.htm</link><guid>http://www.foxite.com/archives/0000252787.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hallo,&lt;br /&gt;Could anyone please tell me how you calculate the age in years of a person&lt;br /&gt;I found a lot of solutions on foxite but not the one that resolves my problem.&lt;br /&gt;Example &lt;br /&gt;Birthday = 08 february 1950&lt;br /&gt;Today = 08 february 2010&lt;br /&gt;How old am I in years?&lt;br /&gt;When I use&lt;br /&gt;	lnDays = DATE() - ldBirthDate&lt;br /&gt;	INT(lnDays/365.25) &lt;br /&gt;I obtain 59 years instead of 60. Dividing by 365.27 gives the exact solution but is it valuable for all cases?&lt;br /&gt;Thanks in advance. Greetings. Lucien.</description><author>Lucien Lefevere&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 14:24:02 +0100</pubDate></item><item><title>Reports and Printers: remove detail band                                                                                  </title><link>http://www.foxite.com/archives/0000252798.htm</link><guid>http://www.foxite.com/archives/0000252798.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi Foxers,&lt;br /&gt;&lt;br /&gt;I have a single report that sometimes I want to show the detail band&lt;br /&gt;and sometimes just show the group/summary bands.&lt;br /&gt;&lt;br /&gt;The report is quite long and the detail is only occasionally looked at.&lt;br /&gt;&lt;br /&gt;I could just create a copy and blank out the detail band but would like to only have&lt;br /&gt;1 report so I don't have to maintain 2 reports and keep them synced.&lt;br /&gt;&lt;br /&gt;Therefore I would need to trigger on printing which type I would like.&lt;br /&gt;&lt;br /&gt;Any ideas?</description><author>CHRIS PAWLEY&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 15:21:11 +0100</pubDate></item><item><title>General VFP Topics: Help converting VB to VFP code                                                                      </title><link>http://www.foxite.com/archives/0000252725.htm</link><guid>http://www.foxite.com/archives/0000252725.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi I need some help converting a VB Desktop Application to be able to run using visual foxpro 9&lt;br /&gt;Here is the link of something that i want to accomplish in a vfp9 application.&lt;br /&gt;&lt;a target='_blank' href='http://www.vbdotnetheaven.com/UploadFile/scottlysle/VBQuickMap03182007085423AM/VBQuickMap.aspx' rel='nofollow'&gt;http://www.vbdotnetheaven.com/UploadFile/scottlysle/VBQuickMap03182007085423AM/VBQuickMap.aspx&lt;/a&gt;&lt;br /&gt;This application enables to add a google map to a desktop application, but is written in visual basic 2005.&lt;br /&gt;Can someone help me convert the code so it can run the exact way but in vfp9?&lt;br /&gt;&lt;br /&gt;Thank You i really appreciate it.</description><author>FoxGuy Degante&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 02:48:32 +0100</pubDate></item><item><title>Classes and Objects: ctl32_statusbar disables progress bar                                                               </title><link>http://www.foxite.com/archives/0000252792.htm</link><guid>http://www.foxite.com/archives/0000252792.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Good day foxiters,&lt;br /&gt;&lt;br /&gt;I have a little problem I hope someone can help me,&lt;br /&gt;&lt;br /&gt;I'm using ctl32_statusbar custom vcx from &lt;a target='_blank' href='http://www.ctl32.com.ar/' rel='nofollow'&gt;http://www.ctl32.com.ar/&lt;/a&gt;. It's a nice vcx with several customized controls. The problem is that when I use the ctl32_statusbar in my app, for some reason I haven't found, the progress bar of the report preview doesn't show anything. If I disable ctl32_statusbar the progress bar returns to normal. I've trying to get support from official site's forum but I get no response yet. Anyone have experienced the same problem with this VCX?.&lt;br /&gt;&lt;br /&gt;I'm using VFP's report engine in my app with the builder,preview and output as .app files bundled with my app and setting _reportoutput,_reportpreview and _reportbuilder in my main prog.&lt;br /&gt;&lt;br /&gt;Thanks in advance for your help</description><author>Jairo Ramirez&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 14:43:12 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: More efficient way..                                                                                </title><link>http://www.foxite.com/archives/0000252772.htm</link><guid>http://www.foxite.com/archives/0000252772.htm</guid><description>Version: Visual FoxPro 8&lt;br /&gt;&lt;br /&gt;I just wondered if anybody had a more efficient way of carrying out the following sequence - at the minute on lrage tables it can be quite slow:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Table # 1 = (Customers.Dbf) &amp;&amp; Customer file&lt;br /&gt;&lt;br /&gt;Table # 2 = (Entries.Dbf) &amp;&amp; This holds when customer entered&lt;br /&gt;&lt;br /&gt;What we do then is to use a loop to calculate how many time a customer entered over a given day/range, ignoring when they visited twice in a day, for example:&lt;br /&gt;&lt;br /&gt;&lt;pre class='codeblock'&gt;DatestoSearch = 20 &lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; The number of days to search for in sequence&lt;/font&gt;
&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; this might be 1, or 20, or 365 days to search for&lt;/font&gt;
&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; and is passed earlier in the sequence, but is hard coded for this example&lt;/font&gt;
&lt;font color="Blue"&gt;Select&lt;/font&gt; 1
&lt;font color="Blue"&gt;Use&lt;/font&gt; Customers

&lt;font color="Blue"&gt;Select&lt;/font&gt; 2
&lt;font color="Blue"&gt;Use&lt;/font&gt; Entries

&lt;font color="Blue"&gt;Select&lt;/font&gt; 1
&lt;font color="Blue"&gt;Do&lt;/font&gt; &lt;font color="Blue"&gt;While&lt;/font&gt; Not &lt;font color="Blue"&gt;Eof&lt;/font&gt;()
	GnAccount = AccountID		&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Store user ID&lt;/font&gt;
	&lt;font color="Blue"&gt;Select&lt;/font&gt; 2
	&lt;font color="Blue"&gt;Do&lt;/font&gt; &lt;font color="Blue"&gt;While&lt;/font&gt; I = 0 &amp;lt; DatestoSearch	&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Loop for each day in date range&lt;/font&gt;
		&lt;font color="Blue"&gt;Locate&lt;/font&gt; &lt;font color="Blue"&gt;For&lt;/font&gt; EntryDate = (MyDateSearchValue) .&lt;font color="Blue"&gt;And&lt;/font&gt;. AccountID = GnAccountID	&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Find entry for that day&lt;/font&gt;
		&lt;font color="Blue"&gt;If&lt;/font&gt; &lt;font color="Blue"&gt;Found&lt;/font&gt;()
			MyCounter = MyCounter  + 1	&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; If found, increase the customer counter by one&lt;/font&gt;
		&lt;font color="Blue"&gt;Endif&lt;/font&gt;
		EntryDate = EntryDate + 1
		&lt;font color="Blue"&gt;Loop&lt;/font&gt;
	&lt;font color="Blue"&gt;Enddo&lt;/font&gt;

	&lt;font color="Blue"&gt;Select&lt;/font&gt; 1		&lt;font color="Green" family="Courier New"&gt;&amp;amp;&amp;amp; Repeat this for each user in DB&lt;/font&gt;
	&lt;font color="Blue"&gt;Skip&lt;/font&gt;
	&lt;font color="Blue"&gt;Loop&lt;/font&gt;
&lt;font color="Blue"&gt;Enddo&lt;/font&gt;
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Thanks in advance!</description><author>JLW Smith&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 13:18:06 +0100</pubDate></item><item><title>Forms: To Rename List Item                                                                                 </title><link>http://www.foxite.com/archives/0000252742.htm</link><guid>http://www.foxite.com/archives/0000252742.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Dear Sirs,&lt;br /&gt;&lt;br /&gt;Please guide me how to do this:&lt;br /&gt;&lt;br /&gt;I have a listbox control on my form (list_areas) associated with a cursor "crsrAreas". I want that when user right click on any list item, a popup shortcut should appear with an option "rename" and upon selection/clicking of this option, a text box should appear at the same place holding the same list item text where that list item is showed and user can rename the list item. Please guide&lt;br /&gt;&lt;br /&gt;Thanks a lot.</description><author>Mohammad Irfan&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 06:34:16 +0100</pubDate></item><item><title>Reports and Printers: report error when setfocus grid                                                                     </title><link>http://www.foxite.com/archives/0000252716.htm</link><guid>http://www.foxite.com/archives/0000252716.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;When i wanted to print a report when the focus was on the grid, the report gives a very strange result.&lt;br /&gt;&lt;br /&gt;After i changed the focus with setfocus on another object before the REPORT FORM command, the problem went away&lt;br /&gt;&lt;br /&gt;I think Stefan was right, when he said, that the grid is really a jealous object :)</description><author>ron philippo&lt;invalid-address@foxite.com&gt;</author><pubDate>Sun, 07 Feb 2010 21:41:35 +0100</pubDate></item><item><title>Classes and Objects: inherit from msxml objects?                                                                         </title><link>http://www.foxite.com/archives/0000252750.htm</link><guid>http://www.foxite.com/archives/0000252750.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Is it possible to create a class that derives from the xml classes:&lt;br /&gt;&lt;br /&gt;DEFINE CLASS MyDoc as msxml2.DOMDocument&lt;br /&gt;FUNCTION Init(file)&lt;br /&gt;   This.Load(file)&lt;br /&gt;ENDFUNC&lt;br /&gt;ENDDEFINE&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or is the way to do this to define my own class as Custom and add a member of type msxml2.DOMDocument?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Ellen</description><author>Ellen Solomon&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 09:38:23 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: security code and login                                                                             </title><link>http://www.foxite.com/archives/0000252737.htm</link><guid>http://www.foxite.com/archives/0000252737.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;hi everyone, i just want to ask about on my 2 forms. i had created a security keypad and a login form and this is how my 2 forms works, i use on my code a series of number codes (2485)-that's me or admin and (0011)-ordinary user, i will use this codes in order to login on my login form and if i am already on the login form i will enter my UN and PW to use the system. my question is this, is it possible that my code-(2485) and US-(edsel) and PW-(escober) must synchronize? because for now if i will enter my code which is (2485), the Ordinary User can use their US and PW to access the system so in other words if i will use my code, only my US and PW will be use and same also if the Ordinary User will use their code, they must also use their US and PW. hope you could help me on this one and your reply is highly appreciated...!:-)&lt;br /&gt;&lt;br /&gt;this is the code and pic of my security keypad form:&lt;br /&gt;&lt;br /&gt;&lt;VFP&gt;&lt;br /&gt;&lt;br /&gt;Local lcValue&lt;br /&gt;lcValue = ALLTRIM(Nvl(thisform.txtdisplay.Value, ''))&lt;br /&gt;&lt;br /&gt;Do Case&lt;br /&gt;&lt;br /&gt;    Case Empty(m.lcValue)&lt;br /&gt;    &lt;br /&gt;        MESSAGEBOX("Please enter your code!", 48+0, "Warning!")&lt;br /&gt;        thisform.txtdisplay.value = ""&lt;br /&gt;        thisform.txtdisplay.setfocus&lt;br /&gt;        &lt;br /&gt;    Case m.lcValue == "2485"&lt;br /&gt;        MESSAGEBOX("Administrator 1: Sir Edsel")&lt;br /&gt;		DO FORM Login&lt;br /&gt;		thisform.Visible = .f.&lt;br /&gt;		&lt;br /&gt;    Case m.lcValue == "0011"&lt;br /&gt;        MESSAGEBOX("Administrator 2: Sir Divine")&lt;br /&gt;		DO FORM Login&lt;br /&gt;		thisform.Visible = .f.&lt;br /&gt;		&lt;br /&gt;    OTHERWISE&lt;br /&gt;    &lt;br /&gt;	MESSAGEBOX("Access Denied!!!", 48+0, "Warning!")&lt;br /&gt;		thisform.txtdisplay.value = ""&lt;br /&gt;		thisform.txtdisplay.setfocus&lt;br /&gt;	&lt;br /&gt;ENDCASE&lt;br /&gt;&lt;br /&gt;&lt;\VFP&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/6477414a-908d-42dc-9634-4cab894edeeb.jpg"/&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;this is the code and pic of my login form:&lt;br /&gt;&lt;br /&gt;&lt;VFP&gt;&lt;br /&gt;&lt;br /&gt;WITH thisform&lt;br /&gt;IF NOT USED ('adminrecord')&lt;br /&gt;	USE adminrecord IN 0 AGAIN SHARED&lt;br /&gt;ENDIF&lt;br /&gt;&lt;br /&gt;IF EMPTY(ALLTRIM(.txtuser.value)) AND EMPTY(ALLTRIM(.txtpass.value)) THEN &lt;br /&gt;	MESSAGEBOX("Please specfiy your Username and Password!", 48+0, "Warning!")&lt;br /&gt;	.txtuser.setfocus&lt;br /&gt;ELSE&lt;br /&gt;IF EMPTY(.txtuser.value) THEN &lt;br /&gt;	MESSAGEBOX("Please specify your username!", 48+0, "Warning!")&lt;br /&gt;	.txtuser.value = ""&lt;br /&gt;	.txtuser.setfocus&lt;br /&gt;ELSE &lt;br /&gt;xuser = ALLTRIM(.txtuser.value)&lt;br /&gt;cfound = SEEK(xuser, 'adminrecord', 'cusername')&lt;br /&gt;IF cfound = .t. THEN &lt;br /&gt;	IF ALLTRIM(.txtpass.value) = ALLTRIM(cpassword) THEN &lt;br /&gt;		DO menu1.mpr&lt;br /&gt;		thisform.Visible =.f.&lt;br /&gt;	ELSE&lt;br /&gt;		MESSAGEBOX("Please specify your password!", 48+0, "Warning!")&lt;br /&gt;		.txtpass.value = ""&lt;br /&gt;		.txtpass.setfocus&lt;br /&gt;	ENDIF &lt;br /&gt;ELSE &lt;br /&gt;	MESSAGEBOX("Please specify your username!", 48+0, "Warning!")&lt;br /&gt;	.txtuser.value = ""&lt;br /&gt;	.txtuser.setfocus&lt;br /&gt;ENDIF&lt;br /&gt;ENDIF &lt;br /&gt;ENDIF &lt;br /&gt;&lt;br /&gt;ENDWITH&lt;br /&gt;&lt;br /&gt;&lt;\VFP&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/ba29a7e1-a387-468c-b3ee-af291f367de3.jpg"/&gt;</description><author>edsel escober&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 06:15:29 +0100</pubDate></item><item><title>VFP and .NET: if does not exist                                                                                   </title><link>http://www.foxite.com/archives/0000252719.htm</link><guid>http://www.foxite.com/archives/0000252719.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Hi can you help me how  to test of the said myFolder is already existing on Desktop.&lt;br /&gt;If not the computer will create one.&lt;br /&gt;&lt;br /&gt;&lt;B&gt;command for creating forlder in desktop&lt;/B&gt;&lt;br /&gt;m.x=createObject("WScript.Shell")&lt;br /&gt;m.dstFolder=addbs(m.x.SpecialFolders("desktop"))+"myFolder"&lt;br /&gt;mkdir (m.dstFolder)&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;&lt;br /&gt;Aris</description><author>aris suguitan&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 01:04:26 +0100</pubDate></item><item><title>Forms: Interface                                                                                           </title><link>http://www.foxite.com/archives/0000252723.htm</link><guid>http://www.foxite.com/archives/0000252723.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.foxite.com/uploads/6c85f297-cf6f-4113-be7e-47ccf2eb0d6a.jpg"/&gt;&lt;br /&gt;&lt;br /&gt;Hi experts i wanted to be my interface is just like the above how can i create this? any suggestion? what control can i use?&lt;br /&gt;&lt;br /&gt;TIA&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Paco</description><author>PACO TERRADO&lt;invalid-address@foxite.com&gt;</author><pubDate>Mon, 08 Feb 2010 02:41:39 +0100</pubDate></item><item><title>Off-topic: detecting AC power                                                                                  </title><link>http://www.foxite.com/archives/0000252695.htm</link><guid>http://www.foxite.com/archives/0000252695.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;how can i know programatically (using VFP) if my laptop is on AC power or on battery?</description><author>naveed shahid&lt;invalid-address@foxite.com&gt;</author><pubDate>Sun, 07 Feb 2010 09:06:39 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: Existance of a Table in open Database                                                               </title><link>http://www.foxite.com/archives/0000252702.htm</link><guid>http://www.foxite.com/archives/0000252702.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Is it programatically possible to check if a given table/view exists as a part of an open VFP database?&lt;br /&gt;&lt;br /&gt;OPEN DATABASE myDatabase&lt;br /&gt;&lt;br /&gt;I want to know if myTable.dbf exists in myDatabase.  If exists, proceed, otherwise give a message to that effect.  I cannot probably use FILE() function, as I do not know the exact path of the table.  I can open the database as a table and use LOCATE command, but is there a better way?&lt;br /&gt;&lt;br /&gt;Thanks for help.&lt;br /&gt;&lt;br /&gt;Benny</description><author>Benny Thomas&lt;invalid-address@foxite.com&gt;</author><pubDate>Sun, 07 Feb 2010 11:51:37 +0100</pubDate></item><item><title>Reports and Printers: POS                                                                                                 </title><link>http://www.foxite.com/archives/0000252663.htm</link><guid>http://www.foxite.com/archives/0000252663.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;Hello Experts,&lt;br /&gt;&lt;br /&gt;How to open the cash drawer connected to Epson TMU220 via usb?&lt;br /&gt;&lt;br /&gt;Thanks...</description><author>PJ&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 09:31:43 +0100</pubDate></item><item><title>Forms: VFP checkbox problem                                                                                </title><link>http://www.foxite.com/archives/0000252685.htm</link><guid>http://www.foxite.com/archives/0000252685.htm</guid><description>Version: Visual FoxPro 9&lt;br /&gt;&lt;br /&gt;I'm trying to make a form's checkbox work with a controlsource. The dataenvironment contains a table called inventor and the controlsource for the checkbox is inventor.foreign. The foreign field is a logical field in the table inventor. When I load the form, it shows the checkbox as grayed out or disabled. &lt;br /&gt;&lt;br /&gt;What am I missing here? Many thanks in advance.&lt;br /&gt;&lt;br /&gt;R</description><author>Richard Steele&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 19:38:54 +0100</pubDate></item><item><title>Foxite.COM FAQ Annoucement: windows 7                                                                                           </title><link>http://www.foxite.com/archives/0000252670.htm</link><guid>http://www.foxite.com/archives/0000252670.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Hello!&lt;br /&gt;&lt;br /&gt;FYI: I've just posted a new entry to the Foxite FAQ Section.&lt;br /&gt;&lt;br /&gt;Title: &lt;b&gt;windows 7&lt;/b&gt;&lt;br /&gt;Description: &lt;b&gt;?&lt;/b&gt;&lt;br /&gt;Category: &lt;b&gt;Reports&lt;/b&gt;&lt;br /&gt;URL: &lt;a target='_blank' href='http://www.foxite.com/faq/default.aspx?id=83'&gt;http://www.foxite.com/faq/default.aspx?id=83&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;&lt;br /&gt;</description><author>takis takis&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 12:54:59 +0100</pubDate></item><item><title>VFP and .NET: Foxgraphs Faded Text                                                                                </title><link>http://www.foxite.com/archives/0000252652.htm</link><guid>http://www.foxite.com/archives/0000252652.htm</guid><description>Version: Visual FoxPro 9 SP2&lt;br /&gt;&lt;br /&gt;Here is a strange problem regarding graph text becoming a very light grey in color in the legends text that borders the left, right and bottom of the graph. The captions text is fine. I tried seting .FontBold to .T. and .ForeColor to RGB(0,0,0) where ever I could but to no avail. &lt;br /&gt;&lt;br /&gt;The only thing I did before this problem occured was to increase the length of the right-side legend field to include year, month and sales, eg. '2010 01 3905' instead of the '01' for just the month.&lt;br /&gt;&lt;br /&gt;A quick fix is to darken the text with PhotoShop but a programming solution would be better.&lt;br /&gt;&lt;br /&gt;Anyone run into this problem before?&lt;br /&gt;&lt;br /&gt;Regards, &lt;br /&gt;Gene Gerard</description><author>Gene Gerard&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 05:46:48 +0100</pubDate></item><item><title>Databases, Tables and SQL Server: save excelchart as.jpeg before store                                                                </title><link>http://www.foxite.com/archives/0000252671.htm</link><guid>http://www.foxite.com/archives/0000252671.htm</guid><description>Version: Visual FoxPro 6&lt;br /&gt;&lt;br /&gt;Dear expert,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I have generated an excel chart, I need to save it as  &lt;B&gt;.jpeg or .gif&lt;/B&gt;.&lt;br /&gt;&lt;br /&gt;I saved the excel chart as .gif or .jpeg in a folder and the resulting &lt;br /&gt;&lt;br /&gt;error message was about &lt;B&gt;'the image being too big ' &lt;/B&gt;  to appear in the report writer  &lt;B&gt;REPORT PICTURE FILE OPTION&lt;/B&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;pls help&lt;br /&gt;&lt;br /&gt;thanks</description><author>Philip Lawson&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 12:55:56 +0100</pubDate></item><item><title>Foxite.COM FAQ Annoucement: report file command                                                                                 </title><link>http://www.foxite.com/archives/0000252666.htm</link><guid>http://www.foxite.com/archives/0000252666.htm</guid><description>Version: Not Applicable&lt;br /&gt;&lt;br /&gt;Hello!&lt;br /&gt;&lt;br /&gt;FYI: I've just posted a new entry to the Foxite FAQ Section.&lt;br /&gt;&lt;br /&gt;Title: &lt;b&gt;report file command&lt;/b&gt;&lt;br /&gt;Description: &lt;b&gt;how to one report two time on one page example for one receipt on one pgae two times please suggest command in vfp report file&lt;/b&gt;&lt;br /&gt;Category: &lt;b&gt;Visual FoxPro IDE&lt;/b&gt;&lt;br /&gt;URL: &lt;a target='_blank' href='http://www.foxite.com/faq/default.aspx?id=82'&gt;http://www.foxite.com/faq/default.aspx?id=82&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;&lt;br /&gt;</description><author>suratparsi parsi&lt;invalid-address@foxite.com&gt;</author><pubDate>Sat, 06 Feb 2010 11:07:54 +0100</pubDate></item></channel></rss>