TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
yukimura chizuru
NA
1
1.8k
how to compare cellvalue with value in database?
Sep 28 2010 5:06 AM
i want to create a table which will trigger an alert based on the condition.
the alert will change the box color into red color.
the condition is based on the 'alert_type1' in 'parameterDataTable' table.
the user can change the condition (i name it as a) in the parameterDataTable and it will link to the alert function.
i try to do like this:
if cellvalue < a then
'the code for the cell to change color
end if
which the a is the value that the user key in and the a value is from the parameterDataTable(alert_type1)
but the problem is it cannot be read. i don't know how to link the a variables with the parameterDataTable. here, i attached my code on what i've got so far and it's still not working. i'm still new in using vb.net and i hope that you all can help me..
many thanks in advance. :)
Attachment:
source_code.zip
Reply
Answers (
0
)
problem in if condition
Forums