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

    Capturing javascript error and refresh page.

    Dear All, I have this particular javascript error which just requires me to refresh the page and it will go away. Is there anyway where I can write a javascript to detect this type of error and immediately refresh my page? Thank you.
  2. newbie14

    Javascript value to be printed in html

    Dear Griffit, Thank you for the link is it possible for me to control text size with Header I guess no rite. Is there any other alternative where I can control the text size and color too. Thank you.
  3. newbie14

    Javascript value to be printed in html

    Dear Bong, I execute it on a button click. Thank you.
  4. newbie14

    Javascript value to be printed in html

    Dear Griffit, For example I have function getData() and in that a simple variable which I get based on some calculation. So in my body I have stated where my poi variable should appear. Thank you. <script defer="defer" type="text/javascript"> function getData() { var poi; poi // is...
  5. newbie14

    Javascript value to be printed in html

    Dear All, I have a javascript variable which I need to print in html now? So how can I do this ? Can I put in some label etc? Thank you.
  6. newbie14

    Best mannner to capture value.

    Dear All, I have 3 table one is tblSubMenu1,tblSubMenu2,tblSubMenu2Options. So for now I have a combo with all the tblSubMenu1 value in it. Then upon selection any of the value in my combo box will appear all those tblSubMenu2 column subMenu2Name value and together with a checkbox...
  7. newbie14

    Dynamic columns checkbox

    Dear All, For now I have a datagrid with just one column of checkbox. I normally first called a function design grid and below is my code gridAuthorization.AutoGenerateColumns = false; gridAuthorization.Columns.Add("subMenu1ID",""); gridAuthorization.Columns[0].Visible =...
  8. newbie14

    Other option of reporting for C#

    Dear Jason, I am sorry for my situation. Actually currently I am using crystal report. So the problem then I saw that crystal report cant fulfil my requirements.So that is why I am lost on how to solve my problem.I am like first searching around what can solve my problem. Yes I also...
  9. newbie14

    Other option of reporting for C#

    Dear Dinger, If just excel how do I go about from my windows application? Thank you.
  10. newbie14

    Other option of reporting for C#

    Dear Shankar, I am confuse with the costing. So another thing I must renew it on a yearly basis is it? Thank you.
  11. newbie14

    Other option of reporting for C#

    Dear Alex, I need the report for windows application. The problem is that I want the report to be run time based e.g. where I can add dynamic columns? Do you think this new reporting tool can do this? Thank you for your help.
  12. newbie14

    Other option of reporting for C#

    Dear Jason, Thank you for the link but you are sure of any specific one is it? Thank you.
  13. newbie14

    Other option of reporting for C#

    Dear All, Besides crystal reports is there any other reporting tool I can used for my C# windows application. I want something which is run time based not design time based. Thank you.
  14. newbie14

    How to control the line object of crystal report in C#?

    Dear Jason, So with pivoting is it possible to have the columns dynamically generated. Can I have any example on this basis ? Another thing is that the paper size in CR have to be decided first right so how can the columns grow dynamically ? Thank you.
  15. newbie14

    How to control the line object of crystal report in C#?

    Dear Jason, The first picture is what I required. Infact I already done but the problem now my maximum columns have been set during design time. What I required is something pure dynamic? Thank you.
  16. newbie14

    How to control the line object of crystal report in C#?

    Dear Jason, Ok my requirement is like this cause I have tried to put by vertical is difficult to make comparison. So what I want say for example comparion of employee sales comparison on a daily basis based on a range of date. So on the horizontal represent the employee names. So...
  17. newbie14

    Multiple outlet and mulitple days report.

    Dear R937, So there is no way to change my query is it ? I am not too use about the indexing? Any guide on this please ? Thank you.
  18. newbie14

    How to control the line object of crystal report in C#?

    Dear Jason, Well thank you for sharing your experience. I have been having the same problem for my coloring of alternate rows. So besides crystal report what else do you suggest which can handle things dynamically. Because if you look into my scenario now all I have to put the at...
  19. newbie14

    How to control the line object of crystal report in C#?

    Dear All, I am doing a dynamic report which will show the columns based on a selection done. So for the columns name I am using the parameter fields of crystal report. So those column which are empty I do the settings as below and those columns will not appear. So this I can control...
  20. newbie14

    Multiple outlet and mulitple days report.

    Dear All, I am generating a report based on a table call tblReceipt which have fieilds like outletID, date, totalSales etc. So I am running a report now to get the daily sales for each outlet. So based on a select date I run a for loop date from till date end. So I am running an query...

Part and Inventory Search

Back
Top