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

    Formatting an html page - urgent, Please!

    This is page2 of the code Tarwn helped out with. Tarwn helped with page1 of it. This code works fine as far as doing what I wanted it to do. However, the only issue that I have is the layout. I have been struggling to re-arrange it but to avail. I would like the layout to look like this...
  2. chinedu

    Getting a count of records and populating them

    I posted this same code earlier but I posted for a different reason which I later worked out. This time, it is same code but for different reason. I have a database that has 2 ids. One Id is called a system ID and the other is called Geo_ID. The BlockID is unique but the system_ID is not...
  3. chinedu

    populating an input textbox with a value from dropdown - still struggl

    I have been trying to populate an input textbox with an id associated with a value selected from a dropdown list box. So far, it doesn't matter what value I select from the dropdown listbox, an input textbox always gets populated with the same id. Please take a look and tell where I am err'ing...
  4. chinedu

    creating a hyperlink in flash

    I really didn't want to ask this question but I really need your help. I need to create a hyperlink to a simple flash program that I have written. Can someone please tell very simple steps of doing so. I am a complete newbie. Thanks in advance
  5. chinedu

    enabling links after login

    Please tell me if this is possible. I have a page laid out like this: link1 lin2 link3 ----------------------- <-- This is a horizontal line Login info Username:________________ password:________________ All of these are on the same page. My question is, is it possible to disable the...
  6. chinedu

    I need heavy duty favor on a bulleted list

    I am working on cataloging items for a pharmaceutical company. Basically, there are categories and products associated with each category. I have worked out those nicely. The problem I am having now is on product description. The descriiptions are done in a bulleted formatlike: . Mighty...
  7. chinedu

    printed a formatted page

    Dear experts, I am trying to format a page so that when a user prints a document, the layout will be exactly as the one shown on the link below: http://www.websamba.com/afparishioners/certific.pdf It is formatted on an 8/11 paper. The text may change but the length of each text is generally...
  8. chinedu

    Checkbox function

    Hello everyone, A former partner of mine has just written a code that would list all toys that have not been sold. The code works fine except that there is a field called sold which determines whether a toy has been sold or not. When records are displayed, sold will have a value of True...
  9. chinedu

    Database Access Error - Urgent Help Needed

    I created a shopping cart program. When I tested it, I got this error message: Error We noticed you do not accept cookies. Please enable cookies to shop. I resolved it by going to iis and selecting Application Name ... Create. Once we feel the application is ready to be deployed, we deployed...
  10. chinedu

    Access Rights

    Hello everyone, My manager wanted to his secretary to have delegate rights to view and use his email and calendar. I went and set her up to be able to access his email and calendar. Everything seems to work well. Yesterday, I received an email from the secretary indicating the she is in...
  11. chinedu

    Opening a report based on passed key

    <javascript> function LaunchReport() { var theForm=getForm(); var mySelection = theForm.getSelection(); OBJ_KEYS= new Array(); var FormObjects = mySelection.getFormObjectsEx(null); for (var i=0; i < FormObjects.size(); i++) { var mySelKeys = (FormObjects.item(i).getKey()); OBJ_KEYS[i] =...
  12. chinedu

    aligning text with image

    Perhaps, some html guru can help me with this. Then again, this is probably simple but what I am trying to is combine text with an image and align them correctly. here is an example of an alignment that I am talking about: test tesdt tedt tedt...
  13. chinedu

    giving sa a password = how?

    Hi all, We installed sql server without giving sa a passord. We need to give sa a password so nobody will be using it to log in. Does anyone know how to go back and give sa account a password? Thanks in advance
  14. chinedu

    Complete Newbie

    Hello all, I am completely 100% php newbie. I have been working with asp for a while now and have been presented with the challenge of viewing a pdf with php. I have done something similar with asp which is this: <% ' Create ADO Connection Set Conn =...
  15. chinedu

    text highlighter

    hello everyone, I need a word highlighting script. Does anyone know where I can find a sample. The way I need to use this script is this: I enter a word, say "ABC", if "ABC" exists on our database, all records associated with "ABC" will be displayed and the word "ABC" will be highlighted. Any...
  16. chinedu

    connection error - urgent, please

    If I use this code below to connect to an access database, the code works. it works in that all records selected get displayed to the screen. cnnSearch.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& server.MapPath("myDB.mdb") Problem with the above code, though is we have...
  17. chinedu

    Displaying one id with many records

    Hi all, I have done this before but it's been so long that I don't remember how I did, neither could I find the code for what I am looing for. I have a one to many situation where one ID could have one or more records associated with it. In my case, the maximum number of records that can be...
  18. chinedu

    uploading multiple files

    I have been trying now, quite unsuccessfully to upload more than one files into our database using aspSmartUpload. The way we have it spec'ed out is one code can have up to 6 files attached it. When inserting records into the database, one code say 3333 can be associated with up to 6 files...
  19. chinedu

    php -&gt; asp

    dear experts. Forgive me for taxing you with this task. This seems like a straightforward php while loop and normally, I can write a while loop in asp but this seems a bit too complicated for me. Can someone please, please assist with the interpretation? Thanks a lot in advance #don't flip...
  20. chinedu

    DTS job fails

    Hello all, I scheduled dts jobs using dts wizard to schedule data transformation from access to sql server but when I attempted to schedule, it failed with the following error: "The Data Pump Task requires Transformations to be specified" I was wondering if anyone knows what that means and how...

Part and Inventory Search

Back
Top