| Thread | Last Post | Replies |
|
| Hexedit | 27 Jun 2004 09:41 GMT | 3 |
As helpfully advised by Rick Bean I tried to edit a prg largely copied from dBase 5 with Hexedit.app. When the item was selected a error message was generated: Invalid subscript reference
|
| dBase to Foxpro | 24 Jun 2004 15:01 GMT | 6 |
This seems an unlikely place to ask my question, but I cannot see a suitable group which is active and I am new to Foxpro. I have used dBase from IV through to the current dBase Plus 2.21 but now it the outlook for the company is looking bleak and I must do the best form my
|
| Moving Classes Around | 22 Jun 2004 10:15 GMT | 4 |
I should like to move my classes to another folder. How can this be done without messing-up all classes lower down in hierarchy and object based upon them? Thanks in advance.
|
| I want a line to follow my drag & drop control | 18 Jun 2004 22:53 GMT | 4 |
Morning, Here is the dilemma. I have a large image on a form, depending on user input "X" number of indicators (image controls) get created and placed at various X,Y Coords.
|
| MS Mapi (ActiveX) and Tobit or HTML Mail | 18 Jun 2004 18:24 GMT | 1 |
I know that this is a bit OT, but because i write my app in VFP i think there mightbe someone who tried something similar!? I wanted to implement a mailing funktion in my error handling routine, so customers can automatically report errors (As seen in microsofts 'send
|
| OLE IDispatch exception code 0 from ?:?.. | 15 Jun 2004 11:18 GMT | 2 |
I have created a COM server (on my machine) using VFP8 and am testing it by running another instance of VFP8 on my machine. I used to receive error messages from the server by using COMReturnError() function but for some reason all I get now is OLE IDispatch exception code 0 from ? ...
|
| assign vs set methods | 11 Jun 2004 11:03 GMT | 11 |
I want to enforce validation on some properties of my business objects. Should I be using Property_Assign methods or SetProperty() methods? The only difference I can think of is that with 'set' methods some of my properties would be directly settable (is that a word?) and some ...
|
| Drag and Drop not working | 10 Jun 2004 22:30 GMT | 4 |
I am getting a unexpected behavior in a form where I am trying to use a drag and drop. It is a simple test form with nothing on it except one command button. I am trying to drag that command button from point A to point B.
|
| Intellisense makes properties UPPERCASE with COM objects | 10 Jun 2004 11:04 GMT | 3 |
Why does intellisense insist on making properties of my COM objects UPPERCASE when I access them from another copy of VFP using COM?
|
| Piece of code | 09 Jun 2004 13:10 GMT | 2 |
I've a procedure in which I would have to save a piece of code from a edited .prg to another .prg. Which are the commands for copy a selected code and past it to another window ?
|
| Quiet | 07 Jun 2004 12:29 GMT | 5 |
This group seems quieter than ever. Where are all the VFP'ers. Have they all gone .Net or are they hanging out elsewhere. Or maybe they are so seasoned they don't need the help anymore. Anyway, where is everybody?
|
| Word Document Display In form | 07 Jun 2004 11:17 GMT | 3 |
Dear Guys Did anyone knows how to display word Document in VFP's Form. In VB can use OLE control with the code OLE1.CreateLink (App.Path+"OpenFile.doc")
|
| VFP & EXCEL VIEW | 05 Jun 2004 21:35 GMT | 1 |
VFP 7.0 Win2k pro DSN : DBQ=P:\elec\Existing_ELECT_2004 Francois.xls;DefaultDir=P:\elec;Driver={Microsoft Excel Driver
|
| Problem when dynamically creating classes | 03 Jun 2004 16:15 GMT | 6 |
I was given the task to port a Vfp Database, that consits of remote views only, to a cursoradapter classlib. So I thought by myself, creating about 390 cursoradapter from scratch could be a boring operation and created a little tool, that should create a classlib and then make a ...
|
| Character or String | 03 Jun 2004 15:27 GMT | 9 |
What is the difference between "As Character" and "As String"? Which should I be using in VFP8? Kind Regards Darren
|