Runtimes in Visual Basic 5.0
Question: I read an article on another VB site dated 3/28/97 that stated that the executables created by VB 5.0 would still require a runtime dll (vbrun500.dll or something like
Question: I read an article on another VB site dated 3/28/97 that stated that the executables created by VB 5.0 would still require a runtime dll (vbrun500.dll or something like
Question: Is there a way to print three separate reports together so that thereare no page breaks between reports? Answer: Yes. The composite report style allows you to position multiple
Question: I would like to know how to separate data from an input usingthe FILEREAD statement. The data retrieved from the FILEREAD is comma-separated, and I wouldlike to extract this
Question: How can I reset the filter of the child drop-down datawindow? I have used SetFilter(“”) and it’s not working. Answer: PowerBuilder’s Filter functionality is a two-step process. First, set
Question: When I do a connect within my open application script, I geta successful connect to Oracle 7.3. When I try to create a PowerBuilder profile forthis same database, I
Question: When using an external data source for a datawindow, how canI load the data into the sets of data I have created? Answer: External datawindows are a great hidden
Question: I am very new to Visual Basic and have just run this simple program:For x = 1 to 10Print xNext xEndThis produces a list of numbers from 1 to
Question: I created a collection of textbox controls within the same form, using the usual copy option from the edit menu. This collection seems Ok.I try to set properties for
Question: Is there a Mac-based modeler that outputs VRML? Answer: Yes, ModelShop from Electric Cafe can output VRML 1.0 from its version2.5 software (a VRML 2.0 version is coming soon).