Hi, I searched for this but couldn't find it anywhere. I used the "contact management" template to enter in names and addresses. I added a new field, however, that field is a light grey while all the other fields are in black in the Browse Mode | Table view. I tried changing the color...
Hi, I have a datagrid with 3 columns and 6 rows. I would like to add all six rows of one column together. Here's what I have so far:
For x = 1 To DataGrid1.ApproxCount
total = total + DataGrid1.Columns(2).Text
Next x
This code however will only add the first row in the column 6...
Hi, I have a weird problem that hopefully someone can give me some insight on. I have created a class that has a function that goes out on the Internet and downloads 1000+ websites using a loop. I turned the class into an ActiveX DLL. When I debug the DLL in visual basic, I'm able to stop it...
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.