Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by false420

  1. false420

    Dreamweaver be wasting time

    awesome thanks
  2. false420

    Dreamweaver be wasting time

    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...
  3. false420

    wildcard char

    like a date or string function
  4. false420

    wildcard char

    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.
  5. false420

    wildcard char

    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...
  6. false420

    Exception error on do while.eof?

    i found it, it was putting nulls into the sql server under disapprovaldescnum
  7. false420

    Exception error on do while.eof?

    i think it may lie with DisapprovalDescNum there is no value
  8. false420

    Exception error on do while.eof?

    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...
  9. false420

    Exception error on do while.eof?

    i only use EOF for the GLuser RS to exit the loop.
  10. false420

    Exception error on do while.eof?

    no, i only tested the latter RS GLusers and the EOF and BOF works. why wouldnt it work with one and not the other?
  11. false420

    Exception error on do while.eof?

    it only happens with & objRS_DisapprovedNoNote("Service") if i take it out and leave the later RS then it no error
  12. false420

    Exception error on do while.eof?

    i took that line out and it gives same error for glholder 2
  13. false420

    Exception error on do while.eof?

    GLholder = GLholder & objRS_DisapprovedNoNote("Service")& "." GLholder = GLholder & objRS_UsersGL("Segment") & ", " still points to the first line
  14. false420

    Exception error on do while.eof?

    ahh ok i see my bad
  15. false420

    Exception error on do while.eof?

    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

Part and Inventory Search

Back
Top