Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. crewchiefpro6

    CommTools Question for dsummzzz

    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...
  2. crewchiefpro6

    Formula for Rounding up $25 more than a number

    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...
  3. crewchiefpro6

    Weird text box issue

    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...
  4. crewchiefpro6

    Weird ListBox Issue

    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...
  5. crewchiefpro6

    Weird Report Issue - Variable Not Found

    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...
  6. crewchiefpro6

    PageFrame Simple Question

    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...
  7. crewchiefpro6

    Command Button and Status Bar Text

    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...
  8. crewchiefpro6

    Another Select SQL issue

    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...
  9. crewchiefpro6

    Cannot Append from one Cursor file

    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...
  10. crewchiefpro6

    SQL Question

    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...
  11. crewchiefpro6

    Form Set Focus Question

    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
  12. crewchiefpro6

    Mover Class Help

    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...
  13. crewchiefpro6

    Super Mover Class usage

    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...
  14. crewchiefpro6

    Multi select list box

    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...
  15. crewchiefpro6

    Blazing Speed of Foxpro

    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...
  16. crewchiefpro6

    OLE Error 1440

    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
  17. crewchiefpro6

    Weird Error

    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
  18. crewchiefpro6

    Simple Math Question

    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
  19. crewchiefpro6

    Printer Changes in Spanish

    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
  20. crewchiefpro6

    Function to create Sports Ladder Printout

    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...

Part and Inventory Search

Back
Top