Tip Bank

DevX - Software Development Resource

Image Pop-Ups

Question: I want to have an image pop up, like a tool tip, when I hover over specific text. Is there any way to do this with DHTML or Javascript?

DevX - Software Development Resource

Creating a For/Next Loop

Question: I tried using the replace function as shown below, but I receive an error on using “Next i”. Function formatOutput( theText )Dim iDim sNewStringFor i = 1 to Len(theText)

DevX - Software Development Resource

Filtering Recordset Data

Question: After retrieving data into a recordset object, I want to filter this data. I tried using the objRs.filter method of ADO, but it doesn’t seem to work. This is

DevX - Software Development Resource

Populating Databases

Question: I am trying to populate the stores (demo) database with a SQL script through dbaccess. The script keeps on returning syntax errors. The script is as follows: DECLARE status

DevX - Software Development Resource

Minimizing/Maximizing the VFP Window with Code

Question: How can I make the Visual FoxPro main window minimize and maximize through code? Answer: VFP forms and the _SCREEN object have a property called “WindowState” that can be