| Thread | Last Post | Replies |
|
| FoxPro in MSDN | 25 Feb 2005 02:03 GMT | 12 |
To the Visual FoxPro Team at Microsoft, I just got the new VFP 9 DVD and I simply have to ask... You guys have an entire DVD dedicated to you in MSDN. Would it hurt you to include VFP 7, VFP 8 and the available updates on the
|
| Code in wizbtns | 19 Feb 2005 14:48 GMT | 1 |
where is the code wich is executed when clicking one of the buttons in the wizbtns -> picbtns class. For example, there is the button cmdPrev. I would expect something like cmdPrev.click()
|
| Word Automation printer selection | 18 Feb 2005 08:08 GMT | 1 |
When I execute these 3 lines, it works, but it changes my default printer to the printer in line2. How can I prevent this? I need to set the printer before line 3, otherwise line3 causes an error because the template contains objects specific to the printer in line2.
|
| accessing activeX objects in Word | 15 Feb 2005 23:46 GMT | 2 |
I am trying to automate Microsoft Word. I created a template and inserted and activeX object named "myXobj" myXobj has a property "value" which I want to set programatically via automation.
|
| WinSock calls in VFP help | 14 Feb 2005 16:12 GMT | 2 |
I need to write a program that makes Winsock calls via the Telnet port to a scale on the internet. Can anyone help me with this by sending a simple sample code of how to make Winsock calls within VFP6? Thanks.
|
| Binding Events (COM) | 08 Feb 2005 16:23 GMT | 2 |
I'm having trouble with EventHandler function. Let's say I have this COM object written in C#. namespace COMObject{ public delegate void OnSomething(string some_message);
|