User Profile

Collapse

Profile Sidebar

Collapse
finked1973
finked1973
Last Activity: Aug 28 '12, 11:49 AM
Joined: Jun 14 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VM Machine can see server under Network but can't connect

    Hi Everyone,
    I have an issue where i have created a handfull of Virtual Machines using Hyper-V and all of them can see most of the other Servers and Laptops on the Domain, except for two (DBSERVER and APPSERVER).

    There is no firewall on these servers and I can connect to them from the host server, just not the VM's.

    Can anyone think of other things I could try.

    PS they are all on the same VLAN
    See more | Go to post

  • Hi,

    Try

    Dim rows As DataRow() = ds.Tables("Tabl ename").Select( "col3 is " & vbNull)

    or

    Dim rows As DataRow() = ds.Tables("Tabl ename").Select( "col3 is " & dbNull)
    See more | Go to post

    Leave a comment:


  • How to make a decision on the colour of a datagridview cell

    Hi All,

    Does anyone know if it is possible to check the cell colour at runtime and make a decision on it ?

    I have a DGV that if the time in each cell is past a specific time it will paint the cell a particular color.

    This ticks through once a minute. It works perfect.

    The problem lies when I have a cell that is over a certain time I want to write to the audit and fire an email off. This...
    See more | Go to post

  • finked1973
    replied to Xinetd not installed
    Nice one, thanks very much for your help and getting me started.

    After your replies i installed XINETD, then installed the Firewall and configured it for the ports in question.

    And it's now working,I can now VNC to my RedHat box.
    See more | Go to post

    Leave a comment:


  • finked1973
    replied to Xinetd not installed
    Thanks 2941985

    The file wasn't there and wasn't installed.

    I went into Add Programs in RedHat and installed it.

    The files I copied over from the old server and settings in /etc/services looks to have been picked up when I retsarted xinetd using command sevice xinetd restart.

    I ran netstat -nl | grep 590* and can see

    0.0.0.0:5901
    0.0.0.0:5906

    I tried to connect my...
    See more | Go to post

    Leave a comment:


  • Finally understand why

    If anyone else has this problem, here is my understaning of it.

    When you substring a line in a reader function and run that through a block of if comparisons if the substring value is for example 12 and it hits a line in the fil of say 8, that line of 8 is too short for the comparison of 12. This causes the code to error.
    To sort any comparison block substrings should be the same size for...
    See more | Go to post

    Leave a comment:


  • finked1973
    started a topic Xinetd not installed

    Xinetd not installed

    Hi all,

    In work I have been tasked in setting up a RedHat Enterprise Server that should be acting as a reverse proxy.

    The problem is that we got a 3rd party to install it and asked them to set up Apache, Samba and VNC. Just now we are using the ILO to get access but I want to setup a VNC clint to access the server but when i configure the server I can't restart the xinetd services as it says it is unrecognised.
    ...
    See more | Go to post

  • Don't worry about this, I managed to do a workaround, I took out the = signs in the if statement eg

    If line.Substring( 0, 10) = "EmailLogin " Then
    varMailLog = line.Substring( 11, line.Length - 11)
    TextBox9.Text = varMailLog
    End If

    God knows why it wasn't working but I've spent too long on it

    Cheers
    See more | Go to post

    Leave a comment:


  • Parsing Text File doesn't pickup all If statements

    Hi All

    I have a piece of code in my application that is giving me a funny result. I am reading a text file and based on it's first word on the line I have a bunch of IF statements that then assign the value to a variable.
    The problem is that not all the if statements are being met, well they are but that's what's weird.
    Here's my code and I'll explain
    Code:
            If File.Exists(varIni) Then
    ...
    See more | Go to post

  • Can you ping the computer that your MySQL db is on from the computer where your app is ?

    This will prove whether connection is possible
    See more | Go to post

    Leave a comment:


  • Remote mySQL

    Just had the same problem

    Check your firewall settings

    You may need to add an exception for port 3306
    See more | Go to post

    Leave a comment:


  • finked1973
    replied to On click for popup box doesn't work
    Nice one guys, i now have a better understanding of it

    Thanks for your time
    See more | Go to post

    Leave a comment:


  • finked1973
    replied to On click for popup box doesn't work
    thanks Dormilich

    It's once your on the appropriate page that the info button isn't clickable

    the little red info gif
    See more | Go to post

    Leave a comment:


  • finked1973
    started a topic On click for popup box doesn't work

    On click for popup box doesn't work

    Firstly, i'd like to apologise for asking this question. I have no idea when it comes to javascript but i help out on a charities website and they have a problem with some info buttons not openeing up a html file. My question may seem dumb or lacking infomation but please i need help.
    Can anyone see in the code why the info.gif which when you hover your mouse over it shows that it is a hyperlink but when you click it nothing happens ?
    ...
    See more | Go to post

  • It would appear that it is Korean

    http://babelfish.yahoo.com/?fr=bf-home

    Gibberish comes out the other side though

    I googled some of the characters and Korean came out defo not Chinese or Japanese...
    See more | Go to post

    Leave a comment:


  • finked1973
    replied to dataset link to database
    Click your Datasource object until you see the little "Play Button"

    Click the play button and select "Configure Data Source"

    Click past your connection string setup

    Click on "Specify Columns from a table or view"

    In there you can add your extra column
    See more | Go to post

    Leave a comment:


  • finked1973
    replied to dataset link to database
    Are you using a code to generate your dataset or using vb.net's wizard ?
    See more | Go to post

    Leave a comment:


  • To illustrate my issue

    for the asp table i could do

    if varDay = "Monday" and varHour = "08" then
    table.Rows(x).c olums(y).value = varNumber + varValueAlready There
    loop through how many hours the child is with my wife. Updating each field


    This works great as i can loop though the fields and assign values

    But using textboxes in the standalone app i have to...
    See more | Go to post

    Leave a comment:


  • Hmmm

    But i have a complication

    For the next child that comes along in the stream read,in the same time slot my code reads if a value is there already in the box and adds that value to create a total value.

    So the textbox i create dynamically will have to be referenced somehow.
    See more | Go to post

    Leave a comment:


  • finked1973
    started a topic Table In VB.net Application Form

    Table In VB.net Application Form

    I have created an ASP.net page with a nice looking table in it that takes values from an Access database (and changes colour depending on its value) and iterates the number of hours a child is with my wife (Childminding Planner) to each cell with column headers for each hour for a certain day. This works fine
    But
    I cannot for the life of me find a solution that will allow me to add a table to a VB.net app form that will do the same....
    See more | Go to post
No activity results to display
Show More
Working...