Migration from VB 4.0 to VB 5.0
Question: I am currently using VB 4.0 Entreprise and will migrate to VB 5.0 Pro at home (I am still using this version at work).I would like to be able
Question: I am currently using VB 4.0 Entreprise and will migrate to VB 5.0 Pro at home (I am still using this version at work).I would like to be able
Question: Is there a way in VB5 to immediately print single lines of text to a printer for logging events? I had some success in VB4 by directly opening LPT1
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: 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 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: 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 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 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 recently learned that the C++ draft standard requires that an implementation not perform any static checking on a function’s exception specification (aside from inherited virtual functions and function