| Thread | Last Post | Replies |
|
| VFP9 + SQL 2005 using VFP remote views CANNOT INSERT VALUE NULL | 01 Jun 2007 00:01 GMT | 8 |
Just trying to upsize using VFP 9 with SQL 2005 using VFP remote views. One in particular keeps coming up and saying Cannot insert the value NULL into column, when I really don't think I am inserting a NULL value. Oddly sometimes it works but I don't know why. Can anyone
|
| I need to add 1 to every value in a field. | 31 May 2007 22:37 GMT | 3 |
First let me say I am not a programmer. I use a VFP based accounting program which does not have a built in sales tax rate change routine. To date I have been able to muddle through using REPLACE ALL...WITH...FOR... statements but a most recent tax rate change
|
| how to specify font style in VFP? | 31 May 2007 21:41 GMT | 2 |
How do I specify bold for screen font? _Screen.font...=... Cass
|
| object class is invalid for this container | 31 May 2007 20:53 GMT | 10 |
i have a base form class that we have been using which works fine we have some custom properties on the form to hold class names (ClassFile1, ...) when the final form based on this class is designed, the base class uses
|
| VFP6 Numeric Index and Scientific Notation | 31 May 2007 17:20 GMT | 8 |
I've got a table that stores a customer job number as a string in one of the fields. On this field I have a numeric index so that I can sort the table numerically if I need to. It turns out that some of the customer job numbers look like this: 40E123456789, and VFP is thinking ...
|
| Filenames with "^" | 31 May 2007 16:36 GMT | 8 |
I tried creating some files with "^^^" in them. VFP does not mind them at all AFAICS. The DOS window commands give me grief over them. For example, ccli^^^.dbf
|
| Stupid problem no. 2. - Menu | 31 May 2007 14:01 GMT | 10 |
I managed to put a menu to my Top Level Form "Form1". The only one active option in this menu has a command DO FORM Form2. When I run this program and click on this option, nothing happens. I also put a button on the same form with same DO FORM Form2 in click
|
| Error occurs while issue PACK command | 31 May 2007 11:40 GMT | 6 |
My database is stored on network and it contains more than 50 tables. Only one table giving me error while I issue PACK command. Here is my code USE myfile EXCL (no error) PACK (error Popup: File already exists)
|
| Shut Down PC | 31 May 2007 00:10 GMT | 6 |
Hi to all, is this possible in Visual Foxpro to shut down a pc using IP or LAN connection? any idea please...
|
| Unique alpha numeric generator | 30 May 2007 18:57 GMT | 21 |
what is the simplest way to generate a unique random alpha numeric string on each request ? e.g 234BHS45P8QMX thanks!
|
| Append From question? | 30 May 2007 18:52 GMT | 8 |
I have a text file which I append to one of my tables. The text file will be now encrypted for security purpose, obviously the APPEND FROM will not work with the encrypted file, I was thinking in using FILETOSTR() to unencrypt the file in memory and then append the data from the ...
|
| Timing problem with mscomm object | 30 May 2007 17:25 GMT | 10 |
I am having a very frustrating time with the mscomm object (reading the output of an electronic scale via serial port.) comm_input='' oMsch.mscomm1.output=SclCtrl(2)
|
| Database turns to read-only | 30 May 2007 11:28 GMT | 9 |
I just created a database. It is read-only. What went wrong? How can I remove read-only attribute from database?
|
| Automatically Repair Corrupted Table | 30 May 2007 10:13 GMT | 3 |
I have a simple program to repair corrupted table. I was wondering how can I trap the "corrupted table error" and run my program to repair the table and continue loading the table. All my tables are loaded in the Form's Data Environment.
|
| Error 0x8ccc6f 554 transaction failed | 30 May 2007 09:53 GMT | 1 |
Can anyone help me with the above error message, I cannot send emails via outlook 2000, I have deleted and reinstated the accout several times but this does not work, I have spent hours on the phone with AOL who now say it is not their problem it is a Microsoft problem! I have ...
|