| Thread | Last Post | Replies |
|
| turning off screen info | 26 Jul 2005 16:58 GMT | 6 |
The bottom of the default vfp6 screen in production mode provides information on the table open, current record, etc. How does one eliminate this? I assume with a _screen command, but which one? Thanks in advance Jeff
|
| Paste text to mail | 26 Jul 2005 04:37 GMT | 4 |
Hi Cindy, Ok, I understend. Can You say me how to do it on Ms Outlook? In Ms Outlook I have this same problem :)
|
| compatibility | 25 Jul 2005 10:04 GMT | 1 |
Is it the fox pro sintax compatible with SQL sintax? jimmie.minnich@booomail.com
|
| development vs. run-time issue | 24 Jul 2005 04:20 GMT | 2 |
Somewhere I remember seeing a line of code that would allow me to conditionally run a command depending on whether or not a form was running in development mode or after compiling. I can't seem to remember the syntax. Could someone please steer me in the right direction? Thanks
|
| Access | 23 Jul 2005 05:55 GMT | 1 |
Dear friends I am using VFP8 and access2000 database (only tables). The program works fine in Home edition where MS office is installed, but not working on another pc with only XP home edition is installed (no office). It cannot
|
| Grid Question | 22 Jul 2005 18:11 GMT | 3 |
Is there a way to loop through the rows of a grid? Thanks
|
| option group trick | 21 Jul 2005 02:24 GMT | 2 |
i have an option group containing 3 options labeled: Paid, Adjusted, Unbillable. i want to be able to get the left character of the selected label when chosen, ie P A or U to reduce my coding. i've tried several ways with no success and wonder if this is possible ???
|
| listbox question | 19 Jul 2005 15:00 GMT | 6 |
I have a table that includes a state field. I am editing the record in a form that contains a listbox of all 50 states. How can I manipulate the list box so that, when I edit a record with state="CA", the listbox has "CA" selected and showing, and if I have a record with no state ...
|
| how to match the address | 19 Jul 2005 00:35 GMT | 2 |
here's two tabkes:- a.dbf id char(11) PK address char(120)
|
| RGB Colours | 15 Jul 2005 22:20 GMT | 2 |
Is there a way to work out the 3 x RGB numbers that are used to make a colour? i.e. RGB(255,255,255) = 16777215 How can I find out the RGB numbers if I only know the colour (in this case
|
| put text to mail | 15 Jul 2005 03:40 GMT | 8 |
I have a question. I open from VFP 9 document Ms Word. And I write there a table with data. loWord = CREATEOBJECT("Word.Application")
|
| Blinking font | 14 Jul 2005 15:32 GMT | 5 |
Does anyone know of a Blinking Font that can be used in VFP? I don't want to write code to make it appear to flash. I am look for a font that blinks. I tried the Set Blink command, but it is not compatible with VFP. TIA
|
| Running two forms simultaneously | 13 Jul 2005 21:17 GMT | 1 |
Is there something I am doing wrong here? I have a form that processes data for a report. I open another form that runs code to show that the 1st form is processing data (sort of like a please wait window). If I add code to the 2nd window, when the data
|
| timed events | 12 Jul 2005 12:47 GMT | 8 |
What is the best way to handle timed events in vfp 6.0? I have a program tht I want to run a certain procedure in it during certain hours each day. And when it stops for the day I want it to do some house keeping routines and then wait for the next days start time. I know of the ...
|
| cursor as parameter | 11 Jul 2005 08:28 GMT | 11 |
Hi everybdy, is there a way to send cusrsor as a parameter and send back as parameter. Ex:1 DO form1 with cusor1 TO cursor2
|