If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
We have a number of school admin programs that we wrote a year or six ago. We now have VB6., Can anyone tell me a good strategy for upgrading the existing VB3 programs to VB6?
i have the same problems here as well. The gov i work for has old apps written in vb3 im trying to get vb4 and vb5 to upgrade the source 1 step at a time and ill see how it goes from there.i'll let you know?
I have a table of peoples names and addresses. One of the fields contains the email address of the person., How do I get it so that on a form I can click on the email address and the default email client will fire up with the email address in the "To" box?
This was the fastest way i could find..., In your table set the field you want use as type hyperlink...save..., then change it back to text. The value should now contain http:// in it., do a find/replace on http:// to mail: or use an update query..., change the type back to hyperlink, that should do it :)
I've followed the help file code for making a new table using VBA but get a compile error "User-defined type not defined", This to the code Dim vbs As Database. What have I not defined, and where should I define it?
(Newby). I can create a table using ADO and add fields with particular data types, such as adDate., How do I now format these fields to be dd/mm/yy and hh:n ?