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 gkittelson 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. rizvir

    Modifying ADO Connection string @ runtime

    Hello, This might sound very basic but I don't seem to find my way around to modify the ADO connection string at runtime. The development folder structure is different to the production folder structure. How can I go about modifying ADO connection string at runtime e.g. to point to...
  2. rizvir

    Excel: Formatting problem with Text

    Hello Laters, Z I am aware of the situation with numbers but stragely this is happening with text. Further experiment has shown that if the text width is within the width of the cell then it displays OK but if the cell width is less than the text width then I get ###########. In other words...
  3. rizvir

    Excel: Formatting problem with Text

    Hello, This behavior is quite strange. In one of the cells of a spreadsheet when I type any text, I get ########### displayed when I move out of that cell. If I change the cell format to "General" from "Text" then the text appears correctly. What could be the reason? Thanks for any help...
  4. rizvir

    Joining tables from 2 different databases

    Hello, I need to join two tables (tb1 and tb2) which are in two different databases on the same server (db1 and db2). What is the best way to do it. Thanks for any help provided. Rizwan.
  5. rizvir

    Passing ADO rs to a report which has more than one table...

    Well, I did not receive any reply but then played around a bit to find out that the only probable solution is to make a reference to each table used in report. This way you can change the recordset of any table you wish. I experimented only with CR8 and it worked fine, but, of course if you...
  6. rizvir

    Passing ADO rs to a report which has more than one table...

    I am using CR8 and VB6 to pass an ADO recordset to a report created using RDC. If my report has only one table then there is no problem and the following code works perfectly: ..... ..... myrs.open "Select * from MyTable WHERE Myfield='abc'", mycon set crDbtables = crDatabase.Tables...
  7. rizvir

    Is it a bug or am I missing something.....

    I am using CR8 and VB6 to pass an ADO recordset to a report created using RDC. If my report has only one table then there is no problem and the following code works perfectly: ..... ..... myrs.open "Select * from MyTable WHERE Myfield='abc'", mycon set crDbtables = crDatabase.Tables...
  8. rizvir

    Record Selection Formula related problem

    I am using VB6 SP5 and CR8 Developer Edition and the RDC. I am making a record selection formula from a form which has a DataGrid and the Pr_Id field of the currently selected record should become the recordselectionformula. The CRViewer is on another form (Form2) so I have to use...
  9. rizvir

    Printing records as a delimited list

    Hi all, I am using VB6 SP5 and CR7 to print a list of countries from a table COUNTRIES in a database MYDB in Access 97. The table has just one field C_NAME and each country name is a separate record. I want the printed output to be as follows: Argentina, Afghanistan, Angola, Bahrain...
  10. rizvir

    Laying out data of a simple report

    Hello, I am using VB6 and CR7. The question might seem very basic but I am not able to achieve the following: The reporting of a list of coutries appears as... Argentina Brazil Chile El Salvador .... I want it to appear as.... Argentina, Brazil, Chile, El Salvador, ..... How can that be...
  11. rizvir

    Overlapping Sub reports

    Thanks Marc, Your tip did the trick. Rizwan.
  12. rizvir

    Overlapping Sub reports

    Hello, I am using VB6 and CR7 to create a project profile report which reports data from 12 tables in an Access 97 database containing linked information about projects. I have 4 subreports on the main report layed out on top of each other. What happens is that if one of the sub-reports has...

Part and Inventory Search

Back
Top