What do I need?
Question: A new user, no experience, but a self motivator, I need to know if I need a data base program, or is there one included in VB 5. How
Question: A new user, no experience, but a self motivator, I need to know if I need a data base program, or is there one included in VB 5. How
Question: How do you lock down a form so that when the program is run, you can not move it. What I want to do is have one main form,
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 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: 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
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: 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: 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: What is the purpose of placing a const at the beginning and end of a function declaration with a de-reference to the function? Are there memory leak implications?For example: