I have a bar chart that is displaying grand total values. When i set up the graph first it is fine but when i save it, close and then open it again and the chart bar are all the same colour - it has reverted to colour by group what am i doing wrong???
cheers!!
The ScanControl can be used as a textbox but it's purpose is to accept input from the scanner of your PDA! So when you require a barcode to be scanned, set focus on it , scan the barcode and the barcode text shoudl appear in the box.
I am not sure why you are getting the above error! The...
there is no need for the declaration or Set Scanner = New ACTIVESCANLib.ScanControl. Just activate the scanner -
Scanner.OpenScanner
Scanner.EnableScanning(True) when u need it and disable when you are finished.
Scanner.closeScanner
Scanner.EnableScanning(false)
make sure the control is on...
Hi,
Can anyone guide me on how TAPI works? I want to basically detect when an incoming call is being received and run another program then.
Can anyone help me???
Hi all,
I have an XDA that is held offsite. It may become necesaary to access this, to copy files from it and to it etc! Can anyone tell me if they know of anyway to do this?
Any guidance would be great!
Thanks
Jackie
Hi
I am calling a new page from a form. Is there anyway to set the size of this page that displays? I generally just want this to be a small page to appear in front of the screen that called it. I don't want to have to use a javascript showmodaldialog, as i want to continue using a form with...
Actually i think i have been looking at it wrong it seems to be displaying a strange string!
Here is the code i have:
For example if
Time1 = 09:12
Time2 = 20:10
numMins = datediff("n",Time1,Time2) - (60 * numHours)
Nummins returns the answer 0-2 which is very strange!
Any ideas
Hey
Just a little thing with the code mwolf00 , if the first time is 09:12 and the second time is 12:15 i get a minus in the number of minutes?? How can i get around this?
Thanks again
Hi all,
I have a slight problem when i am subtracting times in ASP. At the moment i am using DateDiff but this only gives me the Hours e.g if i subtract 17:00 - 09:00 i get 8 which is grand but if the times happen to be 17:30 - 09:00 i still get 8 whereas i want to get 8:30.
Basically i can...
Hi
I chnged your code slightly :( because Today() was giving me trouble.
'if we are counting from beginning of week before jan 1
theDate = DateAdd("d",-1 * (WeekDay(cDate("1/1/2003") - 1)),theDate)
The date i get back is 27/12/1899 which is'nt correct :-(
Anymore ideas...
Thanks for the reply!!
just wondering are you missing a bracket here somewhere? I'm not sure where it should go.....
'if we are counting from beginning of week before jan 1
theDate = DateAdd("d",-1 * (WeekDay(cDate("1/1/" & Year(Today())) - 1),theDate)
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.