Search results for query: *

  • Users: naresh
  • Content: Threads
  • Order by date
  1. N

    How to pass parameter value to the subreport in crystals

    Hi, I think I am posting for simple queries. But I dont have option . Can any one tell how I can pass parameter value to the sub report via coding. I would like to say more clearly. I have 2 stored procedure for the report and subreport each one take @cutomerId as the parameter(both) I know how...
  2. N

    how to call the sql server function in .net

    can i use the userdefined functions wrote in the sql server in vb.net. if possible please help me . suppose my function is with two parameters. let me know how the things happen ie. via sqlcommand or something other to connect to the sqlserver. thanks in advance Naresh
  3. N

    Please help me in remote connection of the crystal reports

    Thanks David, I think , i posted the thread with the different meaning. besides that here is my Question again. I am working with the database suppose "MARKET" and i prepared the crystal reports accoring to that database. but my client system has "SHOPPING" database which is identical , Every...
  4. N

    Problem with connection

    Hi, I am new to crystal reports. I have connected the datasource to the reports and it is working fine. But what i need is we will give the connection dynamically. How to connect the datasource dynamically rather that using the design view. any help is appreciated. Thanks in advance. Naresh
  5. N

    datepicker in datagridview

    I have 2 Questions regarding DataGridView 1. How can i keep dollar symbol and give the validation not entering the text data. I think the question is clear. eg : $455 is right $a33 is wrong if i enter 334 it should automatically come $334 ------------------------------------------ 2. I...
  6. N

    Hi licence key for the xceedgrid 3.0

    I am working with the master detail module with the xceed grid as some one said in the forums. I down loaded the evaluation version from the site. I worked with it for one day. The next day it is asking for the licence key to enter. If any one knows the solution please farword me. i am working...
  7. N

    datagridview help

    The image is not inserted so i will try to explain the maximum. datagrid ________________________________________________________ | column 1 | column2 | column3 | _______________________________________________________ | +data1 | ring Address | ring phone no| | +data2 | -data3 | subdata1...
  8. N

    how to start the windows service through other application with start type automatic

    Hey i want to select the start type for the windows service to automatic by using another application . Is it possible. if so please reply thanks in advance naresh
  9. N

    Error While using AxMediaPlayer in vb.net

    I am using "AxMediaPlayer" dll component to play a song in vb.net . I write code as follows : Dim _ax As New AxMediaPlayer.AxMediaPlayer _ax.FileName = "C:\karth\0004\1_Wake Up.mp3" _ax.Play() But it gives error like this : {"Exception of type...
  10. N

    can we change the icons on the toolbar

    I have a doubt regarding the ide. Can I change the icons images which appear on the toolbars in the integrated development environment. I Know they will change. If the question is not clear donot hesitate to ask me. thanks, Naresh
  11. N

    books for windows service

    Hi Frinds, I am eager to learn windows service full pledged. I just want to know what are the books available to work with this. Also i prefer to have good sites to learn about windows service. Any help greatly appreciated. thanks in Advance Naresh
  12. N

    is there any installer to install the windows service

    Hi, this Question is already raised. Still i am asking this one is there any installer to install the windows service. I use Setup factory to install the applications. can i use the setup factory to instll. if yes please suggest the way to install. the service was made in .net 2005 i,e., frame...
  13. N

    can i pass message from .net application to vb application

    Hi can i pass message from .net application to vb application. If it is possible what I have to write in the .net form and what should i write in the vb 6.0. Any help is appreciated. thanks in advance, with regards, Naresh Kumar.
  14. N

    Passing message to the application through stopping windows service

    Hi, I created a windows service that opens the form. Can I pass the message to my form through the window service when windows service is stopping Any help is appreciated. thanks in Advance, Regards Naresh
  15. N

    How to close the windows application through the windows service

    Hi, I am working with the windows service to invoke the application say example.exe. I am invoking the application with the code in windows service System.Diagnosis.process.start("example.exe"). i have taken the simple application in vb6.o the code is just this i written in the button click...
Back
Top