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

    Simple way to read an Excel Cell and display it.

    Hi: I am working on a C# Windows application, I want to read from a Excel file and display the number in a Excel cell to a C# form label. What is the easier way to do that? Pat
  2. pasu

    DropList

    Thank you! It works, and I just find out there is a method with the DropDownList to do that: if (DropDownList1.Items.IndexOf(DropDownList1.Items.FindByText(var_state))==-1) // then the var_state is not in the DropDownList. Patrick
  3. pasu

    DropList

    I am working on a C# dot net web page, I am working on a Customer information page with a droplist of States, data is pulling from a table of US States. When I load the data from the customer table I will set the DropList Selected Value equal to the Customer record's state, however, some of the...
  4. pasu

    Datagrid Sorting Desc

    Hi: I create a C# aspx page with a Datagrid with sorting and it is working fine, my question is, how can I make a column sorting descending? Thanks! Patrick
  5. pasu

    can not pull data from Sql view

    Hi: I have set up a sql connection, a sql command, and then a dataset to get the data from the SQL server and bind it to a datagrib. When the SQL command is pull from a view in SQL table, it return zero row, while if I change it to select from the tables it will return many rows. I run the...
  6. pasu

    EXE not running on Network Drive

    Hi: I create an C# window application which read data from a SQL server. It runs on my pc, but when I deploy it to a network drive and run the application, it is giving me the An exception "System.Security.SecurityException" has occurred.... error message. Anyone has any idea? Patrick
  7. pasu

    Get the Parameters

    Thank you very much, it works perfect! Patrick
  8. pasu

    Get the Parameters

    I am working on a windows application, and the accounting application will pass one parameter to my program. Can I do the same thing with the console application? Patrick
  9. pasu

    Get the Parameters

    I have an Accounting Application package running and the application can call another exe with the account code as parameter and pass it to the external program. My question is, how can my C# program read the parameter passed by my accounting application? Thanks! Patrick
  10. pasu

    Windows XP and Windows 2000

    The error message is "Error initializing Application object" or "Can not open table.." I check the source code and the user has the read and write access to the table that the program open. Thanks Patrick
  11. pasu

    Windows XP and Windows 2000

    I have a VFP5 exe program running on Windows XP with the Security from the Domain Controller control the user as a normal user (non admin on local machine) However, the exe won't run on Windows 2000 with the same Security from the Domain Controller. I guess it will be a local directory access...
  12. pasu

    Windows User ID

    I have finish a web appication in C#, I want to put security on it and want to know who is accessing the page. Is there a way to get the windows login ID? The application is running on a local network with active directory in Windows 2003 server. Patrick
  13. pasu

    How save are memo fields

    I have experience on a 200000 records FoxPro table (with memo field) with around 100 users. The memo field lost the 'link' with the table almost once every 2 months. Example: The memo fields use to belong to records 100 will become belonging to record 101! Sometime, the memo field will be...
  14. pasu

    Word Macro

    Anyone know if FoxPro can open a word document and then run a word macro?
  15. pasu

    FoxPro and PDF

    Anyone know how to merge data into a PDF document? Data is in FoxPro table and need to merge into a PDF document and then make the document read only......
  16. pasu

    Email with attachment

    I want use FoxPro to call outlook to send email out with multiple Microsoft Word file as attachment. Does anyone knows how to do it?
  17. pasu

    Can this be done?

    There is a similar problem with the FoxPro 2.6 and Microsoft release a patch for it. Try check out the Microsoft web site and see if you can find a patch for the 'speed' problem.

Part and Inventory Search

Back
Top