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

    How to access a php script from javascript?

    Hi, haven't been at work these days. I tried to use jquery for this case and it seems like it is working, i.e. I am using $.ajax to call a php script. But except this, I need to pass an array of values (which might be some ID-s) as parameter to the php script and then send back to the...
  2. mondi

    How to access a php script from javascript?

    I am not sure if I can use Ajax, however I will have a look at it. Thanks Country of eagles
  3. mondi

    How to access a php script from javascript?

    Hi to all! I am completely new to javascript so sorry for my ignorance here. My problem is like this: I have a php code which is supposed to connect to the database (Sql Server) which returns some values from database. I need to call this php code from javascript and also need to process the...
  4. mondi

    How to read information from an Autocad file in a C# project

    Lol! Actually for the moment I am working on another project for the same company so I will have to look later at this problem. By the way thanks earthandfire for the links :) Cheers! Country of eagles
  5. mondi

    How to read information from an Autocad file in a C# project

    Oopss, I don't know if my boss will agree with this. Hope I won't be obliged to make a software with GDI+. Thanks for your answers however! Country of eagles
  6. mondi

    How to read information from an Autocad file in a C# project

    Hi Jason! Thanks for your answer. Yes I thought about that, but I was afraid it would take quite a time to get an answer from them, but now I will ask them for this. However if someone might give me an answer I would be very grateful. Cheers! Country of eagles
  7. mondi

    How to read information from an Autocad file in a C# project

    Hello to all! I am building a project that needs to calculate the cost of a product (with a product I mean a door a window, etc.,) for a company that makes doors, windows, etc., (Actually the company where I work is making this software). A product is compound of the aluminium profiles, the...
  8. mondi

    How to remove the dialogBox "Enter Parameter Values" when using param?

    Hi! In the dialogBox the fields are empty :(. However I solved this problem without parameters. I just put the special fields ReportTitle and ReportComments in the report (I didn't use them in this report earlier) and I gave the values to them from C#, and it worked. The code I used was...
  9. mondi

    How to remove the dialogBox "Enter Parameter Values" when using param?

    Hi to all! I have made a report using Crystal Reports for Visual Studio .NET 2005. I have made a program using C#, which uses this report. My report uses two parameters, to which I give the values during runtime. My problem is that even when I give the values to the parameters, it still...
  10. mondi

    The parameters that I have put in page footer are printed in top

    Hi to all! I have a strange problem with Crystal Reports for Visual Studio .NET 2005. I made a report using Crystal Reports. I added in my report three parameters and put them in the page footer. This report is some kind of bill for a bet company, i.e., it will print the bets chosen by a client...
  11. mondi

    The parameters that I have put in page footer are printed in top

    Hi to all! I have a strange problem with Crystal Reports for Visual Studio .NET 2005. I made a report using Crystal Reports. I added in my report three parameters and put them in the page footer. This report is some kind of bill for a bet company, i.e., it will print the bets chosen by a client...
  12. mondi

    How to convert a string with mathematical expression into decimal

    Thanks both of you, will have a further look at Marty's idea. Yes me too I think is a better solution! Thanks again! Country of eagles
  13. mondi

    How to convert a string with mathematical expression into decimal

    Thanks earthandfire for your answer. I found an interesting source code that gave an answer to my problem at codeproject. I think I am going to see what he has done and try it. Country of eagles
  14. mondi

    How to convert a string with mathematical expression into decimal

    Hi to all! I have a string that contains a mathematical expression e.g. "(5 + 2) * 3 + 1". I want to get the decimal value that this expression gives. The expression might not be this one (it is stored in the database as a string). It might be longer than this. The biggest problem I think is the...
  15. mondi

    Can I import the data from a webpage in my pc?

    Hi to all! I have to import the data from a webpage to my pc (in MS Excel format e.g.). Can anyone tell me if this is possible? The web page should be dynamic. I mean, it is a page that gives the results of the matches that are going on at the moment and the coefficients of the matches that will...
  16. mondi

    Insert Into - Date Error

    Maybe you should take a look at the CultureInfo of you application. Try to change the cultureInfo and see if it works. Cheers Country of eagles
  17. mondi

    Any problems working in VS 2005 with a project made in VS 2003?

    Yes thanks guys, actually I installed Visual Studio 2005, and at least up to now everything seems to be quite OK. Hope I won't have any problems with it. However I installed Visual Studio 2005 not in the same pc where I have VS 2003, just in case.. Thanks for your answers Country of eagles
  18. mondi

    Any problems working in VS 2005 with a project made in VS 2003?

    Hello everybody! I was wondering if there should be any problems working with a project made in Visual Studio 2003 from Visual Studio 2005. I had Visual Studio 2003 installed and now I want to install Visual Studio 2005. But I am affraid to do it because maybe I will have to make changes to my...
  19. mondi

    Help wiht threads

    You can find some examples of using and manipulating threads at this website: http://www.codeproject.com/csharp/#Threads To download the examples you just need to register, it is free! Cheers! Country of eagles
  20. mondi

    Installer recommendations?

    Hello! I use InstallShield 10.5 to make the installer projects. You have embedded in it different objects, like .NET Framework, MSDE and other things. And you can also customize the procedure of installation very easy. However, me, personally didn't like it very much, because, at least me, I...

Part and Inventory Search

Back
Top