Search:

Type: Posts; User: SHIVPREET2K1

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. help to export from vb6 to openoffice spreadsheet

    Dear friends

    I have any application which is using sql server at backend and vb6 as front end. I export data from the record set to excel sheet easily in this application.

    now i got a...
  2. Re: [RESOLVED] help to refresh subreports in crystal report 10 via vb 6

    Hii it is solved. this is the code




    Report = "\\MYPATH\Monthly_Sales_report_new.rpt"

    Set rep = appl.OpenReport(Report)
  3. Replies
    1
    Views
    4,841

    Re: Crystal Report Access with VB6

    Hi i have solved it

    this is the code



    Report = "\\MYPATH\Monthly_Sales_report_new.rpt"

    Set rep = appl.OpenReport(Report)
  4. [RESOLVED] help to refresh subreports in crystal report 10 via vb 6

    Dear friends

    I have created 3 reports in crystal report 10. when i call them individually via vb6 application they are working perfectly fine.

    but when i created a 4th new format in...
  5. Re: help to pass parameters to crystal report from vb6 to crytal report 10

    hi friends,

    I have solved it somehow but now its giving me login error this is my code




    Dim appl As New CRAXDRT.Application
    Dim rep As CRAXDRT.report
    Dim report As String
  6. help to pass parameters to crystal report from vb6 to crytal report 10

    Dear Friends

    I am trying to pass parameters from vb6 to crystal report. I have applied to approches and both are not working properly

    approach 1



    Dim crpParamDefs As...
  7. Re: Please help for this strange problem

    thanks all but i found the solurtion . its on cellendedit i need to do coding.

    shivpreet
  8. [RESOLVED] Please help for this strange problem

    Dear Friends

    I am making a little application in c# (microsoft visual studio 2010) windows programming. I have entered some value in gridview cell. but when i ant to check it . it show me...
  9. help to create parameterized array in c#

    Dear Friends

    I am creating a database application in c# in which I want to pass parameters to sql stored procedure. My application and my code is working fine. but now I want to try to create a...
  10. Re: Help to access the currently open applicaton through vb

    Its interent explorer 8 dear . and only one website is opened for the sake of simplicity.
  11. Help to access the currently open applicaton through vb

    Dear all

    I am creating an application in vb 6.0
    in which I need to access the location(address) of currently opened website in internet explorer. I can do it by opening it through my...
  12. !help to update database through datatable

    Dear Alll I have create a simple apllication in which a datagridview is populated by a datatable . Everything is working fine. the only problem is when i try to save it . it gives me error
    ...
  13. Replies
    4
    Views
    1,301

    Re: Progressbar in a webform

    yes friend why not




    int lblwidth=0;
    if (lblwidth>=100)
    {
    lblwidth=0;
    }
  14. Replies
    4
    Views
    1,301

    Progressbar in a webform

    Dear friends

    I have two pages in my website. my code is working fine. When i click on my
    btnpaycard then my data reach to the next page which is working fine.
    What i need is to display a...
  15. Re: help to update database through datatable

    Dear Gary i knew this for msgbox. I just inserted it to show here only that my processes are working fine but still my database is not being updated. Meanwhile i have done a work around but it really...
  16. help to update database through datatable

    Dear friends

    following is my code to update my database from a datatable. My rows are manipulated by my code perfectly. that i can see in my gridview but my database is not getting updated...
  17. Control collection iteration for master page

    Dear Friends

    I have made an asp.net website which is using master page in it.
    my programming language is c#. I want to iterate through content page controls but i m not able to do it. I have...
  18. Replies
    7
    Views
    2,250

    godaddy ssl integration in asp.net

    Dear Friends

    I am creating a website . I have done every thing except embedding ssl security at credit card no. entries. honestly speaking i do not know much about this thing. can you please...
  19. Replies
    6
    Views
    913

    Re: HELP FOR asp.net image control

    Dear Gary and dana thanks for your response but that i knew already. what i needed to view the image without saving in my servers folder. thanks for your help though
  20. Replies
    6
    Views
    913

    HELP FOR asp.net image control

    Dear friends

    i m not able to view image assign to the image control at run time. secondly if i assign a new image at run time even that is not visible to me.

    for example at runtime my...
  21. help to format fields in crystal report

    Dear friends

    i have made a report in crystal report software which is displaying correct data. but i need to format some of the record according to the data in one field
    for example if...
  22. Replies
    3
    Views
    618

    Gridview is not updating

    Dear Friends

    I have made a small web page. there is a dropdownlist which has list of itemcodes from database. there is one more sqldatasource1 which is configured to get the order details of...
  23. Replies
    2
    Views
    754

    HOW to show images in asp.net?

    Dear friends

    this is a basic question may be. i have inserted an image control in webform. i also copied one image in app_data folder. I gave the path of image to image control. in design...
  24. Replies
    3
    Views
    559

    what it happen like this in asp.net

    dear friends i made a website in asp.net . it download the selected file from ftp site (which is remote website). the site is working fine except one thing. The site can download only in the servers...
  25. Re: why this code work in vb.net but not in asp.net

    I sort it out. insetead of count i need to have length


    thanks anyways
  26. [RESOLVED] why this code work in vb.net but not in asp.net

    hi friends


    this code is working fine in vb.net but in asp.net it give error on arrays
    both in function defintion and code

    can anyone tell me why
  27. Re: how to get full path of source file thorough fileupload

    hi gary how are u

    yes certainly. to clear it more i gave u an example

    i open mywebsite. and clicked on fileupload button

    and i browsed to d:\somefiles\myfile.txt

    now when i check...
  28. how to get full path of source file thorough fileupload

    Hi friends

    I am using fileupload control in asp.net to locate or browse a file. When i try to get the path of those files with filename property, i just get the filename only
    and if i try to...
  29. Replies
    0
    Views
    732

    how to call report with sub report

    hi friends

    I have created one crystal reports in cr 10.0 .

    When i call this report individually from vb form they are working fine

    but when i put a subreport in this one. i m not...
  30. Re: why crstal report do not recognise vbnewline or vbcrlf

    I have tried to use it in vb6 code but it does not give me any result.

    What i m doing is i m creating a text object in crystal report with vb code and placing some data in it. Every thing is...
  31. Re: how to upload a file to remote site using asp.net

    hi friends check this out. it resolved my problem





    I have just take one label and one button and rest is all coding. i got help from this resource...
  32. Re: how to upload a file to remote site using asp.net

    hi gary

    i just checked your post. i have checked my web config file. i set authentication mode to none and in
    authorization i set allow users ="*" but still it is not working where else i...
  33. Re: how to upload a file to remote site using asp.net

    HI Gary. yes u are absolutly right . its not copying locally too. but now i m confused why that code did not gave me errror when i was running it localy.

    any ways this is my code now on button...
  34. Re: how to upload a file to remote site using asp.net

    yes friend tomorrow i will do as you have said. and will see whats problem in it. though i still doubt its some security issue. because locally i have tested it already. it do save data on local...
  35. Re: how to upload a file to remote site using asp.net

    yes friend its exactly as you have said. i think its something to with security setting. but i m not able to sort it out. may be you could help me in it.



    thanks again

    shivpreet2k1
  36. Re: how to upload a file to remote site using asp.net

    hi gary . for the first error i have checked the file in my website filemanager . i t is not showing me any file there. i must tell you that i m using windows hosted website from godaddy.com and i...
  37. Re: how to upload a file to remote site using asp.net

    Thanks gary for your help but i have already checked all that.
    I have encountered two problems
    1) on local server i m getting the success message with the same code but file is not being uploaded...
  38. Re: how to upload a file to remote site using asp.net

    hi friends thanks for your help.

    i have done it. its not giving any error now. but now a new problem .where it is uploading the file.


    please check my code



    try
  39. Re: how to upload a file to remote site using asp.net

    hi friends

    sorry for late reply. but i had to go on a tour. I have access to both ftp as well as http and i have checked it. but still i m not able to upload a file . I have done all the...
  40. Re: how to upload a file to remote site using asp.net

    hi i done the same coding bro but this error i got now

    System.Net.WebException: An exception occurred during a WebClient request. ---> System.ArgumentException: Illegal characters in path. at...
Results 1 to 40 of 260
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width