| Thread | Last Post | Replies |
|
| Images and VFP9 | 29 Apr 2005 23:24 GMT | 2 |
I am in the process of moving from VFP7 to VFP9. One problem I have encountered is graphic images on my forms look like crap in 9 when running on Windows 2000 Terminal Server. Granted W2K only supports up to 256 colors, but my VFP7 images looked OK. Any suggestions?
|
| Copy to XLS limitation | 29 Apr 2005 19:29 GMT | 9 |
I'm using VFP 6.0, Is there any way I can copy more than 16,383 records to an Excel file. The "copy to" command only copies 16,383 records at a time and my file has more than 300 thousand records. Any helps are greatly appreciated.
|
| _ShellExecute Error 5? | 29 Apr 2005 14:56 GMT | 2 |
I have one user (XP SP2) of an application that gets a return value of 5 from shellexecute. The program is attempting to run an "FDF" file. The file association appears to be okay. In fact if I click on the selected file it open in Acrobat Reader as expected.
|
| compile a exe file | 29 Apr 2005 07:57 GMT | 6 |
My program used a dll file exterior. There are two part exe and dll in my programe.How do compiled a exe file that include the dll file?
|
| Does VFP 9 provide anything to encrypt and decrypt credit card #? | 29 Apr 2005 06:21 GMT | 5 |
I wonder whether VFP 9 has anything to encrpt and decrypt credit card # which meets the government requirement (Triple DES or AES). If not, are there any utility to do this? Thanks.
|
| how to open pdf file using vfp9 | 29 Apr 2005 06:08 GMT | 7 |
Hey i am beginer to vfp9. i had designed a help file in pdf file now i want to open it using vfp9. So, please help me.i will be thankful if somebody provide me the full code....
|
| textbox date format | 29 Apr 2005 03:52 GMT | 3 |
I have picked my brain to bits and I can't figure this out. Maybe someone can help me. There is a grid and underneath this grid there is a textbox that is called txtSearch. So users type the word they are searching for and hit Seek.
|
| create failure in select command | 28 Apr 2005 21:00 GMT | 4 |
need some help... Have following code in the init-method of a form: **************************************** * Ladda kunderz
|
| vcx to prg | 28 Apr 2005 20:25 GMT | 2 |
How can I save a vcx file as a prg programatically without using the class browser. Is it possible? thanks in advance
|
| Another question that doesn't really belong here but since you are my people.... | 28 Apr 2005 17:48 GMT | 3 |
Hello and thanks in advance for the help. In WinXP (or most other Win OS's) you can go to START->SETTINGS->PRINTERS right click on the printer and choose "SET AS DEFAULT" Is there a way to do this in code from VFP?
|
| Import (not append) CSV file? | 28 Apr 2005 17:18 GMT | 8 |
Import (not append) CSV file? I know how to Append from a CSV comma delimited file to an existing database, but that requires 1) determining how many fields are needed
|
| Put Object on _Screen in front | 28 Apr 2005 17:04 GMT | 1 |
In VFP 8, I created a container class and added it to the screen with _screen.AddObject to use it as a Status Bar. But it is possible to drag VFP windows over it.
|
| Biometrics / Microsoft Fingerprint Reader | 28 Apr 2005 16:11 GMT | 4 |
Re; Microsoft Fingerprint Reader Does anyone out there have any experience programmatically communicating with this device via VFP? Is there an API? Alec
|
| Two VFP Programs Communicating with each other and messaging | 28 Apr 2005 00:27 GMT | 10 |
suppose I have two VFP programs on the same workstation, call them prog1 and prog2. I would like prog1 to be able to send a message to prog2 and have prog2 then automatically pull a record from a table in prog2 (in other words direct prog2 to run a form in prog2. I realize I ...
|
| How to make the group in the same page | 27 Apr 2005 22:28 GMT | 1 |
I am making a report using VFP 6.0 I want the whole group printing on the same page. i.e. Don't split the group Header + Detail + Footer into different page. OR Don't split the group Header / Footer into different page.
|