| Thread | Last Post | Replies |
|
| server's vol. num | 31 Jul 2003 22:03 GMT | 2 |
Hi,guys; Is theere anyway to get the server's volume number? I don't like my customer copy my program to other server. So, any information of server which is unchangable
|
| Application Security | 28 Jul 2003 21:26 GMT | 6 |
In the old dbase apps I've worked on in the past, security was handled by having several "DEFINES" made at the top of each code, which listed the userid's of authorized users for various parts of the app. Adding a user to a specific module, or rearranging an existing user's access ...
|
| Timers Not Firing | 27 Jul 2003 21:30 GMT | 3 |
An app that has timer controls instantiated in _screen works perfectly on multiple machines all with the same operating system: Win 2000 5.00.2195 Service pack 3 On another unit, same op sys but much faster chip and and
|
| Updating app to an OOP framework | 20 Jul 2003 19:35 GMT | 1 |
I need to update my forms to my new framework classes So I can open the tables and manage the VCX files and changing it's properties. Changing the CLASS and METHODS field,
|
| SQL Help | 19 Jul 2003 23:18 GMT | 2 |
I'm accessing a remote table via SQL using the SQLEXEC() command and thats working great. I'm able to use Select to get records and Insert to add records. However I can't figure out how to update records and delete records from the remote table via SQL.
|
| Open document question | 19 Jul 2003 15:03 GMT | 1 |
I want open a document when I click the menu bar. However, the document close immediately but the MS word application open and have not closed. Any help?! Thank you!
|
| Class Libraries | 16 Jul 2003 15:47 GMT | 1 |
I was going through TasTrade Example (which usually shipped with VFP, I think).There are couple of Class Libraries in it. Are they based on "Custom"? or "ActiveDoc". What does it matter what to choose during the creation of a new class lib. If I choose a new class as suppose ...
|
| showing form from another exe | 14 Jul 2003 18:43 GMT | 2 |
Is it possible to open a form in exe (exe1) that is compiled to another exe (exe2)? I first opened a form in exe1 like: oFirstForm = createobject("exe1.mainform")
|
| Copy OLEControl classes between .VCX's | 11 Jul 2003 15:38 GMT | 3 |
I read a recent post about someone trying to do this, but the workarounds didn't look like much fun. Has anyone confirmed whether this is a bug?
|
| passing objects by value | 08 Jul 2003 16:25 GMT | 2 |
I know that natively it is not possible to pass objects by value in VFP but could it be done somehow manually? The same thing can be done in Visual Basic by converting object into byte array but it involves property.
|
| Controlling a VFP 7 app from another VFP 7 app | 04 Jul 2003 02:10 GMT | 2 |
If a VFP 7 app is running, what is the best mechanism for a second VFP 7 app to tell the first one to do something, like display a form? Currently I'm using DDE to communicate with the first app, getting it to run its procedures etc, but I perceive DDE to be archaic technology that ...
|
| How do I pass an array from 1 form to another? | 03 Jul 2003 05:05 GMT | 2 |
I am trying to pass an array from one form to another. I think I need to use pointer notation but my C is very week. I think the form is as follows. Can someone please fill in what is missing? Form 1
|
| Right click inside a grid | 01 Jul 2003 18:26 GMT | 1 |
i'm new to oop anybody can give me a coding for rightclick on a grid to run a menu. i dont know where the right click should be and how to code it/ where to insert the right click method?
|