...it all wrong , can i improve thank you in advance
If its really bad please dont be to harsh i have only lernt from google in last 2 weeks :-)
/*
########################################################################
Ajax Handling...
Hi
One thing u could do is have ajax display the paypal button that way the form is not visable in a normal view source i have done this my self, but it is only a half fix u could see the source if u used debuger in chrome for instance, i am currently working on a script to fix this in essence...
Hi Thanks for the replys
What i really wanted to was write a function to validate
Some thing like
check if 6 or 7 letters
check if alpha numerical
check if letter first
just do not know where to satart to the function
any more help please
Tim Dodgson
timdodgson@msn.com
www.timdodgson.co.uk
...customer informatio the other holds transaction information
what i want to do is a weekly report
the nearest i have got i think is
strSQL="SELECT * FROM sub WHERE DATEPART('ww', datevisit) = "& db_weekly_report &";"
db_weekly_report is populated from, a form
datevisit is a colum name in the...
Thank you so much i should of know the first one derrrrrrrrrr i only been coding 6 weeks and using google and tek-tips as my book
Again Thanks a lot
Tim
www.timdodgson.co.uk
Hi i have 2 questions
I have managed to get adrop down to populate from my access db but some of mr recordsare blank so it puts blanks in the drop down how can i filter this out
and next question is there a way i can auto xcapatilze the returned values
Many Thanks in Advaance
Tim Dodgson...
Thanks for the help
I fixed it with this in the end
strSQL = "SELECT * " _
& "FROM [sub] WHERE (day(datevisit)= "& visitday &" AND month(datevisit)= "& visitmonth &" AND year(datevisit)= "& visityear &")"
I have no idea y just date wpuld not work lol
Tim Dodgson
Thanks for the replies all seems ok
the date varible does contane the date
ie response.write date prints the current date on the screen
this has me beat
What i am trying to do is an appointment outstanding page in my database so when i open page it auto tells me how many jobs i have for that...
...i want to do is run a qyerry against the db from my asp page that compares against todays date by using the server varible date
strSQL = "SELECT * " _
& "FROM [sub] WHERE datevisit = # " & date & " # ;"
This is the querry string i am using it does not erroe but returns no records...
I worked it out
as follows
CopyMemory ArrBmp(0), Arr(BitmapOffset), UBound(Arr) - BitmapOffset + 1
It was move BitmapOffset + 1 up but wot through me was the + weas not pasting in
Got there in the end
Many Thanks Again
Tim
Thanks again that seems to od curedthat bit now i am simular probs with thischunk of code
'Move the bitmap into its own array
ReDim ArrBmp(UBound(Arr) - BitmapOffset)
CopyMemory ArrBmp(0), Arr(BitmapOffset), UBound(Arr) -
BitmapOffset + 1
Any...
Hi every body
first off i am completley new to vb i am trying to make the following activex.dll http://support.microsoft.com/kb/q175261/
when i attempt to compile i get the folowing error message
Compile error
expected: line no or label or statement or end of statemnet
Please help
I am...
Thanks for the replie
This gives me a good overviewof the steps i have todo
I have searched the microsoft kb and found the following articlae that i must do
q175261
would this be the best way and can any body help with vb as i have never used it
Many Thanks
Tim
Thanks very much for the replies
I will try to be a bit clearer
I have an access database with over 5000 records in which i have inhereted
what i wood like to do is display some of the info in a web page
I have done this with all the fields except for the embed images
So basicly i want to...
Any help would be greatly appreciated i have tryed this binarywrite but i am sure ut is just me in th access database the ole image says bitmap image i have 5k records so i hope i can find a soultion or its a lot of work
Many Thanks in Advance
Tim Dodgson
Thanks fotr all your help the prob i have is i am working with an exsting datbase that hasa 5k pictures any way thanks again
As always 2 steps forward and 1 back lol
Tim Dodgson
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.