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: ysommer
  • Content: Threads
  • Order by date
  1. ysommer

    IE7 postback event doesn't trigger

    Hi All, I am using asp.net 2.0, the server that I'm using has domain masking on some of the folders in the IIS. I have a login page which works fine if I go directly to the URL. The page also works fine if from any of the other folders that using the domain masking in FireFox and IE6. In IE7...
  2. ysommer

    Slow IE browsing and Internet connection

    Hi, I need your help. I am running on Windows XP 2005 Media Center Addition. I use ZoneAlarm Personal edition as a firewall and Avast as an antivirus. When I checked my bandwidth through bandwidthplace.com I got 1.3 MB (I have DSL). My problem is that the browing with IE is very slow, I can't...
  3. ysommer

    reading images from SQL Server

    Hi, I have build a form that is reading the information from a SQL Server table. One of the fields on the table is an image. The image doesn't show on the form. The field on the form is an OLE object. Please advice, Thanks, Y
  4. ysommer

    Internet explorer and outlook wierd problem

    Hi, I am getting a very wierd problem on my computer. 1. Internet explorer - when I go into view -> Encoding, I can't see the list of encodings in the system, only right to left and left to right. When I go to a website for example, google I can type what I want tot search but non of the buttons...
  5. ysommer

    [b] ACH File Generator Component [/b]

    Hi, Does any body know or can recommend an Active x or a component that creates a ACH format file? Thanks, Y
  6. ysommer

    Print listbox contents

    Hi, Does sombody know a way to print the contents of a listbox on a form? I don't want to print the whole form. Thanks, Y.
  7. ysommer

    [b] AuthorizeNET Gateway Component [/b]

    Hi, I am looking for a good ASP.NET componenet to process credit cards transactions with AuthorizeNet. Does anyone have a recommendation from past experience? Thanks, Yoel
  8. ysommer

    datagrid from two table in a dataset

    Hi, I would like to know if anyone has an idea how solve this: I am loading an xml file to a dataset that contains more than one table. I defined the relationship and I want to present on a datagrid the information in a flat way instead of a parent/child way. Its very easy to do in Access or SQL...
  9. ysommer

    Dynaminc multi dimensional array problem

    Hi, I am trying to build a routine that will track each chart in a workbook and put it into a multi dimensional array that will have for each chart its name and its location. This is the code: For i = 1 To Worksheets.Count - 1 Worksheets(i).Select For Each objChart In...
  10. ysommer

    Linking Excel Charts to Powerpoint

    Hi All! I am trying to write a macro that will export all the charts in a xl file to a new presentation. The only problem is that I want them to be paste as linked charts. I am doing it now by using "sendkeys", Is there a better way do it?
  11. ysommer

    Creating a Office Document with .NET [ /b]

    Hi, a trying to create a new Office document (word or excel) through code, without opening the application itself. I dont want to create it in stream writer beacuse it doesnt get the properties of a Word or Excel document. Does anyone have an idea?
  12. ysommer

    Multi users on Access Databases

    I built a asp.net application that uses an Access DB. The application is suppose to work with a couple of users that insert and delete info from the DB. When the connection is open by a user to the DB and another is trying to connect to the DB, the computer throws a exception. How do I avoid that?
  13. ysommer

    Multi users on Access Databases

    I built a asp.net application that uses an Access DB. The application is suppose to work with a couple of users that insert and delete info from the DB. When the connection is open by a user to the DB and another is trying to connect to the DB, the computer throws a exception. How do I avoid that?
  14. ysommer

    Open an excel application with .NET

    Hi, I'm Trying to open a excel workbook in c# I add a refernce in my project to Microsoft Excel Object 10.0. and I write this code: Excel.Application oExcel = new Excel.Application(); oExcel.Visible = true; Excel.Workbook oBook = oExcel.Workbooks.Add(Excel.XlWBATemplate.xlWBATWorksheet); But I...
  15. ysommer

    Refreshing DataGrid

    Hi all, I have a form with text boxes that updates a table in my DB (ACCESS) and on the same form I have DataGrid and its source is a diffrent query but with some of the fields of the table. when I enter a new record to DB the Data Grid doesnt show the new record although some of the fields in...
  16. ysommer

    DataCombo and Form

    Hi all, I have built a from that is based on a db through Data enviroment. I have on this form a datacombo that has the list customers and I want to syncronize the whole form with the selection. For example: if I pick John D. all the txtboxs get the values that is for Jhon d. any idea? tnx, Yoel
  17. ysommer

    Deploy an access 2000 DBon a computer without access

    Hi all, I have a general question, how do I deploy a db I built in Access 2000 on a computer without Access installed. is there a setup kit? does sombody has the link to download it? tnx, Yoel
  18. ysommer

    updating Sub Forms after updating Main Form

    Hi, I'm building a database of packages, each package contains 5 diffrent fliers . I bulid a form which I can see the amount of packages from the same type. and a sub-form that shows the type of fliers and the amounts that go into that package. I want to bulid somthing that when I change the...
  19. ysommer

    Clearing screen

    Hi all, I know its a lame question, but i cant remember how do I clear the screen, in dos mode. I know the command in dos is "cls", but what is the command line in java? tnx, Yoel
  20. ysommer

    Date query and form

    Hi all I have a little problem I wanna make a form that the user can choose from it the month, and it will start a query that will return all the birthdays in that month.. the date in the table is in dd/mm/yy format. any suggestions?

Part and Inventory Search

Back
Top