Hi,
I have two tables, one contains contact information (count = 4500 records) and has a Primary Key of UIN. The other is a members table containing contacts' UIN's (count = 2000 records).
I needed to get all the UINs from the contacts table where the same UIN is NOT in the members table so...
Hi everyone,
I am using an onClick event to redirect to a new page but cannot achieve this ...
My code is
<a href='page1.php' onClick="return redirect ('http://www.bbc.co.uk');" >Click Here</a>
It works fine.
The problem is I wanted to open the bbc link in a new tab but when when I change...
Hi All,
I have a table called usergroup which contains group and subgroup names such ..
UIN Name SubGroupOf
1 Contacts NULL
2 Prospects 1
3 Dead 1
A group is a subgroup if it has a SubGroupOf value (Groups are NULL).
Another table is called members ...
UIN...
Hi All,
FormA is my main form and is always open.
FormB is a non-modal info form and is open or closed
If FormA opens modal FormC then FormC gets focus.
I have added some code into the Load event of FormC that checks to see if FormB is open (tracking boolean variable) and if it is then FormB...
Hi All,
I was unsure as to wether to carry this on using the previous thread (thanks again, jebenson).
My problem with binding has now been cured but ...
i am filling the items collection of a combobox with between 0 and 10,000 (yep 10,000) KeyValuePairs(of Integer,String) and at the same...
Hi,
I am binding a combobox to a List(Of KeyValuePair(Of Integer,String)) using the code ...
Contacts is my list of kvp.
With cmbContacts
.Items.Clear
.DisplayMember = "Value"
.ValueMember = "Key"
.DataSource = New BindingSource(Contacts, Nothing)
End With
This works OK, populating the...
Hi Again,
I have been searching the Net for a solution to an old chestnut but having tried 4 solutions, all of which did not work, I have arrived at my favourite forum.
In my database app I need to have a form pop up with various bits of info on at varied times, no problem so far BUT I cannot...
Hi All,
I do not know what the protocol is but I have posted this on two forums ...
I had to move a db from one server to another and several of the tables store DateTime data.
On the old server they appeared in Management Studio as dd/MM/yyyy (I will ignore the time part as this is not an...
Hello All,
I have a database that uses groups and I make the groups available via a menu. Because the database has no restriction on number of groups the menu can grow to amazing lengths, is there anyway to restrict this and have a scrollbar. I know I can chop the menu up but this look odds and...
Hi Again,
I have another problem .. so it goes
I am using a TabControl with several tab pages. When users have finished entering data on a tab page they have to click a button which is off the TabControl on the form containing the TabControl.
The button always takes two clicks, the first to...
Hi All,
I have a small issue that has built itself into a problem.
I have a solution that uses dozens of dlls which exist as projects on the same HD. If I need to debug a dll I usually add it to the solution, set it to debug, set a breakpoint in the solution where the dlls is called and upon...
Hi All,
I am trying to use a DataGridView which is bound to a list of DataObjects. The only problem I am having is that if I edit a cell to nothing (remove the cell contents) then on cell leave I get an uncatchable error. The error message is 'Object reference not set to an instance of an...
Hi All,
I have a form with hundreds of cms/menuitems, one for each textbox. They are all generated dynamically and when clicked all go to the same routine. I can find out which textbox was clicked by this -
MyText = DirectCast(DirectCast(DirectCast(sender, ToolStripMenuItem).Owner...
Hi Everyone,
I am converting an old app from VB6 to .NET and have hit a snag. I need to be able to print (to the screen) the extended ASCII character 192 which looks like a little l and is used as a corner for a box graphic.
I have searched for this for three hours and found a lot of chat...
Hi All,
I'm trying to build a query but getting nowhere ....
Example Table
UIN group_name subgroup_of etc ...
1 Group1 NULL
2 Group2 NULL
3 SubGroup1 2
4 SubGroup2 1
5 SubGroup3 1
I want the results to be ...
1 Group1 NULL
4 SubGroup2 1
5 SubGroup3 1...
Hi All,
Sorry to trouble you but I need to connect to a ftp server using SFTP SSH2 and everywhere I search I cannot find out how to do this with vb 2005.
Any hints?
Many Thanks
DarkConsultant
www.contactconsultants.co.uk
Live long and prosper \\//
Hi,
I have inherited a project which involves some javascript. I am a bit of a newbe and need to ask a question. Sorry if this is a daft question.
I have a function called StringRandom that generates a random password string. Is there any way to pass a parameter that refers to a field with the...
Hi All,
I'm using VB.Net 2005 and I am having a problem with a ListView event. ColumnWidthChanging should fire on any column being resized but it does not fire. I am also trapping the ColumnWidthChanged event which fires OK.
Found an article on Google saying that it was a 'known bug' but...
Hi All,
Starting about two weeks ago my VB.NET 2005 IDE started crashing (translucent white screen, two options 'Close Program' or Debug). I have not installed ANYTHING even windows updates and winding back the system did nothing.
It seems to be random except that it does not crash while I am...
Hi All,
All my apps report errors back to me via a web page using $_GET array (like 'http://myserver/phppage.php?id=me&message=yahdayahda'). I have been using this for years but have just noticed that a word causes an error 403 (refused) and that word is 'varchar' (no inverted commas).
I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.