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 bkrike 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: yagnik3128
  • Content: Threads
  • Order by date
  1. yagnik3128

    Vertical Lines

    I am creating a new report in Access, i have one field with can grow....i have used vertical lines....but that field height is increased.....line height is not getting incresed...how to do that?
  2. yagnik3128

    VB 6.0 with SQL server 2000 databse with crystal reports

    i am using vb6 with sqlserver 2000 and crystal reports 7.. every time i am calling report it asks me for databaase and password.... is there any way to set database string and password in coding?
  3. yagnik3128

    web timer

    i am really stuck can anybody guide me....how timer works in web application useing vb.net?
  4. yagnik3128

    Dynamic Template Column in Datagrid

    hi, I want to add template column dynamically in Datagrid... I mean through VB code only.....not HTML Code which example is given in MSDN Help. Anybody can help me????
  5. yagnik3128

    Passing Values using <%%> tag in HTML Code

    hey guys, I am using this Code in HTML Page to display all the Name from the Dataset <TABLE id="Table4" style="HEIGHT: 19px" cellSpacing="0" cellPadding="0" width="358" border="0"> <%For Each FetchLawRow In FetchLawDS.Tables(0).Rows%> <TR vAlign="top" align="left"> <TD style="WIDTH...
  6. yagnik3128

    Automation in WORD

    how can i create a Word 200 Document using VB 6.0 and office object library with all the facility of Table and formatting of text and etc... just like Invoice or Purchase Order so data will coning from Access and using vb i want to create a direct document of Purchase Order.... Can anybody...
  7. yagnik3128

    Export

    i am using crystal 8.5 i have created a report - like a Purchase Order..... and when i tried to export this in word... Its not coming in the proper way....the indentment and the space and the table .... all are just mess... Should i use anything special to export this in word in a proper way????
  8. yagnik3128

    Draft Printing

    i am using Crystal 7.0 how can i provide the Draft printing (DOS like Printing) directly from the Crystal Reports.
  9. yagnik3128

    DateTimePicker in Web Forms

    can anybody tell me ... where can i find the Web User Control for DateTimePicker???
  10. yagnik3128

    Export in Excel

    when i export the report in excel format. it is not properly formatted. So, how can i design the report, so it esports properly formatted form in excel?
  11. yagnik3128

    Mouse Scrolling

    i have to use vb6.0 with crystal reports 7.0 but at the runtime in crystal reports window my mouse scroll is not working. how to solve the problem?
  12. yagnik3128

    Compact Database

    how to compact database in VB 6.0 using ADO
  13. yagnik3128

    Unspecified Error

    I am using VB 6.0 with access at this line of coding mainconn.execute "Delte * from Table1" I got the error Run time error : 02147467259(80004005) Unspecified error. Can anybody help me how to solve it?
  14. yagnik3128

    Set location at the runtime

    I am using Crystal 7 with VB 6 & Access. How to set the database location at the runtime when i am using subreport? in main report i can set that with this cr1.datafiles(0) = $serverpath & "\Sales.MDB" But i don't know about the subreport. Please help me.
  15. yagnik3128

    Scrolling

    I am using Crystal 7 with VB 6.0 at the run time - in my crystal report output, mouse scrolling is not working? Can anybody help me?
  16. yagnik3128

    JPG file print from ACCESS

    I am using Crestal 8.5 with VB 6 & Access. if ant to print Company logo in the header part of the report as per selection of company from access database as -OLEObject datatype - Field. Please help me.
  17. yagnik3128

    Export report to Outlook express

    I am using Crystal 8.5 with VB 6.0 I want to export report directly to outlook express with given email address. Can anyone help me how to do this?
  18. yagnik3128

    Sub Reports - Selection Formula

    If i want to pass the selectionformula for date range in sub report. How is it possible. Cal anyone help me?
  19. yagnik3128

    Urgent, Sub Report

    I am using Crystal Report 7.0 with VB. Database is on Server & i am calling report from client node. In one report i am using 2 subreports & each sub report having 2 databases. One database is from Server & second is from Local harddisk. In main report i can set database path from vb like...
  20. yagnik3128

    Sub Report Parameter

    I am using VB6.0 with Crystal Reports 8.0 I am inseritng 2 subreports in a main report. & i want to pass the total of the subreports in a main form for some formulas. Any body help me!

Part and Inventory Search

Back
Top