| Thread | Last Post | Replies |
|
| table names from a query | 12 Sep 2007 17:21 GMT | 3 |
I have 2 like querys. The only difference is one picks the .T. , the other picks the .F. Here is the code behind the query; SELECT Reservefile.pbfrsvcd1, SUM(Reservefile.wrvrsvamt),;
|
| Creating an inline attachment for Outlook | 12 Sep 2007 08:41 GMT | 5 |
I am using FoxPro7 to create a mailer using Outlook 2000. I wish to add a . jpg as an inline attachment, which I have not been able to do. I am able to creat the message with the .jpg as normal attachment. Can someone give me the Foxpro statement to add a .jpg as an inline ...
|
| How to keep focus on mouce click | 12 Sep 2007 07:28 GMT | 4 |
I want to prevent leaving a textbox with occasional clicking somewhere. Now i do this by placing in valid: if mdown() retu 0
|
| Old spr bug occurs when changing from VFP8 to VFP9 | 12 Sep 2007 06:10 GMT | 4 |
This is an odd one that I doubt anyone has encountered but I'll throw it out in case I get lucky: We have a large application (hundreds of screens) that was developed in the FP2.6 days that has been working fine under VFP8. For our next
|
| Private and Hidden variables | 12 Sep 2007 05:10 GMT | 16 |
In my VFP7 application I have some variables that are defined by assignment and also explicitly defined: Private variable 1 lcvariable = "test"
|
| Subst.exe internal table | 10 Sep 2007 23:28 GMT | 5 |
Is there a way to retrieve the drive letters & associated devices created by subst.exe? (Would need to distinguish bet these and those created via net use calls).
|
| PDFSplitMerge - wierd ! | 10 Sep 2007 13:07 GMT | 12 |
I have been out of town, so I have started a new thread My previous post said: <<We just purchased PDFSplitMerge from Guangmingsoft It is a set of dll's that work fine in development
|
| Vista Solutions | 10 Sep 2007 07:21 GMT | 5 |
When running a vfp app in vista "aero" you get the missing borders on child forms and dropdown box items all get highlighted when using the mouse. If you run an app as administrator, the problem magically goes away. Microsoft obviouslly has the code to fix these display issues. ...
|
| MS Chart | 09 Sep 2007 19:34 GMT | 2 |
I dont have experience in using MsChart. So I am trying this little sample but I have an error on ChartData method. Could someone pls help. oChart=CREATEOBJECT('mschart20lib.mschart.2') Dimension arrData(2,2)
|
| Collecting data in vfp vs fox2x | 09 Sep 2007 13:35 GMT | 13 |
I need to collect and sum data from related database, something I know how to do in fox2x based on the speed and efficiency limits of that platform, but would like to get input on (efficient) ways to do the same in vfp.
|
| Communicating between forms | 08 Sep 2007 18:50 GMT | 19 |
Since having multiple sessions going at once is new to me, I'm looking for references on the best way to pass information between forms? For example, if a form in the background has a selected value in a private data session field and I am in a different form and want to use
|
| Grids and SET SKIP | 08 Sep 2007 06:46 GMT | 22 |
vfp7 ...yea... I know... but, the water's still pretty deep. As my forms are getting more complex, I need some guidance on how to handle a form with multiple related grids... the scenario; Form displays fields from the parent dbf (works fine)
|
| odbc, foxplus and office desktops apps | 08 Sep 2007 05:18 GMT | 7 |
When I create a standalone table via copy to ... type foxplus/fox2x, do all other office apps still use odbc to view the table or do some of them use old style direct file io? I ask because I'm rewriting an older app & the previous developer believes that the foxplus/fox2x tables ...
|
| <STOP> Button | 07 Sep 2007 22:21 GMT | 4 |
I have a form having a <START> button on it. This button initiates a routine working on a database. Due to settings decided from the user, it is possible that the routine takes many hours before it is (not conveniently) completed.
|
| ShowWindow situation | 07 Sep 2007 18:21 GMT | 2 |
I have a method called OpenDatabaseFiles. This method can be called from the LOAD method or a Database Maintenace procedure to switch processing to another database. The main form is a TLF. If there is an error loading the database, I want to show wizard like
|