| Thread | Last Post | Replies |
|
| Calculation | 28 May 2005 14:28 GMT | 5 |
OK I have one for you. I have a max number say 120, and I have a variable count number that will change. How do I determine the closest evenly divisible number to the count number, either up or down I do not care.
|
| a Function | 26 May 2005 15:58 GMT | 3 |
I need a funtion to replace leading and trailing character. i.e. strleadtrail(string, "_", " ") it would replace leading and trailing "_" with a space but only the leading and trailing charaters not inbetween.
|
| error: foxcode table not of correct version...' in VFP 9.0 | 25 May 2005 18:04 GMT | 9 |
from the time i have upgraded my application from VFP 8 to VFP 9 i quite often keep gettting an error 'foxcode table not of correct version or is incompatible...' . how do i solve this problem.
|
| debugger can't get past READ EVENTS | 25 May 2005 16:29 GMT | 4 |
Please excuse setup redundancy from prev. post. I'm writing a simple, single-form app. Here's the basic flow so far: main.prg instantiates app class app.start() runs form and issues READ EVENTS:
|
| using READ EVENTS | 25 May 2005 13:31 GMT | 5 |
I'm writing a simple, single-form app. Do I need to issue READ EVENTS? If so, where should I put it? main.prg app class
|
| SpecialEffect in VFP9 | 24 May 2005 22:53 GMT | 1 |
I've a problem with my class of CommandButton. When I put an object of this class on a form, over a shape, and with SpecialEffect = 2, then I see the background picture of my form instead of the backcolor of the button. (all the objects are instances from my own classes, based on ...
|
| Validating date field | 24 May 2005 14:11 GMT | 6 |
(foxpro beginner, foxpro 7.0 pro) Hi, Want to validate a date field and do not want the default Foxpro message "Invalid Date".
|
| how to display live totals on form | 24 May 2005 13:12 GMT | 3 |
vfp6 question Hi, I have 2 entry fields on a form that display a total underneath, and I want to have the total field change every time the user changes field 1 or 2. The
|
| Why the secuence is not valid in a command button | 21 May 2005 16:53 GMT | 2 |
Hi, I have the next code in a command button: DO FORM sip_personal_cedula =Thisform.Agrega_MOBR() The problem is that the second code =Thisform.Agrega_MOBR is executed when
|
| CDO eMail Reading | 21 May 2005 13:49 GMT | 1 |
Is it possible to use CDO to read emails? I have seen how to use it to send eMails, but can you use it to read emails?
|
| Hide password | 21 May 2005 12:37 GMT | 1 |
I would like to hide the password the user is entering on my form and then pass this into a variable called curpass which will be used in a connection string connecting to an informix database. How can I do this? I set my thisform.TXTPASSWORD.PasswordChar = "*" in myform.init, but ...
|
| Command cannot be issued on a table with cursors in table buffering mode? | 20 May 2005 16:22 GMT | 2 |
When I try to create an index in VFP9 program, I got an error 'Command cannot be issued on a table with cursors in table buffering mode'.After using CURSORSETPROP("Buffering",1), the error still exists. What can I do next?
|
| re: VFP 9.0 intellisense changes | 20 May 2005 13:06 GMT | 5 |
in command window when i type: 'INDEX ...' or 'SET RELATION...' the 'ON' or 'TO' does not come on automatically like it used to do in earlier versions. why this change in VFP 9 and any way that I can get the TO come on automatically as well .
|
| Timed Method interupt | 20 May 2005 03:35 GMT | 8 |
I am wondering how do I do this? I have a timed event that I launch upon the user pressing a command button labeled "Start". How do I interupt the timed event upon the user preg another button labeled "Stop"?
|
| How to make a Listbox ignore mouse clicks | 14 May 2005 08:48 GMT | 2 |
I have a multi-select listbox control with more rows than are visible at one time. I would like the control to be enabled so that the user can scroll it to see what is selected, but prevent the user from changing the selected rows (basically make the control be read-only).
|