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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by IjumpOverU

  1. IjumpOverU

    HTML Element Text not set correctly

    While I am quite sure this stupidly simple (and I think I dealt with it before) my brain is currentlt fried so I am asking for assistance. On my html/js page I have a simple <span> tag which during actions on the page (no reload or refresh) gets a text value... From - <span id="eleText"...
  2. IjumpOverU

    USB Barcode Scanner Stops Functioning

    I have not rebooted the system each day. I have asked that they do this but I am very sure (in fact they admit) this does not happen. I will try to force one (I have my ways) but also try the powered USB hub. This based on all conditions makes sense. They have several devices running off of...
  3. IjumpOverU

    USB Barcode Scanner Stops Functioning

    It is a Symbol LS 9208 scanner. When it fails it gives a single short beep. This according to the USB beep codes indicates a USB bus communication issue. I have tried it overnight on another machine (unfortunately he needs it on his main system every day right now) and it works fine. But...
  4. IjumpOverU

    USB Barcode Scanner Stops Functioning

    A friend I help out with basic IT at his small business has a barcode scanner setup for when people come in (so they can easily check-in). It is setup as a keyboard wedge scanner, and works for a little while (usually 1-3 days) but then just seems to shut off. Even if I unplug it for a minute...
  5. IjumpOverU

    .Net Control Event Not Firing When Run In WPF Control

    I have a .Net control that I wrote and have refrenced it and placed it on a WPF window (in a WindowsFormHost control obviously). My control has a load event, that does some basic data retrieval to load a couple combo boxes. However when it loads in the WPF window the event does not fire and...
  6. IjumpOverU

    Subreport in a subreport data problem

    I am trying to write a report that has a subreport within a subreport. The bigger problem is that the data I need to return for the second child (subreport) is dependant on the data returned by it's parent dataset. This means I need to fetch and return that data set once for each record in the...
  7. IjumpOverU

    Keeping cursor position in text box

    I found those properties in the object browser just as I got your response. It looks like that might work! Thanks!
  8. IjumpOverU

    Keeping cursor position in text box

    I have a control that uses the base textbox control. On the text changed event I do some validation and sometime changed the text that was entered. However when I do this it always sets the cursor in the text box to the beginning of the test (even if the last character was entered at the end or...
  9. IjumpOverU

    Variable as column name in SELECT statment

    Is there any way to use a variable as a column name in a select statement? Example: DECLARE v_col_name VARCHAR2(40); v_value VARCHAR2(80); SELECT v_col_name INTO v_value FROM table_name; This is of course a valid sql statement, but I do not want the column name selected into the value...
  10. IjumpOverU

    Error opening recordset returned in xml

    In one of my programs we query a database through COM+ and return a recordset in xml format. The problem also only occurs when more than approximatly 10,000 records are returned. When it runs on a 2003 server the following code generates an error: try { http = new...
  11. IjumpOverU

    Launch IE with no toolbars?

    Almost! I actually want a titlebar there so the user can close the window with a mouse click. Thank You!!
  12. IjumpOverU

    Launch IE with no toolbars?

    Is there a way to launch internet explorer from VB.Net and hide all of the standard toolbars? I want to hide the address bar, navigaton buttons and menus. I know this is possible via java script but would not know how to incorperate it into vb. Currently I am using the following code: Dim...
  13. IjumpOverU

    Windows.Forms.Label Transparent Background

    I certainly believe that it works for you but for whatever reason it does not for me. I tried all of your suggetions and none did what I expect. Maybe I am thinking about this the wrong way. I have a picture box and a label on top of it. When I set the background color to transparent I would...
  14. IjumpOverU

    Windows.Forms.Label Transparent Background

    I think I'm just dumb and I have searched other threads about this topic. I cannot for the life of me figure out if and how to get the background of a standard Windows.Forms.Label to be transparent. I looked up the MSDN article but that seems to be only for a form or a user created label...
  15. IjumpOverU

    Dropdownlost always on top

    Thank you both for the response. I'm just glad I'm not going crazy. I'll try to figure another way around it!!

Part and Inventory Search

Back
Top