| Thread | Last Post | Replies |
|
| Determining if the value of a field has changed...VFP8 | 30 Apr 2006 19:24 GMT | 1 |
I have a text box where the control source is set to a numeric field. How can I determine from within a method if the data has changed? I have tried checking this.value from the valid method but the data has already been changed in the table as well so they are always equal. I ...
|
| DBF to Excel File, 16383 is the limit ? | 30 Apr 2006 17:06 GMT | 3 |
Dear All, I am using VFP6, I have DBF file with more about 30,000 records, and I want to export them all to Excel file, I use copy to .... type xl5 command, and I only get at the most 16383 records. How to get all of the records to the excel file without multiple cut and paste ...
|
| corruption with vfp 8 - continued | 30 Apr 2006 04:44 GMT | 5 |
as followup to my thread started 3/6/06: i still am having corruption i have write cache turned off on the server, i have tablevalidate set to 1
|
| OLE and web browser | 29 Apr 2006 22:20 GMT | 3 |
I am using an OLE control with the Microsoft web browser on one of my forms. What do I need to include as part of the installation and do I need to register anythig for the form to work? Many thanks
|
| printing a general field | 29 Apr 2006 18:42 GMT | 4 |
I'm having trouble printing a general field using the OLE control, If I switch to SET REPORTBEHAVIOR 80 it prints just fine, back to SET REPORTBEHAVIOR 90, nothing! Any ideas what going on?
|
| visual foxpro 6 does support arabic | 29 Apr 2006 02:13 GMT | 1 |
i have changed my dbfs from Ms dos foxro to visual foxpro 6 but when i try to open my dbf, i found strange characters instead my arabic letters may someone help me pleas
|
| Hide Query Results | 29 Apr 2006 00:56 GMT | 4 |
Hi everyone. Is it possible to hide the results of an SQL query iin Foxpro 8? I am running an Inner Join between two tables, but do not want the results of that query to be displayed on the screen. I have tried to hide the screen, but it still appears. Any ideas?
|
| X button in IE - or binding to IE closing event | 28 Apr 2006 23:56 GMT | 5 |
Is it possible to bind into "X" button click event from HTML page or intercept the IE closing in any other way? The problem is that our VFP components create lots of temp files when creating HTLM pages and when the user quits without logging out, all of those temp files are not ...
|
| VFP apps in Win 2003 | 28 Apr 2006 22:29 GMT | 4 |
Using VFP 7 SP1, Win 2003 Server, SQL 2000 I have recently upgraded (new install) my Win 2000 Server to Win 2003 Server. Most, if not all my VFP apps, that run on the server, have suffered a serious performance decline.
|
| Using Japanese language in a VFP 8 application | 28 Apr 2006 22:16 GMT | 1 |
I have an English version of XP Pro and hve enabled Japanese support and would like to use my Visual Fox Pro database application with the Japanese text in some of the fields. Our VFP app has special fields that allow Japanese text and this works fine as long as you are on a ...
|
| Include file in reserved8 of scx | 28 Apr 2006 21:22 GMT | 3 |
Can I programmatically change the include file in scx? For example, the current include file is old.h in form1.scx use form1.scx locate for atc("old.h", reserved8) > 0
|
| What does the setting Fetch Memo in remote view mean? | 28 Apr 2006 21:10 GMT | 1 |
What does "is activated" mean in the following descirption of the setting Fetch Memo? Fetches Memo fields from the data source only when a memo field is activated in the view output.
|
| Reading installed printers | 28 Apr 2006 18:48 GMT | 5 |
The funciont APRINTERS() returns the name of the installed printers into an array. But for network printers on workstations, if the user just changes the name of the printer, then APRINTERS() will return another name. What I need is the name of the share of the network printers, ...
|
| vfp 9 sp1 query bug? | 28 Apr 2006 15:45 GMT | 1 |
I have a query: select * from ship where ; ship.mustverify = (.T.) and alltrim(ship.confirmedby) <> ( "" ) and ; alltrim(ship.confcust) <> ( "" ) and ship.dateconfirm <> ( {} ) and ;
|
| Event firing in Pageframe | 27 Apr 2006 23:35 GMT | 1 |
Hey; I am new to VFP. Excuse the newbie question; I have a page frame. The first page has a cmdbutton on it. I would like to call the click event of the button the first time the page
|