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 Mike Lewis 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: igor22
  • Order by date
  1. igor22

    put default number in a data cell of a matrix

    actually, the following code did the trick: =iif(Sum(Fields!ID.Value)=nothing, 0, Sum(Fields!ID.Value))
  2. igor22

    put default number in a data cell of a matrix

    Hi, If there is no match in the matrix - it displays an empty cell. Is there a way to display some default number instead? Thanks, Igor
  3. igor22

    format the number in matrix's subtotal

    Hi, It looks like by default the subtotal number inherits the number format from the main column. Is there a way to override it? In my case I am displaying percents with a decimal point in a column and sometimes the total comes out to 99.9% instead of 100%. I just want to round of the total to...
  4. igor22

    how to create a form equivalent to Find/Replace form in Windows

    Hi, I need to popup a form from my main application, so that a user can still access/modify data on the main page without the popup page going to background. Similar to Find/Replace box in MS Office applications. How can I call my popup form to achieve that? Thanks, Igor
  5. igor22

    call excel function - xIRR from the report

    Geoff, yes, my report is in Reporting Services but I can make it client-side if needed. How would I be able to use excel functions then? thanks, Igor
  6. igor22

    call excel function - xIRR from the report

    Hi, I need to call an excell function, xIRR, from my report. How can I do that? Thanks, Igor
  7. igor22

    vbCrLF

    you can use vbNewLine instead
  8. igor22

    get list of users and their machine names that currently login

    Hi, I need to find a way to get list of users and their machine names that currently login to a specific server. Can anyone point me to the right direction? Thanks, Igor
  9. igor22

    check (in the code) if new version of clickonce application is availab

    Hi, Is there a way in the code to check if the new version of an application (that was deployed using clickonce) is available on the server? Thanks, Igor
  10. igor22

    load child forms of MDI on a separate thread

    Hi, I have an MDI form where I am loading different applications as children of the MDI form. The applications are not a part of the MDI project, so they are loaded dynamically, providing the path to the application's exe file and a form name. Dim loAssembly As...
  11. igor22

    what even gets fired when a child windows closed inside MDI?

    Hi, what event gets fired when a child windows closed inside MDI? Is there any way to catch that event? Thanks, Igor
  12. igor22

    force to open all forms inside MDI

    it's a good solution thanks. What about forms the get open from myproject.formname? How can I make sure they will open inside the MDI?
  13. igor22

    force to open all forms inside MDI

    Hi, I am consolidating a number of stand-alone windows application under one MDI application. The development of those stand-alone applications is separated in each different project. Is there a way to force any forms that open inside those applications to be open inside the main MDI form (if...
  14. igor22

    Add a column header to a group in a matrix

    Hi, is it possible to add a column header to a group in a matrix? Thanks, Igor
  15. igor22

    stop cell from trimming the value

    Hi, I am adding some empty spaces to the string value but it comes out trimmed. How can I fix that? Thanks, Igor
  16. igor22

    Add subtotal and row counter to a report column in a matrix report

    when I am adding RunningValue function to my group expression - i get this error: A group expression for the 'matrix1' includes the aggregate function RunningValue. RunningValue cannot be used in group expressions.
  17. igor22

    Add subtotal and row counter to a report column in a matrix report

    Hi, I have a matrix report with 3 columns and each column shows a subtotal. There a way to to display a number of rows in the subtotal row along with the subtotal value? Thanks, Igor
  18. igor22

    Add subtotal and row counter to a report column in a matrix report

    Hi, I have a matrix report with 3 columns and each column shows a subtotal. There a way to to display a number of rows in the subtotal row along with the subtotal value? Thanks, Igor
  19. igor22

    export report to MS Word

    Hi, is there a way to export the report to MS Word? Thanks, Igor

Part and Inventory Search

Back
Top