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 Wanet Telecoms Ltd 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: Rock6431
  • Content: Threads
  • Order by date
  1. Rock6431

    Copy Tables From One DB to Another

    Newby to MySQL. I have a MySQL InnoDB setup with various tables. I am working to split out these tables into related databases. For Example, I have a segment of books that I need to seperate out of the Development DB and want to place into a seperate DB called Books. I created the DB for...
  2. Rock6431

    Covert One Line of VBscript to Javascript (Parent/Parent/Frame)

    Someone, I have this one line of VBscript that refers 2 parent pages deep, where there is a frame for a document called TOC. On the TOC document is a SelectBox that I am trying to get an obj ref to. parent.parent.document.frames("TOC").document.getelementById("SELECTBOX...
  3. Rock6431

    Class Control of VB form...

    I have a class obj that opens a VB form, and have a need for that class object to continue to monitor the form untill it is filled out and closed. I need for the data entered into the form to be pulled back into the class obj and have tried various ways, but am unable to get the form data back...
  4. Rock6431

    Multi-Session/Threading Assistance...

    Hi All, I built an ActX dll which interfaces with a billing platform and it's instance is setup as an apartment thread with Global Multi Use set. I have a proceedure which creates an IE window and populates information within it. The plugin then waits until the page submits information back...
  5. Rock6431

    VB6 Object.Line Translucent???

    I know this can be done, just haven't been able to figure it out or find appropriate answers as most of the data on the internet is for .NET. Appearntly .NET includes the abilities for changing the alpha blend and opacity of objects. I am using VB6 and have a picturebox with a picture...
  6. Rock6431

    Custom Cursor ?

    I am building an ActX obj where the user can select a timeframe. I have the timeframe setup where it can be selected, and currently as the mouse moves across the timearea to select a time, the time is reflected in a textbox. i.e. I move the mouse over 8A and it will reflect 8:00am in the...
  7. Rock6431

    Pass Delimited String to Function?

    Anyone?, I am trying to pass a delimited string to an ActX Com Obj function. Problem is that I am passing it from a webpage and the error is "Incorrect Type", which I am interpreting as the com obj is seeing the input as a variant (which it is...), but when I set the function up to...
  8. Rock6431

    Passing Delimited String to ActX DLL Function from Webpage

    Hi All, I have an ActX dll that I use to interface with my billing system from webpages. I am trying to pass a delimited string from my database into a function and I can't figure it out. Basically, what I am trying to pass is a list of keycodes that I want to activate/allow for a...
  9. Rock6431

    Focus at Object Level???

    I was wondering if it is possible to set focus from the object level. I've tried but maybe I'm just calling it wrong. To set the focus on "textbox1" I tried variations of the following (below). The reason I am attempting this via the object layer is that I need a function that...
  10. Rock6431

    SQL- ADO Error via Automation (Only on some PC's)

    ERROR: Class does not support Automation or does not support expected interface? Besides the other objects needed for other functions, I added the following object references for the following functions. Reference Objects: OLE Automation (STDole2.tlb), MS ActiveX Data Obj 2.5 Lib...
  11. Rock6431

    Convert & Save IMG in ImageBox to Drive in JPG format

    Hi All, I have a form with an Img/Pic box on it which pulls a picture from a capture on screen. I would like to send this pic to file in a jpg format. What is the best route here? Rock6431
  12. Rock6431

    SQL SUM ROWS and COLUMNS in CROSSTAB?

    I am new to this crosstab stuff, but am slowly managing. I have a dynamic stored proceedure which creates the following query. I am wanting to sum the rows and columns of my ouput. Where would I add the sum code to the query below, and what would it look like. I will convert it in my dynamic...
  13. Rock6431

    SQL2000 DateDiff Syntax Error

    I am having probs with the Datediff listed below. I have tried &quot;d&quot;, &quot;dd&quot;, d, dd, the datediff with and without the outside parentheses and I continue to get invalid syntax. I used QA and it reflects the proper use of &quot;(DateDiff(dd, Tdate, DueDate) < 0 )&quot; in a...
  14. Rock6431

    Diable or Lock &quot;Customize...&quot; option when right click toolbar in WORD

    I have seen this in the past and have lost any insight on how to restrict the &quot;Customize...&quot; option when right clicking a toolbar in Word. I currently have a document that I make the visibility of all word native toolbar=false and then remove the menubar and replace with my own...
  15. Rock6431

    How to retrieve Cell information from dynamic HTML table?

    I have a table with CheckBoxes in the left hand column and various information in the other columns in that row. The name property of the CheckBox is dynaically generated, so I can not pull the value of this checkbox as I wouldn't know what name it was assigned when it was generated. I am...
  16. Rock6431

    ADO- Stored Proc Call using Variable SP

    I am working with SQL2000 using a trusted domain connection. I used the DataEnvironment in VS6 to define and complete the connection. I have successfully connected and passed information via the same SP. The SP was also inserted into my project using the DataEnvironment. Basically, I am...
  17. Rock6431

    Invalid Object when Calling Another Stored Procedure (Nesting?)

    I'm new at writing these stored procedures, so bare with me... I am trying have one stored procedure call upon another, and am confused. I've read that you can have up to 32 stored proceedures within each other ect... But, I guess I'm doing it wrong. I have the following 2 SP's and how would I...
  18. Rock6431

    Stored Procedure Help Needed - PLEASE....

    This is driving me crazy... Let me try to explain. I am trying to convert the following CF/SQL over into a SQL only Stored Procedure. This CF/SQL query selects the 9 different fields from the Data table and then dependent upon whether Market, RepCenter, RepTDL, RepLname were supplied or if...
  19. Rock6431

    Get Property Value from String ('Object Required' Error)

    I'm trying to return a Property Value in a function where the Property's name is supplied via another function that originates outside of the existing Project and this can be a random item, so setting it or calling it from outside the project will not work... Here's what I've somewhat been...
  20. Rock6431

    Locating an existing application/window via Javascript

    I am rather skilled at VB and enumerate the windows on the screen looking at either the class or caption to locate another applications window handle. Using the handle I can give that application focus and work via automation. I have been searching various Java related websites in hope of...

Part and Inventory Search

Back
Top