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 SkipVought 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: teferi2002
  • Order by date
  1. teferi2002

    Working with Oracle and Access

    Thanks k. Just out of curiousity what would happen if i forgot to click save password. thanks
  2. teferi2002

    Working with Oracle and Access

    Hi all, Is it possible to work with two different database oracle which resides on the server and Access which resides on my loacal machine at the same time and be able create a report using Crystal report. I am using CR 10.0 oarcle 9i and Acess. Thank you for the help.
  3. teferi2002

    How to create a seachable page

    Thank you for clarifying that for me. I will paly with it and et you know the outcome. thank you again for the help.
  4. teferi2002

    How to create a seachable page

    Thank you ca8msm again. How do you convert the above sql to dynamic sql. Can you provide any clue for me. thanks again
  5. teferi2002

    How to create a seachable page

    Thank you ca8msm for quick response. So, this can only be done using a procedure? I do not have a previlage to create a procedure. Can I do this just using sql script without creating a procedure. Hope I did provide enough info. for you to help me. I really appreciate your time and help...
  6. teferi2002

    How to create a seachable page

    Hi all, I am assigned to create an application for our external and internal customers to be able do searching on our vendor list page. I came up with quick simple solution for the customers to do searching using a selected state. If you are kind enough and check the below link you will know...
  7. teferi2002

    Only send the excutable file

    What i meant was the assembley code. Will the appliction work if I just copy the assembly code to the server? Where do i find this assembly code? it used to be in the same folder with the project in the previous version. I do not know where it is stored in aspx.net 2.0 . Thank you for your help.
  8. teferi2002

    Only send the excutable file

    Hi all Is it possible to send only the executable file to the prodcution server in asp.net 2.0. Thanks
  9. teferi2002

    Content-disposition

    thank you ca8msm for the link.
  10. teferi2002

    Content-disposition

    Can someone explain to me what the belwow line of code does.Especailly what Content-dispostion means. thanks Response.AddHeader("content-disposition","attachment;filename="""& filename &"""")
  11. teferi2002

    how work with formulas

    Hi to all, Here is my situation, I have to fields as_read_bid_amount and corrected_bid_amount in my report. The value for these two fields are similar most of the time in that case I just only display the value for the as_read_bid_amount only. But if the value for as_read_bid_amount is...
  12. teferi2002

    The link for comma separated value is not working

    I'm not sure what is going on here but these files have always worked and now they are not. Nothing has changed with the server or the application. I also copied the working files from test to production. The external server site: http://bidlet.dot.state.mn.us/metric.aspx click on upper...
  13. teferi2002

    Formatting

    It worked fine after i changed Isnumber to NumericText.of course synapsevampire , your help is very much appreciated.thank you agin
  14. teferi2002

    Formatting

    Thanks synapsevampire for the help...one more thing some of the field value surrunded by two barcket and how can i make sure it is only one barcket for the area code? ((XXX))this is how it looks like. I just need only one (XXX) thank you guys for your time and help.
  15. teferi2002

    Formatting

    Thank you xplodersuv for the reply ...I work with you code and i am getting an error msg.Can you take a look at it. S tringVar phone := Replace({CUSTOMER.CONTACT_PHONE}, "-", "") if NumericText(phone) and Length(phone) = 10 then "**Not Available**" else...
  16. teferi2002

    Formatting

    I would like to add in the below code to make sure the value in the database for the phone number is not a garbage like this sam-same. I would like to display No phone on the report if the return value is not a number. I am using CR-10 and oracle 9i thanks for the help If...
  17. teferi2002

    master/detail page

    Thank you all for the help and response. In my case i have a 4 columns and 5 rows with one of the columns will be linked to a new gridview control which will have a lot of records to be displayed once i pass the value using a querystirng.I did try to use gridview1 for the first page and...
  18. teferi2002

    master/detail page

    Is it possible to create a master detail page using to gridview control,by creating a link in one of the fields in the first gridview control to another gridview control. thanks
  19. teferi2002

    Where is Datagrid in VS 2005

    The reson i am asking for the datagrid is becasue i have a code written to read a data using datareader and display it in dagagrid. It was easy to do that and i just got a new vs 2005 and I do not really know how to convert the code to work in gridview. I wonder if gridview supports...
  20. teferi2002

    Where is Datagrid in VS 2005

    Hi all, I wonder where the datagird is hidding in visual studio 2005.

Part and Inventory Search

Back
Top