Im doing some asp/java using dreamweaver. nice program but somewhat a inconvienice. i was wondering if anyone knew a way to turn the auto check thing off. the feature that seems to check my code when i switch from page to page and save, as well as the auto tag feature.
im used to c++ so i use...
acutally there is another way i need to do it, im gonna try to parse this stuff. what i need to change is the day. it is stored in avariable and passed page to page. i need to get in and do somehting like change 4/1/2005 to 4/22/2005. any ideas.
is there any wildcard characters in asp like :
if i want to choose a date from the database without concern of year is there a way to look past the year like this
say i want all 4/22/ but in the db its always
4/22/2005 or 4/22/2004 i want to pull with with year but without concern in the...
SELECT * FROM InvoiceApproval WHERE Month_Date >= '2/16/2005' AND Month_Date < '3/1/2005' AND Disapproved = 1 AND DisapprovalDescNum = '' AND Cost_Center = '101.80360.40000204' AND Carrier = 'Sprint PCS' AND Account = '0-038128403-8' Order By Service, Cost_Center, Carrier, Account
is what...
GLholder = GLholder & objRS_DisapprovedNoNote("Service") &_
"." & objRS_UsersGL("Segment") & ", "
still points to the first one. do you think it may be deep in the code somewhere? this is rough
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.