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 Chriss Miller 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
  • Content: Threads
  • 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(*)

    Hi, Can you do something like SELECT COUNT(*) FROM curEmployees in VFP? curEmployees is a simple VFP cursor
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. 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...
  12. 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!
  13. 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...
  14. 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...
  15. INFORMAT

    add button to the Toolbox

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

    catch click on help button

    Hello, I would like to catch the click event on the help button. I that way, I would call the help form when the user hits the button (because I only have a help-page for each form) Does anyone has an idea how I can catch that event? thanks! Björn
  17. INFORMAT

    problems with CDO

    Hi, I have made a program to send out our newsletters to all are clients. No i want to deploy this program on a other pc (who will be responsible for the newsletters), but when I want to mail the newsletters from my app on his pc, I get an error. I have been able to figure out that the...
  18. INFORMAT

    selectedeindex off combobox

    Hi We have a problem with our comboboxes which are placed on tabpages. on the page load, we add the datasource, the display - and valuemember to the comboboxes and give them a selectedindex = -1. When we now hit a tabpage, all the comboboxes, who are on the same tabcontrol, show the first...
  19. INFORMAT

    Failed to Open Rowset

    Hi, I made a main report that contains one subreport. Both reports are based on a stored procedure. I use Crystal Reports .NET In the subreport (stored procedure), I add the name of the database as a parameter. --> ex. sql query : select * DATABASE.dbo.person When I run my main report I get...
  20. INFORMAT

    Hi, I made a main report that co

    Hi, I made a main report that contains one subreport. Both reports are based on a stored procedure. I use Crystal reports (.NET) In the subreport (stored procedure), I add the name of the database as a parameter. --> ex. sql query : select * DATABASE.dbo.person When I run my main report I...

Part and Inventory Search

Back
Top