| Thread | Last Post | Replies |
|
| User's Desktop - VFP9 | 31 Mar 2006 21:33 GMT | 6 |
Does anyone know of an FLL that is already out there that implements the SHGetSpecialFolderLocation API function to get the user' desktop? I don't know much about using the windows API from c++ so, if there were one already made would be great.
|
| HYPERLINK LABEL | 31 Mar 2006 21:12 GMT | 3 |
I looking For Something Like HyperlinkLabel Not To Used With URL But To Run Procedure From My Form Thanks
|
| FoxPro Stack Overflow | 31 Mar 2006 20:20 GMT | 3 |
Hi all. I have a single-threaded FoxPro 8 DLL being instantiated and used in a IIS ASP application. At times, the DLL will stop responding and produce a stack overflow. I am able to catch the problem with WinDbg and it shows me the recurring frames but I do not understand how
|
| Iniread section? (VFP7) | 31 Mar 2006 19:42 GMT | 2 |
I use the function below to read keys from ini files, and it works fine. Sometimes I want to read an entire section into a string variable. How could that be accomplished? *****************************************************************
|
| File() Function - VP9 | 31 Mar 2006 19:16 GMT | 4 |
If I'm searching for "c:\filepath\myfile.ext" by calling FILE("c:\filepath\myfile.ext") and "myfile.ext" is part of the "Other Files" section in the project, then the FILE() function returns true even though "myfile.ext" does not exist inside of "c:\filepath". This
|
| Not a character expression (Error 45) | 31 Mar 2006 17:28 GMT | 1 |
Thanks for help. I create a query in visual foxpro 9!The sql is: select a.num,b.doctor; from (select count(id) as num,cl group by cl) a;
|
| indexing help | 31 Mar 2006 14:12 GMT | 6 |
I have following files. A master file with client code as major key. B master file with billno as major key. C data file with other records of bank, bill details, journl entries etc.
|
| DropDown List Display | 31 Mar 2006 06:16 GMT | 2 |
Ok maybe I am brain dead right now. I have a dropdown list. It contains 6 fields from a table. It must be a table and NOT an array because there are too many elements (records x fields - about 14,000 records x 6 elements and growing) for an array. The control is bound to column 6 ...
|
| DWG viewer activeX | 30 Mar 2006 22:37 GMT | 2 |
Does someon know where i can download a dwg viewer activeX for foxpro Thanks
|
| Detecting Mouse Clicks in Grid Column Headings | 30 Mar 2006 18:59 GMT | 2 |
Thanks in advance for the help. How do you detect mouse events in column headings in a grid control? Suppose you wanted to make clicking in a column heading perform a select/deselect all toggle. How would you know that the column heading has
|
| form question | 30 Mar 2006 18:02 GMT | 3 |
I have 2 modeless forms with private data sessions. I have form A running with a textbox on it displaying data from a field1 from a table1. The field is empty. On form B, I have a textbox and a save button. When the save button is pressed, the value in the textbox is
|
| When i can to use READ EVENT? | 30 Mar 2006 16:49 GMT | 4 |
When I can to use READ EVENT? Bye.
|
| blatmailen doesnt work | 30 Mar 2006 16:29 GMT | 2 |
hello,. i trying to send email with blat and smtp thats my configuration: blat -install servername sendername -1 -5022
|
| spiradoc record delete | 30 Mar 2006 15:36 GMT | 1 |
Strange happening here. I have an app that continually runs which uses a table "config" that contains 100 paramters in a single record to control it's operation. Every once in a while the program bombs and I find the config table either with an extra blank record or the single ...
|
| Code page | 30 Mar 2006 10:11 GMT | 1 |
What is Code page ? When We need to code page? Bye.
|