| Thread | Last Post | Replies |
|
| createregion | 31 Dec 2003 17:43 GMT | 6 |
i've seen some exemple in VB that is creating region from image, is this possible in VFP, and if yes How????
|
| How to scan & store picture | 30 Dec 2003 14:31 GMT | 3 |
How to scan picture from my application & store it into the general field?
|
| How to add icon to exe file | 30 Dec 2003 11:10 GMT | 4 |
After I've build my .exe application file. I can't seem to place my own icon (file.ico) into the exe file. I've used the VFP5 project builder, but it does not work. How can i place icon into my exe file?
|
| How to disable the system toolbars? | 24 Dec 2003 02:26 GMT | 5 |
Every time I launch my application (.exe) the VFP toolbar appears (this computer has VFP in installed) but when I launch same .exe program from another computer (no VFP install) the toolbar does not appear. How do I disable the system toolbar?
|
| traslate | 23 Dec 2003 14:40 GMT | 1 |
i want to traslate report toolbar. how do translate report toolbars turkish language ?( preview or print) exsample
|
| How to import text file data to VFP 6 ? | 22 Dec 2003 21:25 GMT | 3 |
I have a text file which has about 150,000 records. I cannot import it in excel as it can take on 68,000 record per spreadsheet. I am looking for a command that allows me to import data from the text file. Thanks
|
| Foxpro application and Terminal Services | 22 Dec 2003 17:30 GMT | 2 |
I have a Foxpro application that runs great on local PC's, but now the majority of our users are accessing this application using a 256k frame relay circuit, and most every function in this program is really slow. There is talk of bumping this circuit to 512K, but considering
|
| Converting input to uppercase | 20 Dec 2003 05:29 GMT | 1 |
I have a form where a user inputs a letter into a textbox. I would like for whatever they type in to convert itself to uppercase when the textbox. What would be the best way to do this so that the user actually sees the change once they tab away from the textbox?
|
| List of called forms in a form | 19 Dec 2003 22:56 GMT | 1 |
I want to document an old but large system and to produce the structure chart. I would like to know know all the forms (.scx files) called from a form through button click directly. Please advise the fatest way to achieve this.
|
| resizing forms with bindevent | 19 Dec 2003 18:52 GMT | 1 |
Does anyone have straight forward code on how to used bindevents in vfp8 with resizing the the forms and controls. I have people using my forms in serveral different resolutions and their controls need to be resized. Also where do I put this code in my form Thank Nick
|
| Form Properties | 19 Dec 2003 05:17 GMT | 2 |
Is there a way to print the properties of the form and all the controls in the form? Thanks in advance. Doug
|
| Outlook Message | 17 Dec 2003 16:06 GMT | 3 |
I am using the code below to send an email message. The problem is that Outlook (2002) seems to have some security inbuilt into it because it keeps poping up and saying "A program is trying to access email addresses you have stored in outlook. Do you want to allow this?"
|
| Disappearing controls - VFP8 | 17 Dec 2003 13:50 GMT | 3 |
I am using VFP8, running on Windows XP. I have a pageframe on a standard form, and on the pageframe is a mixture of command buttons, combo boxes and containers. Themes is set to .T. for all controls. When the form first initializes, if I hover the mouse over the controls,
|
| Form unresponsive after docking toolbar | 17 Dec 2003 13:40 GMT | 4 |
I'm having a problem with a form becoming unresponsive after docking its toolbar. I've boiled down an example to the following: PUBLIC oform1 oform1=NEWOBJECT("form1")
|
| Avoid displaying multiple form at a time | 16 Dec 2003 14:49 GMT | 2 |
hi expert, i'am facing problem because i can't prevent users to display more than one form at a time. next problem if users displaing more than one form then some error message
|