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 strongm 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
  • Content: Threads
  • 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 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.
  3. 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...
  4. 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 =...
  5. 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.
  6. 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...
  7. 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...
  8. newbie14

    Javascript to control div.

    Dear All, I have 3 different types of div. One div is on my left and I named as left as below. Then I want to have 2 different div on my right. The problem is that for my right div at anytime only 1 should be visible the other should be not visible. On page load only my id="menu1"...
  9. newbie14

    Space problem.

    Dear All, I have 2 types of insert into my mysql database. One is the original string which has no problem. The second type if that I will cut and append new value into the original string. Here when I do like this $routeGeoFenceString = "LINESTRING(".$initialLon."...
  10. newbie14

    Date Compare

    Dear All, I have 2 date object. I try to compare them but I dont get any results there. How can I do that ? My snippet of code is as below var dateFrom=document.getElementById("myCalendar1").value; dateFromArray=dateFrom.split("/"); var myDateFrom=new...
  11. newbie14

    How to generate dynamic column with C#

    Dear All, I have a crystal report where I cant fix the number of column on a static basis. So I need to do it on a dynamic basis. How can I do it via C# coding ? I am looking something like web program where we can set the <td></td> dynamically. Thank you.
  12. newbie14

    Dynamic column with C#

    Dear All, I have a crystal report where I cant fix the number of column on a static basis. So I need to do it on a dynamic basis. How can I do it via C# coding ? I am looking something like web program where we can set the <td></td> dynamically. Thank you.
  13. newbie14

    Dynamic column in crystal report.

    Dear All, I have a crystal report where I cant fix the number of column on a static basis. So I need to do it on a dynamic basis. How can I do it via C# coding ? I am looking something like web program where we can set the <td></td> dynamically. Thank you.
  14. newbie14

    Two phase commit/Distributed Transaction

    Dear All, I am using an application based on C# and mysql database. I have a requirement that I need to update my local and remote database on one single transaction. So I was currently using the .net connector but unfortunately it doesnt support distributed transaction. So I have to...
  15. newbie14

    Distributed transaction using C# and mysql

    Dear All, I have a C# application where I need a distributed transaction. I need to update 2 database one local and one remote together that is two-phase commit. Is there any idea how to to do it with the current .net mysql connector? Any code snippet will be helpful? Thank you.
  16. newbie14

    Distributed transaction

    Dear All, I have a C# application where I need a distributed transaction. I need to update 2 database one local and one remote. Is there any idea how to to do it? Any code snippet will be helpful? Thank you.
  17. newbie14

    A complex scenario

    Dear All, I have a very complex scenario to solve. I have got the idea how to solve but I worried on the implementation part of in C#. Let me explain my scenario. I have 2 table tblTranfer and tblTransferDetails Sample data of tblTranfer from outletID=1 to outletID=2 and 3 tranferID...
  18. newbie14

    File handling

    Dear All, I need to do a small c++ application. The problem here is that an application which will keep details on each subject and their breakdown. For example I have a subject list like this AN123 Assignments 50%, Labs 20%, Test 30% AN244 Assignment 1 25%, Assignment 2 25%...
  19. newbie14

    Any unique identity?

    Dear All, I have a jsp application where I save my session values. Then I have an asp.net application which need to be integrated with my jsp page. Unfortunately there no way I can share the session across my asp.net page from my jsp page. So I was thinking to save an unique identify of...
  20. newbie14

    Sharing session value with asp.net?

    Dear All, I have one application working in jsp. The problem here I keep certain value as a session value. The probem now I have another application build in asp.net which need to be integrated with my jsp application. The problem I know I cant share the jsp session across asp.net. So I...

Part and Inventory Search

Back
Top