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 strongm 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. hussux

    Datagrid Header Image combined with sort (with border?)

    sorted-thanks! it was a setting in CSS
  2. hussux

    Datagrid Header Image combined with sort (with border?)

    Hi I'm using an image for the header of a datagrid, combined with the SortExpression functionality, this works fine, however, the image appears with a border. Does anyone know how to get rid of the border??? I've tried applying settings in the CSS but no luck. Any help is a bonus!!!
  3. hussux

    ORA-01026 ERR size > 4000 in bind list

    No - I'm not using ODBC i'm using direct connection to the database through ADO. i think it's something to do with the size of the buffer, i need to extend the size of the buffers - but i dont know how to. Any more suggestions?
  4. hussux

    ORA-01026 ERR size > 4000 in bind list

    Anybody know why I'm getting this Error message? ORA-01026 Multiple Buffers > 4000 in Bind List Tech stuff - Accessing Oracle 8i from VB6 via ADO Thanks in advance
  5. hussux

    Remote Data Services (RDS)

    Has anyone got any examples on how to implement RDS. I need a way to access a database (Access) thats located on the internet by means of a visual basic application running on a client machine. any help is greatful...
  6. hussux

    Open Outlook Template

    Hi Guys, Can anyone tell me how to open an Outlook template file and populate the fields in the template using VB? any help is greatful!!!!
  7. hussux

    Pessimistic locking (Oracle)

    i've tried the Select for update statement without success, SELECT * From myQueries where QueryNo = 5 FOR UPDATE I get an error:- ORA-01002: Fetch out of sequence any suggestions?
  8. hussux

    Pessimistic Locking

    i've tried the Select for update statement without success, SELECT * From myQueries where QueryNo = '5' FOR UPDATE I get an error:- ORA-01002: Fetch out of sequence any suggestions?
  9. hussux

    Pessimistic Locking

    HELP! I need to know if Pessimistic locking is possible in Oracle, and if so how do you implement it??? Reason being is I need to implement record locking in to multi-user environment, so that when a user has a record open - no other user can access it until the user has 'moved' away from the...
  10. hussux

    Pessimistic locking (Oracle)

    HELP! I need to know if Pessimistic locking is possible in Oracle, and if so how do you implement it??? Reason being is I need to implement record locking in to multi-user environment, so that when a user has a record open - no other user can access it until the user has 'moved' away from the...
  11. hussux

    Access DB on Website???

    Hi Is it possible to have a access DB on my website and be able to access it from visual basic on my computer??? thanks
  12. hussux

    VB > Access Param (all records)

    i'm wanting to execute a query in access to bring back certain records based upon a parameter called category which is a numeric value. ie. passing 500015 - brings back all records with a category of disks. I'm passing the parameter though VB's Data Environment, this all works fine until you...
  13. hussux

    text in table cells dont align in word

    Anyone help? This is probably an easy one... Question: How do you align a cells text in word using VBA? i've tried :- objtable.rows(1).alignment = wdAlignRowRight doesn't seem to work. Any ideas??? thanks in advance...
  14. hussux

    Command Button

    Set the 'Default' Property of the command button to true.
  15. hussux

    ftp'ing filename with spaces doesn't work with inet control!

    Use the API function 'FtpPutFile', this will get round things.
  16. hussux

    order by clause using input parameter

    For 'Opus' Perhaps???
  17. hussux

    Selected Expressions???

    HELP!!! I need to calculate two fields together in a SP bearing in mind that the formula's could get v.big! Simple Example of the problem... CREATE PROCEDURE myproc AS SELECT f1, f2, f1+f2 as f3, f3+f1 as f4 FROM t1 GO I need to add together f3 and f1 to equate f4 Please Help!

Part and Inventory Search

Back
Top