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

    Replication Failed Due to Schema Incompatibility?

    Ok, so here's the lead-up to present day: Windows 2000 domain with roughly 20 computers. 2 Windows 2000 DCs, 4 non-DC servers and the rest are client computers. I was requested to install an Exchange 2003 server (not my choice, so please don't tell me how horrible it is! :) ). I had read many...
  2. AkutaSame

    Disabled ciphers still functioning?

    Hello all. It's been a while since I've had the pleasure of participating on the Tek-tips website; however, I've run into something that is a bit of a bother... As you can see below, I have taken a few clips from the registry (W2k) to give a little more information about what's going on...
  3. AkutaSame

    Odd problem regarding address format

    I have noticed something odd as of late. One of my clients has reported being unable to receive emails from my domain. We are able to send to all other domains that we try, but this one just seems to absorb any emails that we send. They have checked all settings on their side. There is no sort...
  4. AkutaSame

    SQL Database and Storing Fields in Variables

    As the subject states, I am looking for a way to store database items/records inside variables. I am not pulling one value, but 9 fields and hundreds of rows. Thus, I cannot use ExecuteScalar or the like. What I am doing is pulling the multiple rows of these 9 fields (there are more fields in...
  5. AkutaSame

    DataBinding Question

    Ok, simple enough to go through the wizard and build a dataset/adapter/connection/etc. and make it bind the fields to textboxes. What if I don't want to go through the wizard, and I want to bind to something other than a Datagrid or textbox. Say, like a lable? I have tried modifying the...
  6. AkutaSame

    Combining multiple related data items into one record

    Not a simple task as far as I can figure, I am trying to take rows of data, based on whether or not the "OwnerID" field has content and merge the "Comments" fields. I'm not really finding the words that I need to describe the question, so I have written up an example. The...
  7. AkutaSame

    Printing a Word Document from VB

    I have written a program in VB in which has a couple of buttons that print installation and manual documents. The program works flawlessly on my computer as well as the 5 others that I have tested it on (Win2k and WinXP machines). Another person runs the program and tells me it runs great. They...
  8. AkutaSame

    Form Transparency (Not like old posts)

    I know that it is possible to use API calls to modify the alpha state of the forms in VB6... This isn't really what I'm referring to (which is why it's not like the other posts found when doing search). What I want to know is this: Is it possible to make the background for the form transparent...
  9. AkutaSame

    ASP Function : ASCII to Integer

    I know this will sound a bit newbish, but then again, I'm an ASP newbie. I know it can be done with other scripting languages. What I am looking for is an ASP function that will convert a string/ascii characters into integers. Logic: A text box contains a number. I want to submit this number...
  10. AkutaSame

    Prevent Reinstallation

    I was just wondering if someone could share with me a method (other than putting a simple key into the registry, which can be deleted/removed) to prevent a demo software from being reinstalled. Ex. Someone downloads my demo software (hypothetical, the software isn't done) which has a time limit...
  11. AkutaSame

    Can't get textbox to scroll down automatically

    This may sound like a trivial problem, but I figure I'll try asking anyways as everyone seems to be helpful here. I have written a simple chat program that consists of two applications: a server and a client. The server runs, allowing client applications to log into it. I am not having any...

Part and Inventory Search

Back
Top