| Thread | Last Post | Replies |
|
| Using multiple list boxes | 27 Feb 2005 19:58 GMT | 1 |
Hello Everyone - I am attempting to build a form that is comprised of four list boxes. I intend for the user to select a value in a parent list box and to retrieve a set of dependent values in the next list box. For example: Country>Customer>Division>Project
|
| wizbtns | 27 Feb 2005 14:06 GMT | 3 |
i use the wizbtns in my form. The data i use in my form is now just editable when i push the 'edit' button. Now i want to add a textbox so i can use the input for filtering purpose. How can i set the properties so that i can edit this box without pushing the 'edit' button?
|
| OleDragDrop an email message | 24 Feb 2005 14:06 GMT | 10 |
How can I support an OleDragDrop operation from Outlook into a VFP form? The DropObject.GetFormat method seems to identify the Outlook DropObject as text, but only the to,from,and subject information appears using the GetData method. The Body and Attachments seem unreachable. ...
|
| Screen resolution (broad screen) | 24 Feb 2005 14:03 GMT | 2 |
How do you handle with broadscreens 1280x800 or 1400x900 in your vfp applications. Thanks for any help. Kind regards. Lucien Lefevere.
|
| Printing wide (> 11") report forms in 6.0 (f/u) | 23 Feb 2005 20:05 GMT | 1 |
Rick, Thanks for your response. The best I can tell, there seems to be a bug here. With the HP selected as the printer and Custom Size selected as the Paper
|
| Printing wide (> 11") report forms in 6.0 | 22 Feb 2005 15:07 GMT | 1 |
VFP 6.0's report writer access to our printer driver seems to limit page width to 11". Is there something I can do to access the full printer page width? Out of Word, I can define and print our needed 17"w x 7"h page on our HP
|
| "Cannot find the text generation program." | 18 Feb 2005 05:44 GMT | 8 |
I get this message when I try to check in class to VSS. I get around it by entering _scctext = "C:\Program Files\Microsoft Visual FoxPro 8\scctext.prg" in the command window. I have a similar issue with the report generation
|
| how to set default folder ? | 16 Feb 2005 20:47 GMT | 3 |
is there a way to set a default folder for each project so that when I open the project it sets the default, other than keying it in all the time ? thanks to all, Rob
|
| VFP 5.0: DTPicker ActveX Moves to Point (0, 0) in Form | 15 Feb 2005 16:29 GMT | 2 |
I've inserted a DTPicker ActiveX Control in a Form. A button on that form opens another form, which works as a search dialog. When I run the project and open the (main) form, the DTPicker is positioned where I placed it at design time. Then when I open the search dialog form
|
| Ole control with rich text edit. Background color | 15 Feb 2005 04:21 GMT | 2 |
VFP8, Olecontrol with RICHTEXT.RichtextCtrl.1 I can set the background color at design time, but I would also like to be able to set it at runtime, is there a way? LH
|
| exe | 15 Feb 2005 01:29 GMT | 3 |
When i execute a exe project (vers 6) appear a form of visual foxpro! why? i tried change caption but i do not know the name of that form. Can i change this in order to appear first mine initial form? How.
|
| Enter suppress in a grid | 14 Feb 2005 20:34 GMT | 2 |
Can anyone please help with this problem? Ive got a grid on a form where allowcellselection = false. Im trapping for the enter key (nkeycode = 32) and the left and right arrow keys in the grids keypress event. I need a way to suppress the default behavor in the grid when
|
| VFP Bug?? | 14 Feb 2005 16:28 GMT | 2 |
The following 2 lines of code don't seem to work together inside the KeyPress of a DropDown list: KEYBOARD '(alt+uparrow)' PLAIN && Collapse a dropped cbobox this.Value=""
|
| VFP cannot find support files | 11 Feb 2005 17:35 GMT | 2 |
I have a system that uses forms. The system runs within the VFP environment (it's not compiled as a stand alone). If I move the system to another computer running VFP, I get error messages when I run it indicating that VFP can't find two files - miscbtns.vcx and
|
| Combobox and KeyPress confusion | 11 Feb 2005 01:48 GMT | 1 |
I'm looking to make a combobox automatically dropdown when the user begins typing *and* automatically collapse if the user changes her/his mind and presses Del, Esc, or Backspace to erase their entry. The auto-dropdown is easy. Keyboard F4, Spacebar, or Alt+DnArrow all
|