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 SkipVought 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
  • Order by date
  1. Rock6431

    Copy Tables From One DB to Another

    So, unlike SQL server 2000. You can simply copy/paste the binary file itself via windows/unix and this does not have to be done from within the database itself. Correct?
  2. 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...
  3. Rock6431

    VBScript Automation? Submit on Alternate Page?

    Sorry guys... Been out ill for a long while. I appreciate the reply and will work on this. Just for grins, I am making a VB6 app that will automatically pull out the different objects on the page and associate them with icons with names ect... then, after you select the object(s) in my app, it...
  4. Rock6431

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

    Thanks adam0101. It was a case sensitive issue. Rock6431
  5. 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...
  6. Rock6431

    Class Control of VB form...

    I'll try that... Thanks...
  7. 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...
  8. 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...
  9. 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...
  10. Rock6431

    How do I populate fields on a webpage...

    VisualGuy, What you need to do is look at the elements on the page by either their name or id. Then send that element/object a value of username and password for each respectively. Then once you have sent those, do a fire event to submit the page. Below I have enclosed a snippet of my Send...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. Rock6431

    Convert & Save IMG in ImageBox to Drive in JPG format

    Thanks for the info. Rock6431
  17. 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
  18. 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...
  19. Rock6431

    SQL2000 DateDiff Syntax Error

    Thanks alot. The DueDate after case was throwing me off. Much appreciated... Rock6431
  20. 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...

Part and Inventory Search

Back
Top