“Index is out of date” message appears when searching Paradox database
Question: When I search in a Paradox database when I use Delphi, I get the message “Index is out of date.” Why? Answer: This error message is usually attributed tomaking
Question: When I search in a Paradox database when I use Delphi, I get the message “Index is out of date.” Why? Answer: This error message is usually attributed tomaking
Question: Is there a way to copy Java source code from applets used on Web pages? Answer: Sometimes you can figure out the path to the .class file by studying
Question: I recently took Sun’s Certified Java Programmers Exam and I ran into a few questions from the exam I’d like to ask you.What is the difference between >> and
Question: The promotional literature for Delphi 2 said that the 95 Explorer could be built from the Delphi VCL. However, the size of the icons used in the TreeView needs
Question: Do the changes made in the 1.1 API mean that if one wanted to write applets for the Web, one would have to use a previous version of the
Question: We are trying to write a multi-user Delphi 2.0 app (with Paradox 5.0 tables), and are looking for a way to determine if a record is locked by another
Question: How can I get a TEdit to display right-justified text? Answer: There is no way to do this at runtime because there’s no facility in TEditto right-align text. The
Question: I am developing an application in Delphi 2.0 on a 1024×768 resolution (large fonts), and have been trying to get it to act properly in 800×600 mode with little
Question: How can I determine that a user has been inactive for a certain length of time so that I may exit the application? Answer: This is an interesting question