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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wekoweko
  • Content: Threads
  • Order by date
  1. wekoweko

    manipulate PDFs

    Hi Everyone, am a developer using Zope and wanted to know if any of you have ever implemented a pdf generating/creating system using python? This just means mostly manipulating pdfs (create and/or edit) via web. If you guys have any suggestions or recommendations please post, thanks.
  2. wekoweko

    need help with triggers

    CREATE OR REPLACE TRIGGER trigger_name AFTER UPDATE OF column ON table1 FOR EACH ROW WHEN (NEW.column=some_value) BEGIN UPDATE table2 statement1 WHERE condition; UPDATE table2 statement2 WHERE condition; END trigger_name; hey guys need some help on this one, need a trigger to update a row on...
  3. wekoweko

    date field

    hi everyone, once again am here to ask for your help, am having a discrepancy in my data, am in manila but my oracle and web servers are in the usa, and whenever i try to insert data into a date field (which i had set to default sysdate), the date of course that goes into the field is about 12...
  4. wekoweko

    browser closing

    hi there, wanted to ask if there is any method existent in html that would automatically detect if the user closes his browser? need to change his log status on a back-end database and if he closes the browser am worried that the status will never be updated to logged off? any of you know any...
  5. wekoweko

    implementation of login tracking

    hi there, am using oracle 9i and would like to ask this question, am planning to implement the prevention of multiple and simultaneous logins to a site using a single account via different computers, am planning to use a back-end table that has a members unique id and a status of 1 if he is...
  6. wekoweko

    http session

    hi there, just wanted to know if any of you out there know of any way to make sure no multiple and simultaneous logons for a single user to a site using only session, i know this can be done via a back-end table but would like to implement the functionality using session objects only, thanks
  7. wekoweko

    http session

    hi, wanted to ask if any of you out there has come across a way to check for multiple and simultaneous logins by a single user to a site using only session objects, i know this would be fairly easy to do using a back-end table but would like to implement the functionality using session, thanks

Part and Inventory Search

Back
Top