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

    format xml from sql db table

    I am new to Crystal Reports. I have a datasource that is a sql server db. In one of the table fields I have an xml document, the other fields just have regular data. I am having trouble figuring out how to format that one field on the report so that the data in the xml doc shows as a list of...
  2. belocin

    I can't get my code to run. I'm sur

    I can't get my code to run. I'm sure I had it working ok at one time when I first set it up, but now when I view my pages in a browser, it doesn't seem to show anything that's done in vb.net code . When I view the source of the page it shows the actual code. I tried repairing the visual studio...
  3. belocin

    Netscape 6.0 form/reload problem

    I have a form that calculates and fills in the fields for subtotals, tax, and totals after the user enters an amount for a product, using onchange. The code works fine so far in all other browsers except Netscape 6.0. In this browser, it just blanks out the fields that are automatically...
  4. belocin

    refresh onresize problem

    I have a menu that is dynamically positioned. The problem is when the user resizes the browser, I want the page to reload so the menu moves accordingly. It's not refreshing automatically, and what I tried doesn't work, can someone tell me what I'm doing wrong? This is what I tried: <script...
  5. belocin

    Could someone tell my why this isn'

    Could someone tell my why this isn't working? I checked the faqs to see how to get the size of a table. This function should return the actual width of the cell, or when I switch to 'menutable' - the width of the table. I keep getting an Object required error thanks - nicole *the javascript...
  6. belocin

    newbie stored procedure parameter question

    I'm very new to .net and I kinda jumped in after reading a few chapters in the dummies books. I have a question about where I put and what code I use to pass the value of a text box into a stored procedure. Do I put it in the click sub of the button here is what I have right now Private Sub...
  7. belocin

    input into text box with generated name

    Hi, I'm hoping someone can help me. What I have is a form in an asp page that generates the name attribute of a text box. The text box has a default value of 0, I have a function that checks to make sure that there is some value in the box, but what I want to do is put a 0 back in if the field...
  8. belocin

    check if the browser has cookies enabled

    Hi I don't know much javascript,but I thought this was possible. Is there a way to detect if a user has the cookies turned off in their browser? For both IE and Netscape. thanks
  9. belocin

    Date conversion from Access to MySQL

    Hi I exported an Access table into txt - comma delimited file, to Load into a MySQL table. Everything works except the Date/Time field from Access. MySql fills the field with 0's wheter I use Date, DateTime, or timestamp. Can anyone help with this? or is there a way to convert a varchar to an...

Part and Inventory Search

Back
Top