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 derfloh 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: *

  1. olegflute

    real-time VB6 program

    Could some body give me advice. I'm going to implement program working in real time withing working hours, i.e 9am - 5 pm. There is a database of materials including parameters of materials which are changing all the time. I have no problem with database and visual interface. The barcode in...
  2. olegflute

    links in table

    Can somebody help. When I click a link it should open a page but I don't want to use frames as I find it inconvinient. I 'd like to use just table layout. My question is - how can I load page in particular cell of the table. For example I have links in the left cell and pages loading to the...
  3. olegflute

    Compaq presario 14xl problem

    Maybe somebody can help. When I connect Compaq Presario 14xl 345 to LSD projector, the laptop screen turns off(goes black), why is that? Maybe I need some drivers?
  4. olegflute

    remove toolbar on load

    How can I remove buttons toolbar(File, Back, etc.) from browser when window pops up?
  5. olegflute

    assign value to TEXTAREA

    thanks a lot! Could you suggest me please, if I open the page in a separate window, how can I resize it and locate it in the middle, and to get rid of panel buttons i.e. Back,File, etc?
  6. olegflute

    assign value to TEXTAREA

    Can somebody help me. How can I assign value to TextArea property, i.e. <TEXTAREA name&quot;textarea&quot; value=<%=rs(&quot;ProductDescription&quot;)%>></TEXTAREA> ?
  7. olegflute

    check box update in database

    Can somebody help me with the code. I retrieve dynamically records (shop items) from the database and the check boxes next to each item. The values of the check boxes are retrieved dynamically as well (yes/ no, depends if products exists). Then I select or deselect the check boxes (items) that I...
  8. olegflute

    resize image in asp

    sorry, but that is just resizing of display. I have some code for that image resizing but on the code : Set Image = Server.CreateObject(&quot;SSLib.SSImage&quot;) Set Mask = Server.CreateObject(&quot;SSLib.SSImage&quot;) Set Background = Server.CreateObject(&quot;SSLib.SSImage&quot;) I have...
  9. olegflute

    resize image in asp

    can somebody show me the code to resize image in asp?
  10. olegflute

    compare dates in asp

    How can I compare dates ? For example, I want to delete item IDs that have dates before or equal the current date, i.e if rs(&quot;Date&quot;) <= Date then rs.Delete What is the correct code(condition) to compare dates?
  11. olegflute

    database connection

    I have the following problem with ASP. We had a file in folder c:\temp\file.mdb We've created SystemDSN link to it and called it accessDSN. The system was working fine. After we've tested it a number of times, we've moved the database to the wwwroot folder and updated the SystemDSN path. The...

Part and Inventory Search

Back
Top