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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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...
  8. 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
  9. 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...
  10. 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
  11. 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
  12. 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
  13. 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
  14. igor22

    export report to MS Word

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

    If all values of dropdown parameter are selected - show ALL in report

    Hi, I have dropdown parameter with multi-values allowed. In my report headed I want to show all the dropdown values that were checked by the user to run the report. But since there could be a couple of hundred values I want to show "ALL" when all the values are selected instead of listing them...
  16. igor22

    filter detail section of matrix report

    Hi, is there a way to filter details section of the report created using Matrix report type? I just want to see rows that contain positive numbers. Thanks, Igor
  17. igor22

    problem with ClickOnce deployment

    my ClickOnce application was working fine for the last couple of mounths with regular auto-updates I was posting for the users. And now suddenly users are getting an error message when trying to download and install updates: ERROR DETAILS Following errors were detected during this operation...
  18. igor22

    how to edit a file in deployment folder when use ClickOnce deployment

    Hi, I am using ClickOnce deployment to distribute my winform application. The application is installed on client’s machine gets auto-updates from the server if a newer version is available. I have an xml file in my application where I store client preferences (database name, server name, so...
  19. igor22

    include vfpoledb.dll into .net build (VB.NET 2005 windows forms)

    Hi, I need to distribute vfpoledb.dll along with my application, the dll needs to be placed into C:\Program Files\Common Files\System\Ole DB (create if doesn't exists) and register it using regsvr32 How can I do that? Thanks, Igor
  20. igor22

    Format datagridview column but avoid CellFormatting event

    Hi, I need to display three numeric columns in datagridview so that all the numbers will show 2 digits after the decimal and if the number is negative it will appear in parentheses and in red font. Right now I am doing that using CellFormatting event of my datagridview but it greatly effects the...

Part and Inventory Search

Back
Top