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 bkrike 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
  • Content: Threads
  • 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

    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...
  3. 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
  4. 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...
  5. 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
  6. 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
  7. 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...
  8. 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
  9. pasu

    Word Macro

    Anyone know if FoxPro can open a word document and then run a word macro?
  10. 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......
  11. 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?

Part and Inventory Search

Back
Top