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 Wanet Telecoms Ltd 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: sern
  • Content: Threads
  • Order by date
  1. sern

    Set Color in Datagrid

    Hello all. I wish to display my data in different colors in datagrid. Let say I have data: Name, Age, Address. If age is more than 20 then display the record in blue color. Otherwise display it in red color. Anyone please help on this. Thanks.
  2. sern

    Symbol in Excel

    Hi. I wish to insert some symbols into my Excel like smile face, a tick, etc. How can I do that?
  3. sern

    Pass string from vb

    Hi. I wish to pass a string to a formula in Crystal Report 7 from my VB project. I have created a formula in crystal report named Description. In my vb, I have the below code, rpt.Formulas(1) = "Description='" & str & "'" where str is the string containing text and...
  4. sern

    ODBC Problems

    Hi. I'm using Windows 98(client) to connect to my Microsoft SQL server in Windows NT platform(server). The client side doing well in data accessing from the server. So I assumed that there was no error on the connection. But when i try to retrive data ftom the SQL server, it failed. I have...
  5. sern

    Multi tables details

    I wish to display data from 2 tables in the Details section. The sequence will be: 1. Show all data from table 1 first. 2. After that show all data from table 2. How can I do this??
  6. sern

    Multi tables selection

    hi. let say i have 3 tables. i want to select records from table1 which quantity is more than records' quantity either in table2 or table3. Ex. 3 tables have the same key columns: Code. if Code is in table2, then it will retrieve the data from table2. Else, it will retrieve data from table3. is...
  7. sern

    Sub Total in Page Footer

    How can I display the subtotal on the page footer?? I have tried to drag it from the report footer but the system not allow me to do this.
  8. sern

    Join tables

    Hi. I have 3 tables in SQL: T1, T2, T3. I wish to display data from T1 where the quantity is more than quantity in T2 but not in T3. I used below query but it doesn't return any result. SELECT Code, Desc FROM T1 LEFT JOIN T2 ON T1.Code = T2.Code WHERE T1.Qty > T2.Qty AND T1.Code NOT IN...
  9. sern

    Summary report

    I have a vb program using crystal report. In my program, let say I have below data: A buy 2 Part1 from X. B buy 3 Part2 from Y. C buy 3 Part3 from Z. B buy 2 Part1 from X. C buy 1 Part2 from Y. B buy 1 Part3 from Z. A buy 2 Part4 from Z. The report will show something like this group by...
  10. sern

    Print report from datagrid

    How to print a crystal report from datagrid in VB project?? Anyone pls help...
  11. sern

    Format Excel via VB

    I have create an application using VB and Microsoft SQL. I want to transfer data from VB/SQL to Excel format. How can I format the Excel spreadsheet via VB? Please help me to solve this problem. Thanks.
  12. sern

    Shrink section height in crystal report

    i wish to shrink the section height in crystal report automatically. let say in Details section, the fields may be have many lines and also one line. the height will automatically fixed base on the length of the fields. so, what should i do?
  13. sern

    SQL Server

    I have registered a new SQL server in my Enterprise Manager. But the icon doesn't the status of the server (either start, pause or stop). I tried to transfer data from that server to my local server, but failed. Anyone please help me on this. Thanks.

Part and Inventory Search

Back
Top