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

    Remote access not required

    Sorry if this is in the wrong forum but there appears to be a connection between, what you guys do and my current problem. My stand alone computer (WIN98, not high spec) is attempting to log on to the internet on start up. From lots of testing - the dial up occurs immediately after the Network...
  2. webpager

    Scroll Mouse Issue

    Hi Guys Microsoft Internet Explorer I use a scroll mouse and recently I somehow managed to increase and decrease the font size of the page I was viewing. Since then, plain text on all the websites I visit is now much larger than it should be - help! I have looked into the accessibility settings...
  3. webpager

    XP Compatibility Issues

    Please excuse this post if it is a bit off topic but I am new to Java and seek a little info. A friend of mine has included some 3rd party Java Applets within his web site. On my own machine (WIN98 with Java enabled) the effects appear as they should. I looked on my machine at work (standard...
  4. webpager

    Learning Java Script

    I am learning Java Script but always like to start with a working script and develop it by experiment. Could you suggest any Web Sites where basic scripts are available. Thanks Keith
  5. webpager

    Regex Query

    Hi guys I want to match whole words in a var ($CHECK_CODE) Matching the string 'is' in the following "This is a question" I want to match the 'is' but not the 'i' and 's' in the word 'this'. My reference book suggests the following but it matches every instance of 'i' and 's' together...
  6. webpager

    Strange behaviour of a 'here' document

    Hi Guys I'm having a problem with the following sub routine and was wondering if you could spot the problem. The sub routine doesn't complete but ends at athe point marked below. sub OPTION_BOX{ if($ALL_FILES eq 4){ print "sub - OPTION BOX<BR>"; } print <<"FIRST"; <table border="0"...
  7. webpager

    Filtering Multiple Layers

    Hi all, I hve an imge containing mny layers. I want to spherise all of these layers Is it possible to Set filters to numerous layers at once? I thought grouping the files together would enable me to do this but that doen't apper to work. Thanx Keith
  8. webpager

    Strange Book marks

    Hi Guys I have a problem with a book mark within a form. The HTML was created in Frontpage and works ok in preview mode (Frontpage) when I paste the same code into my cgi script the bookmark link is added to the end of the 'form action' link. Any clues what I am missing? Calling html - <a...
  9. webpager

    I have written an EPOS system, in V

    I have written an EPOS system, in VFP (WIN98), for use in 2 retail shops. The computers running the apps. are occasionally freezing whilst writing to the sales table. Both machines are running with 32Mb of ram and although a little on the low side, is enough to run other programs with no...
  10. webpager

    Processing Forms

    Hi All I am processing an application form within a script and, as the visitors first attempt to send their details is usually incorrect I am returning the completed form with the incorrect fields highlighted. Normal text fields are no problem but I wonder if there is a simple way of returning...
  11. webpager

    How does REPROCESS work

    Could someone please clarify what actually goes whilst REPROCESSING during attempts to LOCK a record in a table. My question relates to a school register where multiple users APPEND records to a table at the same time but only at certain times of the day. The query:- As I understand it...
  12. webpager

    A question of Memory

    I have an EPOS system which is operating at two remote locations, no network, just single machines. One of the machines crashes when I assign a number of Memvars. The machine is low on memory and the solution was to REPLACE items in the table rather than GATHER them. My question is - Is REPLACE...
  13. webpager

    EPOS System

    Does anyone have any experience of printing to a Star SP200 receipt printer from FP6. I am updating an EPOS system I wrote a few years ago, to WIN98. The original was written in DOS and the printer worked OK. The Docs. from Star speak of a Control Font but I am unable to locate this font within...
  14. webpager

    File download

    Hi all I am setting up a file download screen comprising of numerous old news letters (Microsoft Word .DOC files) for our church website. I have a screen of images representing each newsletter. When I select a link, the file downloads without the usual prompt of SAVE or OPEN. Testing this on...
  15. webpager

    I have a project with a few free ta

    I have a project with a few free tables and only a couple of forms. When I open a prticular form to edit it, I am taken straight into the LOAD method of the form, which displays ok and then VFP locks solid. CTRL, ALT DEL reveals VFP not responding. Should I re-install VFP or is this an...
  16. webpager

    Networking Problem

    Hi all I have an app. operating over a network of 2 machines. The app. has been running without problems while both machines use WIN98. My client recently installed WINXP on the client machine and has created a few problems. All of the problems are fixed except for 1. This involces running a...
  17. webpager

    Report Totals

    Part of my app. involves ordering timber by length. As various jobs are added to the worklist the required timber is added to an order table. Each seperate order item is entered into a new record. In addition to the order function, the resulting table provides a visual log of ordering activity...
  18. webpager

    REGFN and CALLFN error

    I use REGFN and CALLFN to call third party Postcode software within an application. The Postcode software works fine but generate a &quot;Not Found&quot; error when I build the &quot;.EXE&quot; file. The app works OK but the 2 errors on build are annoying. Can I somehow decalre these functions...
  19. webpager

    Totals within a list box

    Hi all, I have an app. which stores individual items into ORDERS.DBF. These items are added throughout the week as and when an order comes in for a particular product. I store the items as seperate files as I found that this also doubles as a order log. My problem arises when I wish to update...
  20. webpager

    XP Compatibility Issues

    Are there any comptability issues regarding VFP 6.0 in an XP environment?

Part and Inventory Search

Back
Top