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 strongm 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: INFORMAT
  • Order by date
  1. INFORMAT

    opening and saving word 2002 documents in VB.NET

    Hello, I have a Windows application written in VB.NET. In this windows application there is a possibility to open and save word documents. This works fine in word 2000 and word 2003. One of the customers has changed to word 2002 and in this version it doesn't work anymore. I always get the...
  2. INFORMAT

    exporting crystal reports to an initial directory with VB.NET

    Hi, I use VB.NET and crystal reports 10 For viewing my reports I use the standard reportviewer. In the reportviewer, you have a Toolbar with the standar-buttons. When you click "export" in the toolbar, he shows a savefiledialog. How can I manipulate the initial dialog that is shown in the...
  3. INFORMAT

    passing parameters from subreport to mainreport

    Hey, I wonder if it is possible to pass a parameter from a subreport to a mainreport so I could use that parameter to pass to another subreport. Thanks, Björn
  4. INFORMAT

    Close all open cursors

    Hi, I am using SPT cursors instead of the dataenvironment. So I don't use any remote views. My data is stored in a back-end SQL Server 2000 database. So I don't use the Data Environment anymore. I have a question: How can I close all the open cursors after the user closed the forms?
  5. INFORMAT

    SELECT COUNT(*)

    I am seeking for available records Thanks for the answers!
  6. INFORMAT

    SELECT COUNT(*)

    Thanks, everything works fine!
  7. INFORMAT

    SELECT COUNT(*)

    Hi, Can you do something like SELECT COUNT(*) FROM curEmployees in VFP? curEmployees is a simple VFP cursor
  8. INFORMAT

    Loop through arrays

    Hi, How can I simply loop through all the elements of a two-dimensional array? And how can I know how much elements there are in the array (COUNT)? Thx
  9. INFORMAT

    Report ask parameters that are allready filled out

    I have a report that gets its data from a Stored Procedure (SQL 2000). I have to give about 10 parameters with my report. When I run the report from the designer, all works fine, but when I call it from my application, the reportviewer starts to ask me to fill out all parameters. When I open...
  10. INFORMAT

    Can't find CrystalDecisions.Windows.Forms.DLL

    hello, Some off my users get the following error : "File or assembly name CrystalDecisions.Windows.Forms, or one of its dependencies, was not fout" and a bit further in the error I see "Attempting download of new URL file:/// (applicationpath)/CrystalDecisions.Windows.Forms.DLL". The strange...
  11. INFORMAT

    .NET app runs very slow on a citrix server

    I have build two .NET applications. On my pc the performance for both applications is very good. A customer has bought these two applications. He runs them on a citrix server. The performance of one of the applications on the citrix server is very bad. It runs very slow. The other isn't. The...
  12. INFORMAT

    Problems with work areas

    Hi, When I use the function AUSED(), I get the following result: viewUsers1 2 viewUsers 1 And the only thing I have done is just a SQLEXEC() to retrieve the data. Does anybody knows why VFP created 2 views in 2 different work areas? Or is this a default feature in VFP 8.0? Thx
  13. INFORMAT

    Too many aliases

    I am using business objects where I create SPT cursors with SendUpdates .T. I never close my cursors, or I think they are closed after the business objects are destroyed. this is the fetchdata of the business object: LPARAMETERS tuMsg, tuPK, tuData LOCAL lnSelect, llSuccess, lcSleutel...
  14. INFORMAT

    Too many aliases

    Who can explain why I have the following aliases in my VFP memory? e.g. viewEmployee viewEmployee1 Am I doing something wrong? Perhaps too many retrievals of data? Who can solve this problem please...
  15. INFORMAT

    Open cursors in memory

    OK, Thx Who can explain why I have the following aliases in my VFP memory? e.g. viewEmployee viewEmployee1 Am I doing something wrong? Perhaps too many retrievals of data? Who can solve this problem please...
  16. INFORMAT

    Open cursors in memory

    How can I determine the amount of open cursors in the VFP memory and which alias they have? Thus, ALL the open cursors!
  17. INFORMAT

    how to set the text of a combobox empty when I change the tabpage

    Hello, I made a wizard with three tabpages in VB.NET. In every tabpage there are several comboboxes. When I load the wizard, I define the datasources. I also set the selected values of all the comboboxes to nothing. Whet the wizard is loaded, The selected text and the selected value of the...
  18. INFORMAT

    Go to first node in treeview

    Hi Bobber, thank you for your reply. I tried it, but it didn't work, but... I have found a sollution treeview1.Nodes(0).EnsureVisible() bye, Björn
  19. INFORMAT

    Go to first node in treeview

    Hello, When I use a treeview in my application, I allways expand it. The problem I'm facing is, that the treeview allways shows the lowest part. I would like, after the treeview has been populated, that the treeview starts at the top of the treeview (and not at the bottom) Could someone help...
  20. INFORMAT

    add button to the Toolbox

    Hello, Is there a way to add a custom button to the toolbox? Thanks Björn

Part and Inventory Search

Back
Top