| Thread | Last Post | Replies |
|
| Check For Key Depression | 16 Nov 2007 01:55 GMT | 7 |
Is it possible to check if a certain key is depressed (in particular the CTRL or SHIFT KEY) when I click on a row in my grid?
|
| Changing MessageBox and Wait Window font | 14 Nov 2007 18:48 GMT | 2 |
i know how to go in through the display properties and change the font/size that effects the messagebox and wait window the problem is, our users play with their settings, and the defaults are to small
|
| Set sysmenu ? | 14 Nov 2007 11:27 GMT | 18 |
Hi again. With "SET SYSMENU" it's possible to select what items should be visible/available in the main menu. "SET SYSMENU TO _mfile" makes only the File menu available.
|
| SETUP Installation & Database directory | 14 Nov 2007 04:45 GMT | 2 |
I need to allow the user to install the database dir to anywhere on their system, normally a secondary harddrive on SERVER 2003. My problem is, I dont want the user to have to SEARCH for the database dir they installed once the application is running. I would like to capture that ...
|
| How to send a fax cover page using this VFP Code? | 14 Nov 2007 01:11 GMT | 4 |
I am using this code to send a fax via VFP: lo_f = createobject("faxserver.faxserver") lo_f.connect("") lo_d = lo_f.createdocument(attached_file)
|
| Combo box | 14 Nov 2007 01:11 GMT | 5 |
I don't know if I just missed some basics, but I have a problem with combo boxes. I have a form where the combobox controlsource is a database field. The rowsource is an alias that holds a number of items to select from.
|
| Meybe someone already knows these | 13 Nov 2007 21:02 GMT | 1 |
but I thougth that they could be of interest to many of us: http://guineu.foxpert.com/ http://netcave.org/SouthwestFoxDay1.aspx Anybody has tried guineu?
|
| "The menu SACIFMAN.MNX is read-only and cannot be modified."? | 13 Nov 2007 20:58 GMT | 8 |
Why would my menu all of a sudden start saying "The menu SACIFMAN.MNX is read-only and cannot be modified."? I restored my code and after working in it for about an hour, I get the same message. When I restore my source code, I can go into the main menu but if
|
| Optimizing remote views to SQL 2k | 13 Nov 2007 17:08 GMT | 5 |
I have to convert 1 foxpro9 application to use SQL2k database instead of dbc-dbf foxpro files. I used the Sedna beta upsizing wizard tool to upgrade my data, which works fine. Now I have to modify my application to use the new odbc remove views.
|
| outlook express archive | 13 Nov 2007 16:27 GMT | 5 |
Hi can anyone please tell me how to outlook express archiving emails? I can see the option to choose after how long it happens, but no option to turn it off. I tried moving the folder of saved mail to my docs but it was a database file and I could,nt open it to get the old mail ...
|
| colors gone | 13 Nov 2007 01:22 GMT | 2 |
I have an app with many pageframes with many pages. Each pageframe group is a different color. Problem when I run it on another pc backcolors are all pale blue. Except where back color of text box. This color is correct.
|
| Remove Duplications | 12 Nov 2007 23:46 GMT | 2 |
maybe more an SQL question, but I guess I may need VFP functions to solve this. In a table with 200000 records there's about 300 duplications. I mean records having the same data in all columns.
|
| Grid gotfocus? | 12 Nov 2007 22:59 GMT | 3 |
Is there a was to approximate a gotfocus event for a grid? -Lew
 Signature -Lew
|
| Finding A Grid Columns Number | 12 Nov 2007 18:46 GMT | 3 |
When I click on a header in my grid I'd like to know what the column number is that it is related too. ColumnOrder only returns the correct result if the column order hasn't been changed
|
| Set skip ugliness | 12 Nov 2007 17:13 GMT | 5 |
Is there any way to get rid of or change the string a asterisks we get in a custom grid when set skip is on?
 Signature -Lew
|