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: 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: 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: How can I get text selected in an application, say notepad into a vb text box in my application. Then, what about the reverse: if i have text in
Question: I wrote an application in VB4.0 (16 bit) anddistributed it to a few friends. I then madesome changes to the Font property on a few of theforms and make
Question: I am trying to setup a toolbar using the MS windows common controls. How do you initialize the image list? The toolbar works but I cant get a image