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: janise
  • Content: Threads
  • Order by date
  1. janise

    Splitting Words in two

    Can I have you bell me out one more time, please? I have a field on our table that we need to split the values into two. The value is something like: I am coming to see you today, Will you be at home? We would like to split this like: I am coming to see you today, Will you be at home? The...
  2. janise

    Creating a certificate label

    Hello all, I just created an avery type label with the help of an asp guru. It turns out that the label is actually a certificate exactly like the one here right under the first TY (red heart) http://www.truebluebeansnews.com/page5.html It has a dimension of width: 211 and height: 207 I...
  3. janise

    CSS and unstable image alignment

    Hello gurus, Please take a look at the code below. It works well as is because it creates a header for this page. Please take a look. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content= "text/html...
  4. janise

    Date issue

    Urgent help needed. We have a date field on our database called date_submitted. I want this date to return only month, day and year, no day, no time. In other words, I want: June 29, 2004 So far, the one I am using is returning: Day, month and year like: Tuesday, June 29 2004. Can I get...
  5. janise

    query hanging

    I have 2 tables: table1 and table2 (simple enough). Table1's structure is like this: id identity, scode text sdate datetime loc1 varchar, loc2 varchar, direction varchar, distance table2 has following structre: id identity, scode varchar -> relates to table1 by scode, filename varchar scode...
  6. janise

    Association multiple records to one id

    Hello everyone again, I have done this before but for the life of me, could not remember how; and couldn't find a sample of the one I did. I have an ID, say 123 which can be associated with one or more records. For instance, Id records 123...
  7. janise

    submit a checkbox value and email the value to helpdesk

    Hello all, I have some issues that I hope to get help from you on. I have created a form to be submitted to the database. The form contains 15 checkboxes. The idea is that a user opens up this form to send a request to our helpdesk. This user can check one or several checkboxes at the same...
  8. janise

    shopping cart query

    I have been working on a shopping cart program for awhile and finally have gotten all the coding done. There is one quick question that I have, how do you integrate the administrative stuff with the rest of the shopping cart program? For instance, the administrative backend processing involves...
  9. janise

    Image reference

    As part of our cleanup effort, I am modifying our shopping cart program but have run into a little snag. We store an image in our access db and reference it on our html file. This is the current working one line syntax: strHTML = strHTML & "<img src=" & q& "images/small/" & rs("cimageurl")...
  10. janise

    Urgent! Insert, not inserting

    Can someone, please, please tell me why this insert statement is not working. Page1 dynamically populates a dropdown list box by selecting the record from the database. Using post method, passes the values through a form variable (sizeNdx) to page2 which processes the insert statement and...
  11. janise

    Code producing incorrect values

    I don't know where I am screwing up here but this code below, when I run it, on the empID column, 2 values are generated: EmpID = 12,2351 which means that values for org and empid are being stored in empid column. The org value and the Emp value are being passed to the empID column. The org...
  12. janise

    Connecting to a dbf file

    Hi everyone, Not sure if anyone here uses or has used a dbf file. I am trying to connect to a folder that contains our dbase dbf file. I am having problem connecting to it. Can someone please tell me what I am doing wrong based on the error that I am receiving. Function OpenDBFConn(Path) Dim...
  13. janise

    Viewing a pdf file from db

    Hello everyone and happy new year to all. I have been scouring the internet looking for articles on how to view a pdf file stored in the database. I used aspuploads to upload pdf files into the database but I am having problem finding materials on how to view the files and other details stored...
  14. janise

    searching a dropdown

    Hello again dear experts! I need your help please. I am trying to implement a database search option whereby a user is presented with a dropdown option to select from. I want to give the user the ability to search our database using 3 fields. select * from tableName where field1 like...
  15. janise

    undefined error message

    I am getting the following error when I try running the code below. First the error: line: 10 Error: 'edit' is undefined Line 10 is this line: <select name=&quot;classcode&quot; onchange=&quot;javascript:edit.submit();&quot;> Below is the entire code: page1: <%@ Language=VBScript...
  16. janise

    popup windows

    I am looking for a popup window exactly like the one on Tek Tips whereby as soon as some one opens our web page, the first page the see is the popup window with a little window message. Then when they are done with reading the message, they click close to close it and proceed to the main page...
  17. janise

    window.opener error

    Hello gurus! I am trying to atleast understand why I am having the error that I am having so I can beging to isolate the problems. The error says: window.opener.top is null or is not an object. Can someone please tell me what this means?
  18. janise

    This has been and is still a painful experience

    I really, really need help with my php configuration. I uninstalled apache 2.4 because I was having all kinds of problem configuring it to talk to our sql server db. Before uninstalling it, it works well because I would run phpinfo and it will display all summary of configuration. The only...
  19. janise

    Where to put php/html files in apache

    This is an extreme newbie question. I have just started learning php. I have installed and configured apache web server. Wrote a simple hello world php code. My question is where do you put your php/html files in apache server. With iis, you will put the files in wwwroot directory. Do I put the...
  20. janise

    Re-allocating memories

    Hello everyone! Hopefully, I am in the right forum. We have 2 hard drives on our server, Drive C and Drive E. We recently ran out of memory on Drive C (currently only 3.97 megs) while there is a total of 56G on drive E. There is a way of reallocating some of the memories from drive E to C. I did...

Part and Inventory Search

Back
Top