Enabling and disabling fields in a repeater
Question: Is there a way to enable and disable fields inside a repeater display depending on the values of fields on the master form?I have tried it various ways (on
Question: Is there a way to enable and disable fields inside a repeater display depending on the values of fields on the master form?I have tried it various ways (on
Question: In OPO v1.0, it was impossible to redefine a table in a BLAZE database. I assumed this would not be the case with an Oracle Lite database and OPO
Question: Power Objects to Oracle 7 server query…I thought this would be straightforward. I havea simple query to perform when the button isclicked — find and load info. on this
Question: I am having a hard time getting my OPO application to show decent performance. It’s running on a 32MB Win3.1 PC, and queries a Solaris x86 Oracle Server using
Question: What’s the diference between SDI and MDI Applications? Answer: An SDI, or single document interface,application has a single, floating menu bar. Each form in the applicationhas its own window,
Question: I have a number of databases – filemaker, DBase, ASCII and CAD drawings. We want to convert everything to one database. Is this possible? What are some initial steps
Question: I need to be able to move the caret in my memo field back to the begining of the field. Any idea how I do this? Answer: Try this:Memo1.SelStart(0);This
Question: How can I build a program that I can run on a computer that has no Borland Database Engine?Or how can I make a program to install BDE? Answer:
Question: How do you use the CreateToolbarEx function? I want to use it to create dockable tool bars. Answer: With CreateToolBarEx, you’re walking into real low-level stuff that willrequire that