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

    Anyone here got any experience of Grid.JS (a sortable Javascript grid)

    Does anyone here have any experience of Grid.JS. This is a JavaScript grid that supports sortable columns and global search. I am thinking of using it in my next application, but I am a little worried about gaps in the documentation, and also that they don't appear to have an active support...
  2. Mike Lewis

    Flagging Help topics as favorites

    A VFP developer recently complained to me about the difficulty of finding certain pages in the VFP Help file. There were a number of topics that he frequently needed to consult, but could never remember what to search for, or where to find them in the index tree. Even when he could remember, he...
  3. Mike Lewis

    FoxyPreviewer: Error when exporting to PDF, HTML, etc.

    I am trying to use the "tagged formatting" feature in FoxyPreviewer. According to the docs, this allows you to apply some basic formatting (like bold and italic) to individual parts of a field. To do this, you place <TF> in the field's user data, then surround the relevant text with HTML tags...
  4. Mike Lewis

    APPEND FROM problem

    I feel a bit embarrassed posting this, but I have been staring at it for hours and I can't see what I am doing wrong. What I am trying to achieve To create a table and to populate it with certain character data. What I have got so far The following is the minimum code needed to demonstrate...
  5. Mike Lewis

    Adding a property to EVERY base class

    In thread184-1826292, Chris proposed an interesting idea, but it was one that required a certain method to be present in every object based on every VFP base class. The trouble is, as Chirs pointed out: "I can't write a parent class of which both a container and a textbox (and a listbox...
  6. Mike Lewis

    Clarifiy version and licensing issues

    I haven't used Microsoft Office much lately and am not up to date with the latest versions or licensing issues. But I am occasionally asked to give tuition to new users. I'd like to check that my understanding on certain points is correct. I'd be grateful if you could confirm or otherwise the...
  7. Mike Lewis

    Using TASKKILL to close a bunch of EXEs

    This might be more of a DOS question than Windows, but I'll ask here first. When performing certain maintenance tasks, I need to close all the programs currently running on the system. It seems that the DOS taskkill command will be suitable for this. So I have created a batch file as follows...
  8. Mike Lewis

    Adding sequential line numbers to program code

    When you want to explain a big chunk of code to someone, it's often helpful to add line numbers. The number don't form part of the executable code, of course, but they can be useful for pointing out particular lines. You can see an example in thread184-1819595, in the post date-stamped "2 Dec...
  9. Mike Lewis

    Stripping invalid characters from filenames

    Some years ago, I wrote a little function that strips invalid characters from filenames. Why would you need to do that? You might need the user to specify the name of an output file. Or you might want to generate a filename from some other string, such as a customer or product name. In both...
  10. Mike Lewis

    Create a report showing all data in an aribitrary table

    Isn't it funny. However well you think you know a product such as VFP, there are always hidden facts lurking in its depths that you either never knew about, or you once knew but have long since forgotten. I came across this recently when I was asked to create a report that would print all the...
  11. Mike Lewis

    How to refresh a Javascript file in the browser's cache?

    Apoligies if this is not the correct forum for this question. I am looking for a way to force a Javascript file in visitors' browser caches to be refreshed. I have a site that contains many HTML pages, which is updated frequently. It has a small number of regular visitors. I understand the...
  12. Mike Lewis

    Find the Nth weekday in a given month and year

    I was interested in Griff's offering in thread184-1817870. I'm constantly finding a need for this sort of date-manipulation function. With that in mind, I decided to resurrect one that I wrote several years ago, which determines the Nth occurrence of a given weekday (e.g. the 1st Monday or the...
  13. Mike Lewis

    How to nicely format program code for posting in the forum

    When posting messages in the forum, it is very common to include snippets of program code - see example, below. (Note: the actual code I'm showing here is not important. The point I want to make concerns the appearance of the code. I chose this snippet at random from another thread, and no...
  14. Mike Lewis

    A bit of gobbledy gook

    I just purchased a lamp-holder for a table lamp to replace one that was broken. These were the instructions that came with it: I am posting this on the chance that you might find it entertaining. I haven't even tried to make sense of it. Mike __________________________________ Mike Lewis...
  15. Mike Lewis

    Why forum posts are sometimes deleted

    In thread184-1813633, Mike Yearwood asked why some of his posts have been deleted. Since this question might be of wider interest, I thought I would have a go at answering it. (Note that what follows is just my personal opinion; I don't have any inside knowledge about this.) Broadly-speaking...
  16. Mike Lewis

    Which reports in your project have got &quot;Printer Environment&quot; ticked?

    Over in thread184-1813451, we fount that a particular report problem arose because the report had the "Printer Environment" setting ticked (in the Report menu). This is usually undesirable. So the question arose of whether there was some automatic way of checking for this. With that in mind, I...
  17. Mike Lewis

    Anyone tried Wordle?

    There seems to be a bit of a craze at the moment for Wordle. Has anyone here tried it yet? Here is the link. It's very simple. You just have to guess a five-letter word, in a maximum of six attempts. After each attempt, it tells you which letters in your guess also appear in the target word...
  18. Mike Lewis

    BROWSE ... NOFOLLOW

    Over in thread184-1813091, I mentioned that I thought the BROWSE command had an optional NOFOLLOW clause. But I couldn't find any mention of it in the Help or anywhere else. I remembered the clause from dBASE (or it might have been Foxbase), but I wasn't sure of the details. As far as I...
  19. Mike Lewis

    SCAN loops : Continuing the discussion

    There was a thread here last week about the behaviour of SCAN loops - in particular, certain traps that developers might fall into. The entire thread was removed by Tek Tips management because of offensive language by the OP. Despite that, the thread did contain some useful points, and I...
  20. Mike Lewis

    Trackword(s) for you to solve

    OK, I've gone as far as I can with my Trackword-solving program. (And thanks to all those who came up with their own programs or contributed ideas.) So now I thought I would give you a trackword or two to actually solve. The aim here is not to discuss automated ways of solving it. It is simply...

Part and Inventory Search

Back
Top