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 TouchToneTommy 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: fatboy2
  • Content: Threads
  • Order by date
  1. fatboy2

    msgbox

    Under my form load, I am displaying a message box so that if the user does not qualify right off the bat, I just end the program. I want to make the message box font appear larger for those with not so good eye sight. Is there a way to do this. I tried making my form.font larger but that...
  2. fatboy2

    Navigating through a resultset

    I am using a RDO connection to pull a resultset from a view of a SQL 2000 database. I get the correct amount of records returned but and can movefirst to start through the records but I only get to record 14 of 430 records and then the next movenext takes it to eof and my loop exits. What can...
  3. fatboy2

    Save a Bitmap into a SQL Database

    I'm looking to Bitmaps into a database. I have created an image field in my table and I'm trying to get textcopy to work. It actually worked a couple times, then never again. There must be a way using VB code to do this. Here is my textcopy code - maybe I am just missing a parameter: Shell...
  4. fatboy2

    Is there a good knowledge base for cobol97?

    Anybody know if there is a knowledgebase for fujitsu cobol 97 on fujitsu's site? All I could find seemed to pertain to cobol.net Thanks.
  5. fatboy2

    CAN I BROWSE A MEDIA TO SEE WHAT IS THERE?

    HOw can I browse a tape to see what is or is not there? Everything I find so far wants me to browse job logs or media logs. There has to be a way to throw in a tape and see what is there, regardless of the media name assigned to it. Can any of you folks shed any light on this subject? Thank...
  6. fatboy2

    Need good info source for ACCESS max sizes per version

    Hearing around the office that 2gb is max size for access mdb. I hit about 1gb and get the "maximum database size exceeded" message. I wondered if the comment was made about access 2k. This appears to be a "butt in the sling" deal, as I tested and tweaked my app with a...
  7. fatboy2

    This is just great

    I have a standalone vb6 program that uses a data aware grid. The data source for the grid is an Access 97 mdb. On one machine running 2000 professional, I have a strange issue. I installed my program and it's mdb. The user gets a message that indicates I am trying to put a 6 char variable in a...
  8. fatboy2

    Ye Olde Wheele Mouse

    I just got a wheel mouse and really like "freewheelin" now. It works everywhere EXCEPT in vb, where I spend most of my time editing code. Has this ever happened to anybody else? My environ is win98, on a p700. My internal tech support tells me I don't need a driver for this, 98...
  9. fatboy2

    Win98 and 2k environment settings...

    Durn microsoft! We did a massive PC upgrade to run some new VB/SQL stuff, and ended up with win2k on our new machines. Now my Clipper compiled dbase programs won't run because of a lack of file handles. I have tried this on win98 and can reproduce the crash. I realize this is an...
  10. fatboy2

    Create EXE not enabled

    I have a little iddy biddie fp26 project, something that was a clipper program that now won't run on current hardware, that I want to make an EXE out of. Trouble is, the "build exe" checkbox in the rebuild app window is not enabled. I remember having to install something else in...

Part and Inventory Search

Back
Top