I noticed you spend quite a bit of time with this library and wondered if you do much with it and VFP, or have you moved on to the Active X?
I need to rewrite some communication programs thru serial ports and I use CommTools for this, however I wondered if mscomm works any better.
Don Higgins...
I need a formula to round up from a number to the nearest $25.
For example: is the number is 355.67 I want to calculate that the new number should be 375.00. If the number is 376.00 then the new value should be 400.00.
Before I try to reinvent the wheel does anyone have some tips on this...
I have a form with many numeric textboxes on it. I have one field that if it changes will update about 20 other fields with new values. That all works great. My problem is after I update the fields I can see the selected field zip through all the textboxes as if I was pressing enter very...
I have a listbox control on my form that is behaving badly. Whenever there is any code in the INTERACTIVE CHANGE event the cursor cannot be moved without it jumping back to the last record in the list.
The code in init of the form sets the tag order on the list.
The interactive change code...
I have a weird report issue that I have not seen before. In Fox 9.0 I run a report that works fine when run from the command window. It will also work perfectly in the application until the 2nd page where it will say Variable xxx Not Found. The name of the so called variable is actually a...
I have always used this code in the activate of any pageframe Active page:
THIS.FONTBOLD = .T.
THIS.FONTNAME = "Tahoma"
THIS.FONTSIZE = 10
and this in the deactivate of the page:
THIS.FONTBOLD = .f.
THIS.FONTNAME = "Tahoma"
THIS.FONTSIZE = 9
I try to make the page jump out at them just a bit...
I am having a problem getting the Status Bar text to change for the command buttons on my form. Whenever they have focus there is no information in the status bar even though I have information in the event. The status bar text works fine for all my other controls.
What am I missing?
Don...
I am trying to select records from a database to determine qualifying order over 3 rounds of competition. I *thought* I had it working but the results are not always correct.
I need to find the lowest number in the field IQUARTER from a list of runs from many different entries listed by the...
I have a sql to cursor that works great but when I try to append the cursors to a regular dbf only one will work, the other one appends only blank records.
Here are the select statements, can someone point out what stupid thing I am doing wrong with the second select.
Please note that both...
I thought I had this figured out but apparently not.
I have a table that has the following structure.
RaceSession C
DriverName C
CarNumber C
ElapsedTime N
DialIn N
This file holds an entire race weekend of runs, with Each Driver getting 3 qualifying runs. I need to determine the qualifying...
I have one form that the focus jumps to the command button each time I press enter or tab. I have set the tab order just like every other form but this one behaves different.
I would like the focus to move to the next text field in the tab order. Any ideas?
Don Higgins
www.crewchiefpro.com
I am trying to construct an SQL command from a mover list and wonder what the problem is.
The mover list is populated fine, and I can see the results in a messagebox, however, when I try to construct a usable SQL command from the list it fails to run.
Here is the code I am using (Click Event...
I have never needed a mover class before until now and I am experimenting with the Super Mover class in vfp. My question is how do I add a dbf as a control source properly, and how do I include the moved items into my select sql command.
Currently I have the left listbox as rowsource of a...
I am having trouble understanding the multi select listbox. Since I now need one I was wondering if there is an easy way to create one, I really do not want to just drop a class in, I want to understand the workings of one.
I downloaded a few classes as prg files, but I want to create one...
I just wasted about an hour again because a procedure I was writing was working properly, I just could not believe it was finished as quickly as it did. This is a good thing for Foxpro, this thing is fast.
Problem was that the procedure FINISHED way before I thought it could, and I was too...
One of my customers is getting this error:
OLE exception error "name". OLE object may be corrupt. (Error 1440)
What is the cure? He is the only one that receives this error.
Don Higgins
www.crewchiefpro.com
I received a fatal exception code and a foxpro error popped up that said:
Mismatched Pushjump/popjmp call
Any idea what this is?
Don Higgins
www.crewchiefpro.com
Is there a foxpro function that will determine if a number can be divided by 2 and not have a fraction?
I know my high school math teacher is probably rolling over in his grade because I am quite sure I used to know this.
Don Higgins
www.crewchiefpro.com
Since I had to reinstall on a new computer my reports show options for Paper and Source in Spanish. What simple trick am i missing?
Don Higgins
www.crewchiefpro.com
Has anyone ever tried to calculate and display a sports ladder? For example, in the drag racing world, if there are 127 entrants in a class I need to display the ladder used during eliminations. The ladder is calculated after first round, so I need to pare up (127 / 2) = 64 race cars. We also...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.