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 Andrzejek 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: *

  1. colosoderada

    How can I know all the tables from DB in InterBase????

    Hi everybody. I want know if it is possible know with a SQL statement all the tables from DB in InterBase and with fields has got the InterBase DB. I trying to make a program in C# that know all the tables of de DataBase in InterBase and the fields of this tables. Later or I want do a backup in...
  2. colosoderada

    Downloading Sap table into excel file and generating a graph in excel

    Hello everybody, I want to download a SAP table into excel file and generating automatic graph in excel. How can i do this? is it possible do it? Any example? Thanks in advance.
  3. colosoderada

    Graph_2D Functions

    Hello everybody, I´m working with the Graph_2D function but I don´t understand almost of the parameters of this function. Anybody have got information about this function or any example and about other graph functions in SAP? Thanks in advace.
  4. colosoderada

    Problem printing a Sapscript when I change the printer

    Hello everybody, I have created a Sapscript, this sapscript is a copy from MEDRUCK sapscript, when I use the printer that I have used to check the sapscript is correct, with this printer I have not problem but If I change to another printer the sapscript is wrong and the type of letter is...
  5. colosoderada

    How can I look if a project is bloq ?????

    Hello eveybody, I want know in which table and the name of the field that I can look if a project or a subproject is BLOQ. I´m using the transaction CJ03
  6. colosoderada

    How can I put the result of a SQL sentence in a variable???

    Hi everybody, my problem is that I have a sentence in SQL Select Count(*) from TABLA where Name = Peter and I need know the result of this sentence, I would like the result in a variable. How can i do it??? Any idea???? Thank you in advance. Sorry for my english. (I´m spanish).
  7. colosoderada

    How can I know the size of a directory???

    I would like know if a directory is empty o if this directory isn´t empty. If the directory is empty I going to use the function DeleteDirectory to delete it. thanks in advance
  8. colosoderada

    How can I delete a directory with all its files ????

    I am trying to delete a directory with all its files but somethings this error appears. The file can´t be eliminated. System error (1026) could anybody explain me that this error means??? How can I remove it???? Thi is my code, sometimes works wells, but other the program give me the error...
  9. colosoderada

    How can I know the size of a directory???

    could Anybody tell me how I can know the size of a directory???? Thanks in advance.
  10. colosoderada

    HTTP ERROR

    Hi, I have installed IIS in my Windows NT Server using (Windows NT 4.0 Option Pack) I have got a Serve in a Intranet at the moment I want only use this server for my Intranet, ( at the moment). I use a proxy in Linux for the connection to Internet.(I use cable-modem) I have tried to access to...
  11. colosoderada

    HTTP 500 Error

    Hi, I have installed IIS in my Windows NT Server using (Windows NT 4.0 Option Pack) I have got a Serve in a Intranet at the moment I want only use this server for my Intranet, ( at the moment). I use a proxy in Linux for the connection to Internet.(I use cable-modem) I have tried to access to...
  12. colosoderada

    DNS DOMAIN ?????

    (CompaqServe it is the name of my computer) The requested URL could not be retrieved While trying to retrieve the URL: http://compaqserver:3139/htmldocs/iisdocs.htm The following error was encountered: Unable to determine IP address from host name for compaqserver The dnsserver...
  13. colosoderada

    Why can I to access to my Web Pages, IIS?????

    Hi, I have installed IIS in my Windows NT Server using (Windows NT 4.0 Option Pack) I have got a Serve in a Intranet at the moment I want only use this server for my Intranet, ( at the moment). I use a proxy in Linux for the connection to Internet.(I use cable-modem) The Server values are...
  14. colosoderada

    is it possible to show a document and change it in the Web Server???

    I want for instance show a document word when I open a Web page fron the server, I will work with this document and later I want to save this document in the server. is it possible do this ????? or Maybe I must download the document in my local computer work with the document and later send...
  15. colosoderada

    is it possible to import a database make in access to FileMaker????

    Hi, is it possible to import a database make in Access to FileMaker??? or I must make a new database in FileMaker. Any ideas???? Thank in advance.
  16. colosoderada

    Is it possible to export a formulary from FaleMaker to DreamWeaver???

    I want to know that if it is possible to export a formulary make in FaleMaker Pro to DreamWeaver using the application CourseBuilder for DreamWeaver. is it possible to do it???
  17. colosoderada

    is it possible to use DreamWeaver with ColdFusion????

    I would to know if it is possible to make a page in DreamWeaver witha a formulary and later take this page and use ColdFusion to add ColdFusion´s Tags. Sorry for my english Thanks in advance
  18. colosoderada

    Is it possible to use DreamWeaver with ColdFusion????

    I would to know if it is possible to make a page in DreamWeaver witha a formulary and later take this page and use ColdFusion to add ColdFusion´s Tags. Sorry for my english Thanks in advance
  19. colosoderada

    VBA POWERPOINT

    if I have a file *.ppt (this file has got 10 slides) I want that when the presentation arrive to the slide 5 return automatic to the first slide. I want to use a macro to do it. But I can´t do it. I try to do this. Application.Presentations("Proposal.ppt")...
  20. colosoderada

    How can I assign a variable with a JavaScript Function value return???

    My question is: if I have a JavaScript function <script language=&quot;JavaScript&quot;> int function Cambio(formulario){ int x, y = 10; window.location=&quot;bo.01.cfm&quot;; x = x * y; return x; } </script> How Can I to assign the result of the function to a variable...

Part and Inventory Search

Back
Top