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 gkittelson 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. chimaera

    Problems with postback

    i'm refereing to it using textbox1.text and viewstate is active... unfortunately... i get a blank when i assign it using a=textbox1.text does the page redefines all the controls and variables when it reloads as i get the same thing with variables...
  2. chimaera

    Problems with postback

    hi there... just started using asp .net and i'm facing a slight problem with postback... i have a textbox which accepts a user input and some buttons doing some stuff... upon clicking the button and after the page does a postback... i can no longer refer to the value in the textbox using...
  3. chimaera

    NULL characters and limitations in DTS

    hi there... i'm new to sql server 2000 and i hope u guys canhelp me with this slight problem... i have a data file containing records to put in a database. within the file itself, there are NULL characters and somehow DTS doesnt regsiter those NULL characters but merely stops reading the...
  4. chimaera

    NULL Characters in text file

    i get a 0 when i use InStr... the NULLs are just stripped out.... if i open the file in binary mode and use Input #1 instead, i only get the part before the NULL...
  5. chimaera

    NULL Characters in text file

    hi there... have a problem here and hopefully you guys here can help me with... i'm reading a text file which is basically a fixed length data file to be put into a database. the problem i face is that there are some records with NULL characters in it and it seems to dissappear whenever i...
  6. chimaera

    Data validation

    hi there.... could someone help me on this... i have 2 date fields a start date and an end date and i need to validate this upon data entry that the start date must be smaller/earlier than the end date... could this be done in the data validation section of the field... this may seem as a...
  7. chimaera

    Getting data on whether a client is online or not...

    hi there... just managed to get my sms server runnnig and everything seems to be working ok... only one question though.... can i see whether my client is on the network at one particular time??? the computer is in the list of client but i need to check hourly whether it has gone down / not...
  8. chimaera

    Will ADO Connection upon termination of an application

    hi there... fresh graduate here and a newbie to VB and ADO and i was wondering if a VB application will automatically close all connections and recordsets when the application terminates... currently i have been using con.close and rs.close but my error handle cannot track how many of these...
  9. chimaera

    Exporting to HTML4.0 - Runtime Error '-2147190908 (80047784)'

    I take it no-one has any ideas on this one then?
  10. chimaera

    Exporting to HTML4.0 - Runtime Error '-2147190908 (80047784)'

    This post is fairly long, but I am getting desperate now so any help gratefully received. Our version of Crystal Reports is the Standard version, ver: 8.0.0.371. What we have is a Crystal Report definition, that accesses a SQL Server 7.0 d/b, to create some report pages which it then exports...

Part and Inventory Search

Back
Top