| Thread | Last Post | Replies |
|
| What's wrong with this macro substitution ? | 30 Apr 2004 07:47 GMT | 3 |
'Llo all, I have this simplified piece of code (IRL it's somewhat more complex, but it would be nearly unreadable ...) : execStr = "STORE val1 TO var2"
|
| How do I release an array within an array ? | 30 Apr 2004 06:48 GMT | 10 |
'Llo, I have an array within an array (had to do it like that, because the second dimension otherwise could grow too high in number, and would so result in too much unused space in most of the first dimension's entries). I create
|
| Can custom controls raise user-defined events? | 28 Apr 2004 12:46 GMT | 2 |
A consultant working on a FoxPro project for our company developed a little control with five buttons: Show Usage, Delete, Save, Cancel and Exit. When a user clicks the Save button, the control checks to see if its parent form has a method named dosave(), and if it does, it calls ...
|
| Open Tables | 28 Apr 2004 12:36 GMT | 6 |
Could you please give me a little advice on an issue I am encountering. Background: I am coding a COM application to provide an interface to a 3rd party VFP application. I am trying to minimise the amount of time the application keeps the tables
|
| Update - SQL to change field values | 23 Apr 2004 20:59 GMT | 2 |
I would like to use Update - SQL rather than Replace as I think I should be getting more SQL oriented rather than XBase in today's climate. What I want to do is (for example) change field values based upon the current values.
|
| Excel as "insertable OLE object" in VFP app: works on some but not all computers/users | 21 Apr 2004 19:26 GMT | 1 |
Please forgive the cross-posting, but this OLE problem crosses a lot of boundaries. I have created a VFP 8 sp1 application that uses an Ole container control on one of its pages to give the application access to Excel.
|
| Key Press Event | 16 Apr 2004 02:44 GMT | 1 |
I am using VFP 7 and trying to slove a problem with the ALT Key. The documentation states -- KeyPress Event does not occur for any combination of keys with the ALT Key Does this mean that any code added to the Keypress event will not work
|
| adding a property to a .vcx form | 12 Apr 2004 22:33 GMT | 3 |
Can anyone tell me how to add a property to a Visual Class form (I suppose that's redundant) and then add code to the property? I can see how to do it with a regular form but can't find it when using a .vcx
|
| Can't make a string: "&&" | 08 Apr 2004 17:34 GMT | 3 |
Every time I make a string of "&&", ehich I unfortunately need to to to extract data after this particular combo from a text file, it tells me that it contaings an unrecognized command/keyword. I can sort-of (not really) see WHY it might do that, being that it's the comment ...
|
| Pdf files | 07 Apr 2004 18:41 GMT | 3 |
Is there a way to import data from a .pdf file to a vfp table ? Thanks
|
| Confusion about names of objects created from a class | 07 Apr 2004 00:22 GMT | 5 |
I have the following code in the click event of a button attached to a form: set classlib to scmenu additive ourMenu = newobject( "scmenu")
|
| Lost Focus after multiple alt -> | 05 Apr 2004 17:03 GMT | 2 |
I am work on a problem where the form will not keep its focus after more then one alt -> key press. The form contains a comand next and prev buttons and they retain the focus. Any Ideas
|
| Semi Readonly Property | 01 Apr 2004 09:19 GMT | 10 |
Is it possible to create a property that is changeable only within the class? I am creating a set of COM Objects and I want certain fields to be visible to the 3rd party developers but not changeable.
|