OPO Example Archive??
Question: Does an archive or site exist thathas examples or templates for Power Objects? I’ma neophyte, and would like to start with somealready developed applications that I can modify.Specifically, I’m
Question: Does an archive or site exist thathas examples or templates for Power Objects? I’ma neophyte, and would like to start with somealready developed applications that I can modify.Specifically, I’m
Question: Can I use more than one criteria in the QueryWhere(“col1=’val1′”&”col2=’val2′) to refresha bound grid? I would really appreciate an answer or a solution; we are on the border line
Question: I have a tabular DataWindow with a DDDW. Can I filter the dddw to include only valuesthat have NOT already been selected ? Answer: There is a short, a
Question: I am developing an application that automates government-defined forms, and have defined the forms using DataWindows. For items such as MALE/FEMALE, YES/NO, etc., I have used radio buttons. But
Question: How can I add a column to a table (not just at the end of the table)? For example: create table test(first_col char(20),second_col char(20)); I want to alter table
Question: Some useful string manipulation functions Answer: If you’re like me, you create a bunch of utility functions and store them in a separate unit or maybe even a DLL
Question: Circular referencing Answer: This tip addresses circular referencing between units; that is, where two units are dependent upon each other in some way. Or in more simple terms: two
Question: How can I use two different data controls to display data from a single data source and table?For instance, I’d like to use a DBGrid as a navigating tool
Question: I need to add a right-click event to aTDBGrid, but am ata loss as to how to accomplish it. I want to pop up a menu. Do you knowhow?