I have an Access table with field1, field2, field3, field4 that have times like "13:41" or "1:34" or so on. I need to get the total amount of time for all of those fields.
Can I do this via SQL or is there somehow to do it in VB?
<-- JaeTech Solutions -->
As the subject says, I have a ListView now but I need a more powerful control that will allow the users to edit the items and subitems ... what can I use?
<-- JaeTech Solutions -->
I need to create an Access table that stores invoice information. The easy fields to setup are as follows:
invoiceid
customerid
date
total
discount
But I struggle with the field(s) to use for items purchased. Associated with the items are price and sku code. I have a table for items but...
I have MDaemon setup with email accounts. I can setup one of these email addresses on a networked computer and it can send mail. To receive, I went to register.com where I bought my domain and forwarded mail.xxxx.ca to xxxx.ca to try to get emails to come in ... doesn't work.
Where am I...
Can I have a VB desktop app connect to a MYSQL database without MySQL being installed on that computer? The MySQL data files for the DB will be on the machine though.
If not, what DB's other than Access can I do this for?
<-- JaeTech Solutions -->
I want to check the users MDAC version upon startup to ensure they are using a newer version. How can I check this, from within VB?
<-- JaeTech Solutions -->
I need an Mail Server that has configurable features on a GUI. I don't want to have to use command line for adding new rules, accounts and what not.
What's available to me?
Jonathan
HELP! When I try to access either of these domains, , I get a Bad Request page. Why??
UseCanonicalName off
NameVirtualHost *
# Where do we put the lock and pif files?
LockFile "/var/lock/httpd.lock"
CoreDumpDirectory "/etc/httpd"
<VirtualHost *>
ServerAdmin...
When I do a RequestDispatcher.forward, it goes to the right page, but in the URL, it shows /servlet/login which is the path to my servlet. So I then have to change the paths of my images and everything else to reflect this. Know what I mean?
I want to use .forward but get back to the root of...
PLEASE!
I try to print a datareport and the second time, it dies and I get that error.
I am clicking New, then Save then Print. The methods are shown below ... any ideas. I am completely stumped.
Private Sub cmdEyeNew_Click()
On Error GoTo Err_New
Dim Counter As Integer
For Counter...
I use MaskedBox for my phone # and I use "#" when I want the user to enter a character. But what if I want to have a field for a "Canadian" postal code where we use numbers and letters? An example would be A1A 4G8. Point is, in the mask, I want to let the user only enter a...
I have seen a few places where the column width was changed dynamically but I don't need anything that complex. I simply need to have it about twice as wide as the default. How do I change this within my code or properties?
I have a Data Report that brings back fields such as 'cash', 'debit', 'cc', 'cheques'. Is there a function type to add the sum of all of them?
I can obviously use the FunctionType '0-rptFuncSum' to get the sum of one field ... but what do I do for the sum of all?
Thanks
I have text in my Report Header and Footer and whether I .Show or .PrintReport, they don't show up. My Page Header and Footer do though.
Whats going on?
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.