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 bkrike 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: achmo
  • Content: Threads
  • Order by date
  1. achmo

    Adding a tab to ssTab

    hello, I want to add a tab (at design time) to an sstab, the new tab should be in between two exising tabs and not just at the end of the sstab. How do I do that? Thanks for helping a newbie... Yael
  2. achmo

    Selecting multiple objects on SSTab

    Hello, I am re-designing a form which contains SSTab. I need to select multiple objects located on the SSTab's tabs. I can't drag the mouse around the objects to select them, because the objects' background is the SSTab itself, so draging the mouse moves the SSTab and doesn't select the objects...
  3. achmo

    A quety with multiple counts

    Hello, I need help with the syntax of a query, and this is the simplefyed version of the problem: let's say I have a database with sales information . I'm selling differen items, each one in three colors. Each record on the database represents one sale , and contains this information: ItemId...
  4. achmo

    axis labels in MSChart

    hello, i am having problems making x-axis labels looking good on MSChart. When I use horizontal orientation the labels dont wrap, although I'm using TextLayout.WordWrap=true. And when I'm using up or down orientation, the text's order is reversed (inside each label) and also the text looks and...
  5. achmo

    checking the value of a parameter passed to stored proc

    hello, I am building an asp site, which invokes stored procs on SQL Server. Is there a way to track from within SQL Server the values recieved by a stored procedure from an outside source (like an asp page)? some kind of a built-in function on the server to track incoming values? Thank you, Yael
  6. achmo

    checking the value of a parameter passed to stored proc

    hello, I am building an asp site, which invokes stored procs on SQL Server. Is there a way to track from SQL Server the values of the parameters recieved by a stored procedure? (I have a parameter which seems not pass correctly) Thank you, Yael
  7. achmo

    select lists printing problem

    hello, i am having a problem when printing a page which contains select lists. The text inside the list is not printed properly - only the last letter is being printed. The problem doesn't happen on every computer i print from, but it does happen using different printers. Does anyone has an...
  8. achmo

    problem with command's parameters

    hello, I am sending a form to an asp page, where I'm using a command object to activate an updating stored procedure on sql server. I'm filling the command's parameters using "request" on what was sent from the form. There is one parameter that is not passed correctly. it looks like...
  9. achmo

    requesting the value of a checkbox

    hello, I am submitting a form (including many checkboxes) to an asp page where I analize the data. All the checkboxes that are not checked are not passed to the asp page - for example, I'ts not that I get GiftWrap="", but rather the GiftWrap checkbox does not appear on the address box...
  10. achmo

    a long link

    hello, I know that using a "get" method of a form limits the length of the url created, but what about a simple link? is there a limit on the length of a url in a link, and if so, can I bypass that limit? in other words, is there a way to use a "post" method when using a...
  11. achmo

    Update from form creates redundant CRLF's

    Hello, I'm using a form on my page to update information in my database. My problem is, every time I update, a CRLF is added to the end of each string originating from a textarea tag. On a different page, I retrieve the information from the database and use an html table to present it. I use...
  12. achmo

    Handling SQL Server errors

    Hello, I am using a recordset and command to activate a stored procedure on SQL Srver. I pass a date as a parameter to the stored procedure, and I wanted to know what to do when errors occure. Lets say the date I pass is not in a recognizable format, I get a error on the asp page from the SP...
  13. achmo

    FormatNumber hides zero

    Hello, On an asp page, I'm using the FormatNumber function to format data retrieved from SQL Server. Whenever the value formatted is zero, nothing is displayed (when I display the zero value without formatting it, it *is* displayed - it is not null). intThisYear=rsMirpa(1) -----some lines of...
  14. achmo

    ODBC Drivers "divide by zero" error

    Hello, I get this error on my asp page (I'm connecting to a SQL server): Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC SQL Server Driver][SQL Server]Divide by zero error encountered the error is not on openning the recordset but on movenext and filter commands. The...
  15. achmo

    Duplicating a database on the same server

    Hello, I'm planning on doing some changes to my SQL Server 2000 database, and I don't want to do them directly on the working database. So i though I could duplicate the database, work on the new one, and when everything works fine copy the new database back to the old one. So how do I do...
  16. achmo

    Offset difference between IE5 and IE5.5?

    Hello, I've inherited a system that usese a menu bar on top and sliding menus from it, written in JS. The system works fine on IE5, but on IE5.5 the sub-menus appear (onMouseOver) too left and not under the menu title. Is there a difference in the way offset is calculated on 5 and 5.5? If so...
  17. achmo

    Where best to store long text data

    Hello, I am building an ASP system for ordering articles online (the articles themselves are not online). Part of the information I need to store for every article is an abstract, which gets to about 1000 characters or less. My question is, where is best to save the abstract information - in...
  18. achmo

    Where best to store long text data

    Hello, I am building an ASP system for ordering articles online (the articles themselves are not online). Part of the information I need to store for every article is an abstract, which gets to about 1000 characters or less. My question is, where is best to save the abstract information - in...
  19. achmo

    How long is an Application value saved?

    If I enter a value into an application object, say: application("counter")=5 will this value be erased when there are no more sessions on the site? Is there a way to define a longer timeout (like the timeout property of the session object)? and if not, is there a way to save a value...
  20. achmo

    Building a monitoring system

    Hello, I am building a simple system to monitor page accessing in my site - I basically want to know how many hits every page got. I'm thinking about using application objects (one for each page) but my question is, is there a simple way to go through all my Aplication objects so I can display...

Part and Inventory Search

Back
Top