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

    dBase III Plus

    Believe it or not I am still using dBase III Plus at the dot prompt (.) to manipulate DBF files that I create by converting data from an excel spreadsheet to the DBF format. I will never give up my DOT prompt willingly but if my machine crashes and I have to get a Windows 7 computer I will be...
  2. fbizzell

    Remote Console using AdRem afreecon.exe

    I had a copy of afreecon.exe running on my computer that gave me a remote console to my Netware 5 server but my computer crased and I can't find the install files for the afreecon anymore on the web. Does anyone have the files that I need to install this on my workstation? Apparently AdRem does...
  3. fbizzell

    Open File Manager by St. Benard

    Open File Manager by St. Benard is no longer available. Does anyone know of a similar product?
  4. fbizzell

    thread75-1123232 I need a copy of

    thread75-1123232 I need a copy of whohasit that I can register and run on my system to check to see who has a file open on my 5.1 netware server and at the same time clear that person's connection. I have a copy of whohasit but do not have a registered version.
  5. fbizzell

    fbrowse function

    I have a piece of code that is looking for the function fbrowse. Does anyone inow what library this function is contained in. I have used it before but don't remember where it comes from. Whether it is a part of the Clipper built in functions or not.
  6. fbizzell

    Help using the round function in clipper

    Is there a way to make the clipper round function always round up. If I round 1.4285 I want it always to come out 2 not 1
  7. fbizzell

    BLICPUREL()

    when I try to compile and a link a program that has A CALL to the BLICPUREL() function it gives an error "function not found" or something like that. I know there is a way to do this because I have done it before but have forgotten how.
  8. fbizzell

    Unrecoverable Error 5302 Conventional Memory Exhusted

    I get this error when running a Clipper 5.2e application on a Windows 98 machine: Unrecoverable error 5302 Conventional Memory Exhausted I do not get this error when running it on a Windows 2000 or Windows XP. I have the following statement in the autoexec.bat file on the win98 machine: SET...
  9. fbizzell

    Fivewin application on XP

    I have been running a Fivewin application on Windows 98 for some time now with no problem. I am now trying to run it on XP but it will not run. No error messages. Is there something special I need to load or configure for FiveWin application to work on XP.
  10. fbizzell

    DOSX want load high

    I need to load DOSX high in upper memory in order to run some of our Clipper 5.2 applications but on some machines it will not load high no matter what we try. Has anyone find a solution to this problem.
  11. fbizzell

    Printer problems with Clipper and Win2000

    I have a 5.2e clipper application that makes heavy use of dot matrix printer to print reports. It works fine under Windows 98 but on Windows 2000 machines there is a long delay before the printer starts printing on short reports. On long reports it sometimes will stop in the middle or near the...
  12. fbizzell

    Pickreader function in superlib

    I am using an old library called superlib. It had a function for pickreader to get input into a get using an array of values. The pickreader function works but it does not allow you to move the popup list to specified coordinates on the screen. It is suppose to but no matter what you enter as...
  13. fbizzell

    Clipper on Windows 2003 Server with Advantage

    Has anyone had any experience running Clipper applications on a Windows 2003 Server with Advantage Database Server loaded. We have been running these applications on a Novell server with Advantage but would like to migrate them to a Windows Server. I am looking for information on what changes...
  14. fbizzell

    Windows XP locks up when running butil -stop

    A new winddows XP freezes when unloading btrieve (brequest) with butil -stop. This does not happen on all XP's, just the new one we bought this week.
  15. fbizzell

    Directory sizes

    Is there any utility that I can run at the prompt that will give me a list of directories or sub-directories that exceed a certain size?
  16. fbizzell

    Clipper across a VPN

    Can Clipper 5.2x applications run across a VPN. We are currently running several clipper applications on a Netware server using Advantage Database Server. Workstations are either Windows98, Win2k, or XP. Are there know problems or issues that I should be concerned about before attempting to...
  17. fbizzell

    Tab-delimited to array

    I saw this post thread288-87443 but I did not understand whether the listtoarray function would take lines from a text file and bring them into an array?
  18. fbizzell

    Converting tab-delimited file to comma delimited

    Does anyone know of a way to convert a tab-delimited TXT file to a comma delimited file within a Clipper application. I can easily import a comma delimited file into a DBF file but doing that with a tab-delimited file is quite a different story. I know that it can be done but would require a...
  19. fbizzell

    text file to memo field

    I recently saw a thread that told how to create a text file from a memo field. I want to do the opposite. Put the contents of a text file into a memo field.
  20. fbizzell

    Adding disk drives to Netware 5 server

    We need to double our disk storage on a Netware 5 server. Is that a difficult thing to do?

Part and Inventory Search

Back
Top