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: *

  1. pmanivas

    Not able to edit Datagrid (C#)

    Any help...?!
  2. pmanivas

    ASP.NET DataGrid EditCommand Events Not fired

    Please check InitializeComponent(). It should have reference to your MyDataGrid_EditCommand function like this. this.MyDataGrid.EditCommand += new System.Web.UI.WebControls.DataGridCommandEventHandler(this.MyDataGrid_EditCommand); Hope this helps:-)
  3. pmanivas

    Not able to edit Datagrid (C#)

    Hi, I have an editable datagrid on my webform. And it works fine(I am able to edit, update or cancel the edit) except on certain situation. When the Datagrid is buid thru OnPreRender event, I am having trouble editing the data. The text box comes up. But not able to enter anything into that...
  4. pmanivas

    Crystal Reports from the web

    If you are a registered user of crystal decisions web site, you will be able to download this sample from their website http://support.crystaldecisions.com and search for aspxmps85 or asp* you will get a zip file containing a set of sample ASPs Required_App_Components pack has the basic...
  5. pmanivas

    Opening Reports on the same window

    I am using crystal reports 8.5 developer edition with rptserver, SmartViewerActiveX asp templates provided by crystal decisions I have a master report, which has a sub report, and few hyperlinks which inturn open up another report. When I click the link on the master report another crystal...
  6. pmanivas

    ASP & Crystal... need serious help, I have no idea

    Hi, Yes, you can use ASP to do do all dynamic reporting Go to the following link http://support.crystaldecisions.com/updates/default.asp and search for asp* It returns some good samples on how to integrate CR with ASP Let me know, whether it helps Good luck
  7. pmanivas

    Web Reporting

    Any suggestions or advice for a starter in webreporting (ASP) ? Would really appreciate your valuable thoughts. Thanks
  8. pmanivas

    430 - Class does not support Automation or does not support expected i

    Hi, I am getting an error in a DHTML app, with CR 8.5 "430 - Class does not support Automation or does not support expected interface" This error pops up when I assign the reportsource to the viewer control. I am using Could anybody tell, what causes this error?
  9. pmanivas

    VB6 + access97, search function is needed.

    No The search criteria is wrong It should be as follows strSerachCriteria = "company_name='uc ab'" Hope this helps
  10. pmanivas

    Need to populated text box with two different fonts

    in the keypress event of the rich text box check for the character and set the font type accordingly
  11. pmanivas

    VB6 + access97, search function is needed.

    Also if u want to loop thru all records that satisfies the criteria use 'FINDNEXT' method of the recordset. Hope this helps u to satisfy your search
  12. pmanivas

    VB6 + access97, search function is needed.

    Ok I got it U are using DAO Ok Here is the code for search The strSearchCriteria is condition string to be searched. For example, if u are searching the 'state' field for value = 'NY' then your strSearchCriteria = "State='NY'" if u are searching for list of employees whose age is...
  13. pmanivas

    VB6 + access97, search function is needed.

    How do u add new entries to the database? How do get the data from access? If u are accessing the data thru recordset, Then you can use 'Find' method of the recordset object to search the database. Let me know how u access the data.
  14. pmanivas

    VB6 + access97, search function is needed.

    Are u using ADO for accessing data
  15. pmanivas

    strange problem inserting values into database

    May be those data are Null or with single space
  16. pmanivas

    running another app with Access form button

    WHat application u want to run? u can use the RunApp action from the macro object
  17. pmanivas

    Excel Link to VB

    put the xlapp.visible = true stmt outside if structure and try
  18. pmanivas

    Convert Access OLE Object to SQL Server

    I am sorry, I lost there. But could u check the stream object of ADO. Hope that should help u out
  19. pmanivas

    Convert Access OLE Object to SQL Server

    the data u write to the web, need to be editable or just for display?

Part and Inventory Search

Back
Top