| Thread | Last Post | Replies |
|
| Displaying pictures in a form... | 31 Oct 2003 22:55 GMT | 2 |
I'm wondering if anyone knows of available examples showing how one might construct an application that displays a series of photographs? I've been tasked with creating an application that will
|
| Merging tables | 30 Oct 2003 15:51 GMT | 4 |
I have this master table I plan on taking a subset out and allowing the user to change data in the subset. The question is...what is the best way to merge the data back into the main table?
|
| Bug in imagecontrol | 30 Oct 2003 13:30 GMT | 2 |
I am using the Image-Control on some Forms. But if there is no imagefile the control shows a "dirty" cross. Now my ideas is, to put a label behind the imagecontrol and make the imagecontrol.backstyle to transparent. Works fine, BUT if there is a picture, VFP shows the image not in ...
|
| EDIT BOX control formatting problem | 30 Oct 2003 10:07 GMT | 2 |
i want to set the format of the edit box control as '!' whereby whatever the user types in is saved in upper case irrespective of the caps lock on or off. it works for text box but not for edit box.
|
| Convert screen from FP2.6 to VFP8 | 29 Oct 2003 15:12 GMT | 3 |
I am converting a screen from FP2.6 to VFP8. The problem I am facing is the following: I have a browse screen that is "associated" with the screen 2.6 This is lost when it is converted to VFP8.
|
| Trying to Control PowerPoint From Visual FoxPro | 29 Oct 2003 13:46 GMT | 1 |
In my VFP app I can run PowerPoint and open a presentation. How do I: 1. Run a powerpoint macro Thanks
|
| TIF file | 29 Oct 2003 06:31 GMT | 4 |
I need to open a TIF document from VFP form. Does any one know what is the related activex control? Thanks
|
| The ADIR() Question multiple file extentions | 28 Oct 2003 23:07 GMT | 1 |
Adir( ArrayVar, ".bmp ; .jpg" , "D") This line does not work ".bmp ; .jpg" Just .bmp works but how do you add another additional file type?
|
| Close a Form | 28 Oct 2003 19:34 GMT | 5 |
How do I get the X in the upper right corner to close the form when clicked?
|
| Filling a Combobox | 27 Oct 2003 15:36 GMT | 1 |
Here Goes; Using VFP 8 on a win2000 machine. Current Code : Parameter is passed from the Controlling Form
|
| How to turn off the bell sound from the Messagebox() | 27 Oct 2003 15:19 GMT | 3 |
as title, I try SET BELL OFF, but not success, how can I turn off the bell sound from the messagebox function. Please help. Derek Yim
|
| Convert 3.0 resource file to 6.0 file format? | 27 Oct 2003 15:14 GMT | 1 |
I have a vfp 7.0 application located in the same directory with another vfp 2.6 application. Every time I start the 6.0 application I get the message: "Convert 3.0 resource file to 6.0 file format?"
|
| refilling a combobox... | 27 Oct 2003 08:07 GMT | 1 |
I'm trying to refill a combox in the dropdown event. however the first time when it refills the cursor, the list only shows up with one line and a weird up arrow character. After that, the list fills in properly. Right now how I'm refilling is, the rowsource is set to a sql ...
|
| _screen.activeform. | 26 Oct 2003 20:18 GMT | 5 |
Is there any property under _screen which tells me whether there is a form active or not? I want to call _screen.activeform.release() if there are any forms at present showing up on the menu. Thanks
|
| How to change the check box control's tick color ? | 25 Oct 2003 17:50 GMT | 2 |
as title, I can't find anyway to change the foreground or background color of the tick in the check box control. Please advise. Thanks.
|