









Form width and length
Question: My program has two MDI forms. I have an option that allows the user to tile them horizontally or vertically. How can I tell at runtime what the max
Question: My program has two MDI forms. I have an option that allows the user to tile them horizontally or vertically. How can I tell at runtime what the max
Question: Develop an algorithm using English pseudo code Java to determine if a string of characters given by the user is palindromic.Algorithm outputs suitable message.Blank characters and punctuation should be
Question: I’ve been getting the following errors when I try to launch Delphi:“This program has performed an illegal operation and will be shut down.If the problem persists, contact the program
Question: I have a third-party component I am using to make an icon for my app in the Windows 95 system tray. This works great, except that I need to
Question: I am trying to bind a form to multiple tables in a session. If I drag and drop an attribute from a single table into my form, all is
Question: I’m trying to delete multiple records using Tquerysuch as delete from products p where p.shopno in (select shopno from shops)When I run the program, it executes the statements and
Question: I have just discovered a problem with secondary indexes in Paradox that I desperately need to have solved by yesterday!I have a number of database tables with a primary
Question: Is there a way to create a C ‘union’-like structure in Delphi? That is, a structure that uses the same memory area? Answer: The Delphi (Pascal/ObjectPascal) equivalent to a
Question: How can I get the cursor to advance to the next form field after a field has been filled with the maximum number of characters? I am using Delphi