






Documenting the contents of a .PBL file
Question: Is there a third-party tool (or a functionalitynative to PB) with which I can print the *entire*contents of a .PBL file, preferablyin a way that’s meaningful? I have in
Question: Is there a third-party tool (or a functionalitynative to PB) with which I can print the *entire*contents of a .PBL file, preferablyin a way that’s meaningful? I have in
Question: I have created a function that will retrieve the current date and time, and put it in the heading of all my reports. We store our reports as blobs
Question: Is there a command Float.parseNumbers(s) that returns a float? Answer: Sure, parseInt(s) is simply: Integer temp = Integer.valueOf(s); int x = temp.intValue();which has an equivalent for floats Float temp
Question: My problem is that the SLE and Edit mask fields can be clicked and the cursor is active, even though: The window has a Tab object, and SLE and
Question: I have a client who has been using Informix SQL version 2.10 on an Altos UNIX server for more than 10 years. He wants to move a 700 MB
Question: I must create a datawindow that has to get data from two databases. I connected to database “A” first and chose some fields from a table. Then I connected