Going from one application to another
Question: I am trying to figure out how to pass through the Message Object or NVO address, either by reference or value, to another application entirely different from the original
Question: I am trying to figure out how to pass through the Message Object or NVO address, either by reference or value, to another application entirely different from the original
Question: I have a small application that monitors Windows’ resources GDI and users as well as controlling Windows’ exit/restart/reboot. I would like it to be able to disable/invoke the current
Question: I am using Power Objects 2.02. In the sample mldata session I cannot change any views that already exist; I come up in a view mode only. This is
Question: How can I add a row (recordset) so it gets inserted where it belongs, in alphabetical order? I use Jet 3.0, and when I update my database (.mdb), rows
Question: I need to develop a program interfaced with a Sybase database. First I have to open a huge ASCII file (size ranges from 20 to 100 MB) to read
Question: I recently created a project in PowerBuilder 4.06 to regenerate my application, PBDs and .exe. When the project was completed, none of my datawindows or functions were regenerated. Why?
Question: When using a rich text datawindow (not an rte control), is there a way to save the contents to a file as rich text, as is? In other words,
Question: How do classes communicate? If class A created one or more instances of class B and class C, how can class A keep track of all the instances of
Question: Stored procedure on WG7.3 Oracle expects three parameters. I can get OPO 2.0 to pass the params if I cite them literally as, for example, exec sql begin addnewperson(‘John’,’Quincy’,’Doe’);