| Thread | Last Post | Replies |
|
| How i can prevent the news i read from being deleted.? | 28 Feb 2004 01:28 GMT | 5 |
Sorry to ask this question here, but dont know where to ask.. I want to keep the news i sycnronize on my pc, ui tried many ways but all not work, when i press on scycronize account, the message i download since 2 or 3 days is being deleted. how i can keep them? i am using outlook ...
|
| using callbacks for Shell_NotifyIcon | 25 Feb 2004 03:53 GMT | 6 |
does anyone out there know how to use Shell_NotifyIcon with VFP7 (i not only want to place an icon on the taskbar, but also wish to trap the events like the click event).
|
| OLE error code 0x80020008: Bad Variable type. Error when calling .DLL method | 23 Feb 2004 14:56 GMT | 7 |
I get the error "OLE error code 0x80020008: Bad Variable type." when attempting to call a method using the following method. The software vendor supplied the following VB code which works fine. HELP VB CODE Public Const LICENSE_VALUE = "GW3W89WFHCLE55K2 .
|
| How I link a post. | 22 Feb 2004 23:30 GMT | 4 |
if i post something in VB that has related to VFP, and i want to post it also in VFP in oop, can i like ti this post or should i repost it here? Samir R. Ibrahim
|
| AMEMBER does not work as assumed for objects created with SCATTER NAME | 21 Feb 2004 19:58 GMT | 5 |
To All If you create a CUSTOM class with OLEPUBLIC and in the class you have a method that does for example: (Assuming that in the INIT you USE a table called test that has let say 2 fields)
|
| Option group handling | 20 Feb 2004 21:05 GMT | 1 |
I have an option group (radio button) that I need to run one of three options based on what is selected. However when I run the program I get an "error operator/operand type mismach." I have the code I want to use below. The debugger points to the first line
|
| SET CLASSLIB -Problem | 12 Feb 2004 13:38 GMT | 2 |
I found a serious problem in VFP8 SP1: "set classlib to" doenst accept 8.3 Filenames containing a ~ this is a problem, because sys(2003) returns such a path on w2k Any ideas to solve this ?
|
| OO Books | 11 Feb 2004 00:33 GMT | 13 |
What are the best books that give a good lesson of OO techniques in FoxPro? Fred
|
| toolbar question | 09 Feb 2004 22:26 GMT | 2 |
How would I go about putting a toolbar in the main screen of my program. I already created the toolbar class and put it in a class library. I believe it's just a matter of putting SET CLASSLIB to my vcx file, but I am not sure!
|