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 wOOdy-Soft 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: hitechboy78737
  • Content: Threads
  • Order by date
  1. hitechboy78737

    Persisting Select Box Selection

    When I submit a form, how do I persist the item the user has selected? How about when I read from the database... how do I select one of the options in a select box? Do I need to make a javascript function? I am an asp developer who has taken on a ColdFusion project... I'm sort of in the...
  2. hitechboy78737

    Local Test Environment

    I need to set up a SQL environment on a development machine to test a coldfusion application running against a MSSQL backend. I need to know what I need for the local machine. I understand that there is a "personal" edition of the software. Where do I obtain this? Any tips on setting up a...
  3. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    When deleting a single row from a CF datagrid, I get the following error: "IndexOutOfRangeException Index 2 is not non-negative and below the total rows count" When I delete ALL the rows, I do not get this error. I understand WHAT the error is saying, and I think I understand WHY it is...
  4. hitechboy78737

    Symbol PPC 2800 Scan API

    After looking over the entire Symbol DevZone site... I'm so totally confused about intergrating barcode scanning into a CF.NET application that my head is spinning. They have numerous api's and SDK's but they don't point directly to one that works for the 2800. The SDK's that I've looked at...
  5. hitechboy78737

    Audio Effect a la Media Player Visulations

    I would like to make a movie with an audio file that has visualitons like those found in Media Player I have played around with the Audio Spectrum and Audio Waveform effects, but haven't really found what I'm looking for. Can someone give me some guidance and/or point me in the right...
  6. hitechboy78737

    AVI's Rendering With Stutter

    When I "make movie" and render an AVI, the resulting movie has stutters. When I use the same process and render a MOV, the resulting movie is perfect. Why? Thanks, Kevin Howell Briefcase of Talent- Austin, Texas www.briefcaseoftalent.com
  7. hitechboy78737

    SFO Design Firm

    Hey... does anyone remember that San Francisco design firm that did all the really cool flash work? Everyone copied them. It was 3d something or other... anyone know who I'm talking about? What the heck was their name?? Kevin Howell Briefcase of Talent- Austin, Tex
  8. hitechboy78737

    movie clip and levels

    I have a movie clip that runs on the main timeline. How do I refer to this clip. IOW... MainMovie runs and on frame 6 the SecondMovie starts running Thanks! Kevin Howell
  9. hitechboy78737

    Lost Admin Account Desktop

    I have a collegue out on tour that says she can log into her account, which is an admin account- and no longer gets her desktop and my documents. She gets the default desktop, and says that she has "lost" all of her files. After a brief phone converstaion, I confirmed that there is a...
  10. hitechboy78737

    XML Readin' & Writin'

    I have an compact framework application that I would like to use XML files instead of a database to contain the applications data. What I want to know is it possible to: 1. search the XML for a specific node... and grab the data like you would a recordset and a sql select command 2. write...
  11. hitechboy78737

    Compact Framework: Barcode Scanning

    I know that this isn't necessarly the "correct" forum for this question- but I'll bet SOMEBODY here has dealt with this! I'm developing an PocketPC appliactaion for a Symbol handheld running PPC-2000. I need to access Symbol's API's for the barcode scanner. I've been all over their developer...
  12. hitechboy78737

    Compact Framework: Closing a form

    This is probably a basic question... but how on earth do I close a win form when opening another within the same application, using the compact framework? I have tried this: dim f as new frm_main f.show me.close This SEEMS to open the new form, but then closes the application... What am I...
  13. hitechboy78737

    Simple Grid Databinding

    Perhaps I don't understand the procedure, but I can't seem to get a dataTable to bind to a datagrid. After binding the datatable to the dataSource property of the grid, how do the cols/rows map to the data? When I bind a table, I get no display- only the blank grid ex. datagrid.dataSource =...
  14. hitechboy78737

    Updating a dataset filled by a join query

    I have a dataset that was filled from a join query that contains several tables. I read somewhere that you cant use the .update command to update the underlying data if it consists of this type of query... of course, I can't find where I THOUGHT I read this, so maybe I was hallucinating...
  15. hitechboy78737

    Object Reference Not Set- collection issue

    I have an array list that exists in a class that I add to using the .add method. ex. .bonusColl.Add(objBonus) I know that the objBonus is a valid object containing data. When this line goes to retrieve the public property bonusColl, I get the "Object Reference" error. I'm kinda lost here...
  16. hitechboy78737

    Passing A Parameter To An Access Query

    How do you pass a parameter from vb.net to an access query? I'm using this function, what should I add? Function drFromQuery(ByVal objConn As System.Data.OleDb.OleDbConnection, ByVal strQuery As String)as oledbDataReader Dim objCommand As New OleDbCommand Dim objDataReader As...
  17. hitechboy78737

    media server and xp pro differences

    What is the difference between media server and xp pro? I know that media server cannot be used with a domain controller. I am interested in adding a tv tuner card to a unused xp pro box and using that as an extra tv. Will xp pro support a remote if one doesn't come with the card? I noticed...
  18. hitechboy78737

    Highlight Selected ListView Item

    When a listview item is selected via code, why does it not become highlighted like it is when a user selects the item with a mouse? How do you highlight the selected item? Thanks, Kevin Howell Austin, Texas
  19. hitechboy78737

    Life of a Cursor

    Not what cursors do on their off time, but rather- how long does a changed cursor last? If I change the normal cursor to a wait cursor at the beginning of a procedure- then call several procedures from that, does the cursor change back each time it runs one of the called procedures? Thanks...
  20. hitechboy78737

    Center To Parent

    Is there a method that will center a childMDI form to the parent on a certian condition.. ie. the parent being maximized then windowed. There is a Form.CenterToParent method, but it is protected so I can't use that. Thanks Kevin Howell Austin, Texas

Part and Inventory Search

Back
Top