" data-bs-original-title="" title="">
In terms of the law, once when I was younger and more foolish I was running late to the wedding of my then girlfriends sister. I had been held up in traffic so when I got to an open bit of dual carrage way I nailed the car and (of …
Hi, They've cross posted on your post... I suspect your query is only returning a single record. You are reading the results in two different places though. You have the following line (#16): `datareader.read()` This will read in the record from the datareader but you don't do anything with it... …
Yes, clearer definition and sample code would help...
Hi, I see you adding to the datagridview and I see you inserting via your insert command - are you getting an issue or something?
Hi, As far as I can see there are two ways to do this, just use the replace function: IF Instr(StartPosition,HTMLopt.rtb.text, txtSearchTerm.text,SearchType) = 0 then Messagebox.show("String :'" &txtSearchTerm.Text &"' not found", "No Matches", MessageboxButtons.OK, MessageboxIcon.Asterisk) Else HTMLopt.rtb.Text.Replace(txtSearchTerm.Text,txtReplacement.Text) End if Or if you fancy scrolling through the textbox and replacing as …
> this method will return the contents of a specific field in the curtrent record This is in a comment on one of the functions in "your" class I suggest starting here...
Hi, What errors do you get and where did you get them? You need to add a reference in your project to **adventnet** which I assume is the software that communicates wih your card. - there should be a .dll file somewhere on your machine called aventnet if that is …
The End.