| Thread | Last Post | Replies |
|
| Microsoft Web browser control | 30 Nov 2004 23:16 GMT | 3 |
I have added a Microsoft Web Browser control to a form. Whenever I open the form I get 0x80004005 unspecified error although the control still naviagates to the page required. Does anyone know why?
|
| createobjectEX | 30 Nov 2004 20:12 GMT | 4 |
i need to retrieve data from the server's registry it is possible to do with createobjectEX from the client computers ?
|
| OT: Wizards | 30 Nov 2004 17:19 GMT | 2 |
5 points for the first person who can remember the first Microsoft program to use "wizards".
 Signature Regards
|
| TABLEUPDATE returns .T. but fails to change data in base table | 30 Nov 2004 15:24 GMT | 11 |
I am using the line ... lSuccess = TABLEUPDATE( .T., .T. ) and it is returning True. However when I check the base table the data has not changed. Here is some of the SQL code generated for the view...
|
| VFP DCOM | 30 Nov 2004 14:48 GMT | 3 |
I created a client/sever application that sends a HTTP Post request server and gets a response back. Both VFP client and web-server are on local machine via MS IIS (v.5.1). When ran in a "File" messaging mode, the server works correctly. However, when converted to COM-Server ...
|
| Creating Excel Sheets | 30 Nov 2004 11:01 GMT | 6 |
I am using some recycled code from the MSDN for creating Excel sheets (I cannot find the original msdn page). basically this code creates an object named oExcelSheet with this object (yes I am aware there is more to it) I can insert data into the sheet by doing oExcelSheet.cells(5 ...
|
| how does VFP9 use web services? | 30 Nov 2004 11:01 GMT | 2 |
How does VFP9 use web services? With the no longer supported Soap ToolKit or with something else, maybe from .NET? I can't find an answer from Ken Levi's letter, and from googling around.
|
| Remote view no buffering? | 30 Nov 2004 08:02 GMT | 1 |
Is there a way to have a remote view accessing a SQL 2000 database without any buffering. If so, how do you set it up? Many thanks Shahriar
|
| Disabled Images in Menus | 30 Nov 2004 07:38 GMT | 3 |
When disabling items in menus, how do I get a disabled image to be displayed? All I get is a grey box. PICTRES seems to do the job for UNDO, REDO etc, but what about my own menu items and images?
|
| VFP 6 on Windows Server 2003 | 30 Nov 2004 00:19 GMT | 2 |
Just to make sure, does VFP 6 run on Windows Server 2003? Thanks, Gar
|
| Copy File - Is it necessarily lower case? | 29 Nov 2004 23:19 GMT | 7 |
I've set up a program that names files from metadata - file names I make up and place in character fields in a table. I'm finding that the VFP 7.0 COPY FILE command is creating all lower case file names. Is there any way I can proper the file names other than doing it manually?
|
| Report | 29 Nov 2004 21:45 GMT | 3 |
Dear sirs Is there any way that I can create a full report at run time where in my project, the user can choose the table he wants then clicks on a button create Report
|
| Transparent Forms | 29 Nov 2004 21:31 GMT | 2 |
I was experimenting with making a form transparent. I seem to be able to do that if I create a prg file and define a form class, etc... however, if I manually create a form and place the following code in a command button my form does not become transparent.
|
| How many indexes is too many? | 29 Nov 2004 20:58 GMT | 5 |
Reading some postings, they mention not to use to many indexes (gets buggy). One of our VFP6 tables has 85 fields and ~ 120,000 records and growing. We do a variety of queries on many fields. Currently we have 8 indexes and would like to add a few more. I was wondering what a ...
|
| list box bug ? | 29 Nov 2004 20:53 GMT | 2 |
vfp8, sp1 I have just run across what appears to be a bug and would like others to confirm it (maybe everybody already knows about this <g>)
|