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 SkipVought 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. bridamol

    Netscape Installation

    Hi, I have not selected the router in setup. and the file /etc/defaultrouter doesnot exists. Amol Brid.
  2. bridamol

    Netscape Installation

    Hi, Sorry Annihilannic for my previous post. Now browser is installed on my machine. I did not installed the NSCPcom package, thats why i was unable to open browser. Thank you very much. One more problem i am having now is that, we have a WIN2K server connected to internet. Now how can i...
  3. bridamol

    Netscape Installation

    Hi, Annihilannic, I have add the netscape package from the CD. But still i am not able to open the netscape browser. When i double click on the netscape file in the SUNWns6 directory it opens the Run window displaying message as Running Netscape 6.x.x. Do i have to install Mozia. Thankyou...
  4. bridamol

    Can a computer be a member of two domains

    Thanks Aslamvs for your help. Bye. Amol Brid
  5. bridamol

    Netscape Installation

    No. It does not exists. Amol Brid
  6. bridamol

    Netscape Installation

    Hi, I have installed Solaris 9. But it has not installed the Netscape browser on it. How do i install netscape browser now. Can anybody help me. amol Brid
  7. bridamol

    How to get SID of Domain

    Thank you KNThomason and StellaIndigo for replying. I got want i wanted. Thanks. Amol Brid
  8. bridamol

    Can a computer be a member of two domains

    Can you give me the steps to setup trust relationship. Thank you. Amol Brid
  9. bridamol

    How to get SID of Domain

    I require in a s/w for testing.
  10. bridamol

    Can a computer be a member of two domains

    Is it possible to add a computer to two domains. I want that while logging to the computer, I should select the domain from drop-down combobox and should login to that domain.
  11. bridamol

    How to get SID of Domain

    Hi, I want to get the SID of the Domain in Win2K. Can anyone help me. Amol Brid.
  12. bridamol

    Need to write all values or append to list

    change your code to the following While Not Rs.EOF Or Rs.bof COUNTERS = Counters & Rs.fields("USER_GROUP_NM") Rs.movenext Wend
  13. bridamol

    support direct entry to cells in MSFlexgrid

    You can program it if know how to use TextMatrix, Row, Col property of MSFlex grid. You will also require the help of textbox for editing.
  14. bridamol

    Adding Windows 2000 Server in domain controller

    Sorry guys. I got it. I was not able to change domain because Certificate server was install. Bye.
  15. bridamol

    Adding Windows 2000 Server in domain controller

    Hi, I have two computer with Windows 2000 server installed on each of them. On one computer i have installed Active Directory and created domain controller. Now i want to add my other machine in the domain, but i don't know who to do it. I went to system properties->network identification, the...
  16. bridamol

    Error checking MSFlexGrids

    Check if the clicked column contains any data. if contains display in other grid. try this... if trim(MSFG.textmatrix(MSFG.row,MSFG.col)) <> &quot;&quot; then <your code to display data in second grid> end if
  17. bridamol

    how to store image in database

    thank you vaery much cclint
  18. bridamol

    how to store image in database

    I have an image in picture box and i want to store it in the SQL Server or Access database. Can anyone provide the code. Your help will be appriciated.
  19. bridamol

    Simple question on Combo box

    I don't think that you can store strings in ItemData. But if the combobox List property contains the items then this code will work fine. If Combo1.Text = &quot;Weeds of National Significance&quot; Then ......
  20. bridamol

    Text Box Limits ??

    Try this one If cdbl(txtMullDist1.Text) < cdbl(txtMullDist2.Text) Then MsgBox &quot;...&quot; End If

Part and Inventory Search

Back
Top