Search results

  1. F

    ie.Navigate

    Hay, 9 of 10 comuters in my office response fine to the code ie.Navigate in a single comuter it dosn't work at all. application run's on access2007 windows xp any idea what stuck's it? thanks
  2. F

    linked table or Passthrough query

    can someone help me to solve a dilemma i need to check by access timer changes in an sql table every second now my dilemma is to link the sql table constantly and lookup the table every second or run a Passthrough query every second witch method will be moe effective> thanks
  3. F

    copy a file to a web site

    web site protocol is https
  4. F

    copy a file to a web site

    how can i copy a file (by vba) to a folder placed in a web site, using username and password thanks
  5. F

    internet issue

    for operating an action in an internet site i use the code: Set ie = CreateObject("internetexplorer.application") ie.Visible = False ie.navigate "http://abcd.com/AsteriskClient.php?......" but the result is a security messege is there another way to it? thanks
  6. F

    odbc connection in windows 7

    1. i am using 32 bit Win7 2. SQL Server version is 2005 express 3. ODBC driver DSN=sql server
  7. F

    odbc connection in windows 7

    with access 2007 on windows 7 Passthrough queries dose not connect to sql server. for waking up the connection i must first link manualy an sql table and then alll Passthrough queries are live. the odbc string i use is: "ODBC;DSN=Focus;APP=2007 Microsoft Office...
  8. F

    Question error: OLE Server Isn't Registered

    i have small bmp files stored in an access table. in one particular machine i can't open those files. i get the OLE Server Isn't Registered error.
  9. F

    Question error: OLE Server Isn't Registered

    after reinstalling office 2003 with full options and after registering the Triedit.dll file still i get error: OLE Server Isn't Registered what else can be done? thanks
  10. F

    merge to pdf

    thanks for the reply all what i need is to fill a pdf form with customer's details such as: name, id number, date of birth, address.. i have all this stuff in access tables. i can create fill fields in the pdf. but how to merge them from access?
  11. F

    merge to pdf

    how can i merge text from access into pdf file? thanks
  12. F

    Continuous Form issue

    i have a client list in a Continuous Form and a small popup form containig client's details moveing from client to client in the Continuous Form Requers the popup form. till now is simple. but how can i move the popup form up and down so it will coordinate with the client row and top of...
  13. F

    export hebrew from access 2007 to excel 2007

    while useing TransferSpreadsheet command to export a table from access 2007 with hebrew column names to excel 2007 i get "????" in the excel sheet. what can be done? thanks
  14. F

    ole object problem

    i have a continues form as phone book one of the fields contains an ole object with bitmap images (mobile, fax, phone pictures) in most machines pictures are displayed but in some machines pictures not displayed. any idea what is missing in those machines? thanks
  15. F

    Run-time Error -2147217900 (80040e14)

    line is thowing the error is: For Each fld In rs.Fields With Me(fld.Name) .Value = fld.Value i tried it with access 2002 & with access 2003
  16. F

    Run-time Error -2147217900 (80040e14)

    the folowing code is running well in tens machins. in one of particular machine i get a Run-time Error -2147217900 (80040e14) "one or more errors occurred during processing of command" refferences are ok sql query is ok compilation is ok so it must be related to some problem with the...
  17. F

    unzip a file and wait until action is finished

    how can i unzip a file and wait until action is finished? thanks
  18. F

    reconnect passthrough queries

    my access application is connected to an sql db with odbc the connection to the sqlserver is through the internet while internet is ok everything is ok but if internet fail's for a while all passthrough queries loss connection. how can i reconnect without closing opening the application ...
Back
Top Bottom