CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: makis_best

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,778

    Custom Sync Tool

    Hi

    How I can create one application that get results from one MS SQL Server query
    compare them with one MYSQL Server query and if it is equal then do update else do insert.

    For example, let...
  2. Replies
    3
    Views
    4,324

    Re: Insert with Null

    I use the replace command and everything working perfect now
  3. Replies
    3
    Views
    4,324

    Insert with Null

    Hi
    I have a table called Remote_Item with some records like
    Code fBaseBOMGID Description...
  4. Replies
    0
    Views
    6,573

    Json to DataGridView

    Hi

    I have one asp.net page when I pass it as a parameter one sql query return as string the result.
    For example if I pass a query like that in my browser:...
  5. Replies
    2
    Views
    4,441

    Re: Repeat records depends of value

    I think the use of multple details but I can't use it cuz the greatest value could be something like 759 or 1200
    I have to think something else
  6. Replies
    2
    Views
    4,441

    Repeat records depends of value

    Hi

    I use crystal reports XI

    I try with no success to repeat the detail section as many times as a value of a field.
    My dataset gives me a field with a number.... let say the number 4

    I...
  7. Re: Main report with sub report and sub sub report

    I think I understand what you say...
    I am working on it now...

    Thank you.
  8. Main report with sub report and sub sub report

    Hi

    I am working with Crystal XI.

    I have a main report and a link under the main report to the sub report.
    All work fine until here.
    Inside the sub report I have a same link to another report...
  9. Print econd report after first report finish

    Hi.

    I have two diferent reports.
    I want to print the second report when the first one is finish.

    How I can do that?

    Thank you.
  10. Replies
    8
    Views
    1,701

    Re: Listview with multiple groups

    Ok.

    I understand.

    I try it and I reply soon what happen.

    Thank you.
  11. Replies
    8
    Views
    1,701

    Re: Listview with multiple groups

    So...

    You recommends not to use groups but simple
    insert in every line showing what ever I want to show.

    Correct?
  12. Replies
    8
    Views
    1,701

    Re: Listview with multiple groups

    Hi DataMiser

    My problem is not how to short the data.
    That is something I can do.
    My problem is how to show a total under every day and a total under every month on Listview

    Thank you
  13. Replies
    8
    Views
    1,701

    Re: Listview with multiple groups

    I can't do it from SQL because user change the data inside datagrid.
    When user finish process inside datagridview (edit, delete, insert) records
    then he press a button to generate listview
  14. Replies
    8
    Views
    1,701

    Listview with multiple groups

    Hi
    I have a problem over a month now and I can’t solve it.

    I have a datagridview with 12 columns and it is bound to a datasource
    From these datagridview I create a ListView with 4 columns...
  15. Replies
    2
    Views
    3,829

    Re: ListView groups with totals and subtotals

    Thank you.

    I find the solution
    ' Add a group with totals
    Dim TotalSum, TotalSum1 As Double
    Dim TempDbl As Double
    TotalSum = 0
    TotalSum1 = 0
    For Each...
  16. Replies
    2
    Views
    3,829

    ListView groups with totals and subtotals

    Hi.

    I have a ListView with groups.
    Groups have columns with prices.

    How I can do subtotals and totals at the end of every column and any group?
    Any example?


    Thank you.
  17. how to pass dataset values to ReportViewer run time

    Hi

    I am new to reports so....
    I want to show all my data from my sql table in ReportViewer run time.
    Can someone tell my what I have to do?

    I have this code already
  18. Replies
    0
    Views
    860

    Sending EMS SMS or Long SMS

    Hi.

    Does anyone know how to send a long SMS in Unicode_16Bit using ATSMS Library?

    I can send SMS with 70 chars long but how I can send longer SMS

    Thank you.
  19. Replies
    0
    Views
    2,262

    Send SMS with Greek Characters

    Hi..

    I am trying to fix one application for my business with Visual Basic 2010.
    With this application i am retrieving some records from my sql server 2008
    and put them in a datagrid. There I add...
  20. Replies
    2
    Views
    1,203

    Re: New page after subreport finish printing

    Thank you for your help...

    I just solve the problem.
  21. Replies
    2
    Views
    1,203

    New page after subreport finish printing

    Hi

    I am new in Crystal Reports and I am using the 8.5 version of crystal.

    I have made a report with 2 subreports, how i can make my report
    when the subreport end printing to add a new page?
    ...
  22. Replies
    1
    Views
    877

    Barcode Printing

    Hi

    I have a report tha print quantity and Barcode number

    How I can make this report to print so many times the
    Barcode number as is the value of quantity?

    For example if the quantity is 4...
  23. Re: Report print many pages as the line details

    I check for New Page Before or New Page After but there is none.
    And in the main report and in the subreport
  24. Report print many pages as the line details

    Hi.

    I have a main report and in the detail section i have a subreport.
    The subreport retrive some data in the detail section.

    That force the main report print so many pages as the lines from...
  25. Replies
    1
    Views
    621

    Re: Three pages on a sheet

    I find the solution....

    I create a new crystal and I insert in the header three times the same report as subreport.

    That it.

    Thank you all :)
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured