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 Chriss Miller 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: *

  • Users: rob444
  • Content: Threads
  • Order by date
  1. rob444

    command window too big for the screen

    Hi guys, I'm having difficulties with the command window. It seems to be outside the VFP9 window even when it's full screen. And I cann't move the command window around. The x for closing the window is not on the screen. How do I get the command window in it's proper dimensions and movable...
  2. rob444

    FPD on Windows XP

    I've written a FAQ on this subject. FAQ182-6380 Rob.
  3. rob444

    Determine CPU speed with a VFP FLL

    This is sourcecode for a VFP FLL (needs to be compiled with Visual C++) to determine the speed of a CPU, and the determination of the CPU speed is written in Assembler, faster isn't possible... #include "pro_ext.h" // Originally written by Roberto Ianni // Modified by Rob444 void FAR...
  4. rob444

    New FAQ on how to create a VFP FLL with Visual C++

    Being requested to do so I've created a FAQ on how to create a VFP FLL with Visual C(++) faq184-6347 Rob.
  5. rob444

    Problem with round() for rounding numbers

    I'm having serious problems with rounding numbers with the round() function. (VFP9) I have 13 different numbers, all up to 8 decimals They need to be 2 decimal numbers and sometimes 1 decimal numbers. Those numbers are integer numbers divided by 256.56 and the total of those rounded numbers...
  6. rob444

    August letter on VFP website

    http://msdn.microsoft.com/vfoxpro/letters/
  7. rob444

    dbc 2 mdb utility

    A few years back there was a great utility called dbc2mdb and mdb2dbc, conversion utils by someone of the FoxTeam. I dug up these utils but they no longer work with a dbc created with VFP9. Anyone knows of a conversion utility that can (automatically) create a access-mdb of a vfp-dbc? Rob
  8. rob444

    How to read a DBF Header and get info about it

    faq184-3162 has been updated for the VFP 9 new fields Rob.
  9. rob444

    How to use PgUp/PgDn as Previous/Next command

    How do you get the pgup/pgdn keys on the keyboard to function as cmdprev/cmdnext in a form, without using the keypressed method? I want to offer more keyboard control when scrolling a table with a form. Thanks. Rob.
  10. rob444

    Pageframe background color in VFP8 and VFP9

    I inherited a system build in vfp6 and have to maintain that in vfp8/9. The mainform has a pageframe but I'm unable to set the color of a page in a pageframe. In VFP6 this could be done by simply clicking on the background color property of the specific page. This option is still available in...
  11. rob444

    VFP9 ide problem

    Since recently my VFP9 version doesn't remember its IDE-settings for a project. When opening the project the project is collapsed and the build options are back to "Rebuild project". I've been trying everything, reinstallation after totally removing VFP9, all register entries related to VFP9...
  12. rob444

    my documents folder under WinXP

    How to get the my documents folder under windows xp, a directory that is different for every different user. I've been looking at the faq's but I haven't found the proper solution yet... I use vfp6,7,8 and 9 Rob.
  13. rob444

    How to select a page in a formset by code

    Can anyone give me an axample on how to select a specific page in a formset by code / code in a command button. I've been reading and searching for it in the helpfiles and in the several vfp books I have but I cannot find it. TIA, Rob.
  14. rob444

    Determine the type of a dbf file

    I wrote a very small win 32 bit executable to determine the DBF filetype (dBase / Foxpro / Visual Foxpro ea) It's a 9kb executable that doesn't need anything except windows to run. This is the download link: www.rbftp.com/transfer/foxpro/dbftype.zip Rob.
  15. rob444

    What type is this DBF file

    I wrote a very small win 32 bit executable to determine the DBF filetype (dBase / Foxpro / Visual Foxpro ea) It's a 9kb executable that doesn't need anything except windows to run. This is the download link: www.rbftp.com/transfer/foxpro/dbftype.zip Rob.
  16. rob444

    DOS - command line screen

    Does anyone know how to size the dos command line screen to 25 lines and 80 chars per line when it is full screen? I need it to run an old dos program full screen with only 25 lines in stead of 50. Thanks, Rob.
  17. rob444

    Float double and currency

    I'm writing a data recovery program in foxpro. This program will be posted on this forum in a faq. I still do need some info on the following specific data types: Float Double Currency Does anyone have any information on how it is stored in a foxpro table? If so would you share it with me...
  18. rob444

    How to flush printer buffer (VFP8)

    I'm having a problem with printing in the VFP8 IDE. When a program has : set print on ? 'Print commands...' ? 'Print commands...' set print off return The printer does not start printing until the VFP8 IDE shuts down. What am I overlooking? Rob.
  19. rob444

    Great FREE Data File Repair Utility !

    Found at Universal Thread: http://www.universalthread.com/wconnect/wc.dll?FournierTransformation~2,2,9930 ATFixDbfFpt 1.6 all xBases supported. August 7, 2003 ATFixDbfFpt 1.6 repairs invalid data files (runs on VFP 6 - 8). This isn't an application but rather a function to make it easier...
  20. rob444

    Dbf check and header info using low level functions

    I've updated faq184-3162 with a number of checks on any type of DBF table (including VFP dbfs that use the AutoIncr feature). This program can be used to check a dbf when you're having problems with it. Rob.

Part and Inventory Search

Back
Top