Hi
I've got two sets of data that I'm attempting to run some statistical analysis on. Col A contains different capacities of truck and Col B contains the rates at which they were loaded. I'm attempting to group the capacities into groups of 4, i.e: 0-1 tonne, 1-2 tonne, etc, and getting an...
I'm hoping a discussion can be started on the following situation that I face in my program.
Many times throughout my program, I need to query the database for whatever reason. Each time I do this, I open a new connection and after I get the results, close the connection. Are all these open...
I've recently changed my command buttons over to Extended Command Buttons, however now I get an "Client Site not Found" error when I attempt to unload the form.
Private sub cancel_click()
Hide me
Unload me <-- no error when this line is commented out
end sub
Is it neccessary to...
Hi
I'm wondering if anyone out there has actually used the vbAccelerator toolbar thing before. I seem to be having issues findout out how to hide some parts of the menu. IE: at start before login, disable the good stuff till they log on.
The only thing i can find is to disable the top level...
Hi
I've recently made my program into an exe ready for deployment, and was wondering the best way to actually do this.
For example, what program do I need that will create the overall exe that will install my program in the right directory and register any "external" files that I have used?
Are...
guys
I currently use setParent to show an MDI Child in a "pop-up" form - however after I open it, I can't exit the program correctly or open other forms and it crashes (memory error).
I was just wondering if I have to reverse the setParent command to release memory or something when I close...
Guys
I've got an MDI app which has several MDI children. Two of the children are interrelated (ie: can open each other via button) and transfer info from/to each other ... but I would like them to open like a popup.
Is there someway to emulate this in any fashion?
I guess what I could do is...
Guys
I've got an mdi form which has a picture in the top right hand corner which is placed there on load using the resize event. The forms windowstate is set to 2 (maximise).
When the form is minimised and then restored, the logo remains at the far left (ie: the resize event is not working)...
Guys
An interesting problem.
When loading my program lately, it came up with some tmp file error. I would continue to load, but I noticed that my status bar and progress bar on my main form had been turned into picture boxes (and hence code specific for the progress bar and status bar control...
Hi
I've got a server that came with SBS Standard. I've purchased the upgrade to SBS Premium. I've been told it is installed, however, is there any where I can go in Windows to find out if it actually has or not.
I've looked under the properties of "My Computer", but all it says is that it's...
All
I have a vb app that opens a word doc and writes data to it, however, I am unable to change the size of the font nor make it bold. I find this odd as other functions such as italics and type of font work correctly. A snippet of my code is as follows:
<code>
dim WA as Word.Application
Set...
Pretty sure this belongs here:
I've created a vb6 app, and a toolbar button to open it - which works fine.
Now I want to create another button that opens a specific form in that application. Is there a way to "take control" of the application?
I've seen SendKeys command floating around, but am...
Problem:
I've got an sql server db (sql1) and 2 access db's (adb1, adb2)
Now, there is a table in adb1 (cars) that is linked to adb2 (cars), therefore, which ever information is saved on the front end form, it is saved to both databases.
Now, I want a table in sql1 called cars that has the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.