Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vyper78
  • Content: Threads
  • Order by date
  1. vyper78

    Excel Forecast Function

    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...
  2. vyper78

    Database Connection

    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...
  3. vyper78

    Client site not found error ...

    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...
  4. vyper78

    vbAccelerator toolbar enabled question

    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...
  5. vyper78

    how to deploy program

    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...
  6. vyper78

    setParent API problem

    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...
  7. vyper78

    show MDI child as modal

    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...
  8. vyper78

    Resize event not fired ...

    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)...
  9. vyper78

    Progress bar and Status bar control missing

    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...
  10. vyper78

    How to determine edition of sbs installed

    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...
  11. vyper78

    writing to word from vb6

    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...
  12. vyper78

    Control vb6 application from word

    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...
  13. vyper78

    Linking a linked table??

    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...

Part and Inventory Search

Back
Top