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

    only last date statement in mySQL

    what is wrong in this statement ? I need to get only the last modified subject from a table. SELECT subject, date_modified FROM notes d INNER JOIN (SELECT MAX(notes.date_modified) AS maxdate FROM notes AS mx) ON mx.maxdate = d.date_modified 10x
  2. bogtom

    How can I print a single copy from the browser ?

    How can I print just a SINGLE copy from the browser (not using CTRL+P or self.print because I can't prohibit the number of copies) ?
  3. bogtom

    IIS and PHP problem ....

    I try to install PHP module into IIS on a W2000 system like in the documentation from http://www.php.net/manual/en/printwn/install.iis.php ! I receive error messages like : Notice: Undefined variable : name in c:\inetpub\wwwroot\test.php on line 3 and at line 3 I have : if...
  4. bogtom

    IIS and PHP problem ....

    I try to install PHP module into IIS on a W2000 system like in the documentation from http://www.php.net/manual/en/printwn/install.iis.php ! I receive error messages like : Notice: Undefined variable : name in c:\inetpub\wwwroot\test.php on line 3 and at line 3 I have : if...
  5. bogtom

    Chart Excel - Title bigger than 32 chars. and option" Vary colors by "

    two questions: - how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title - how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
  6. bogtom

    Chart Excel - Title bigger than 32 chars. and option" Vary colors by "

    two questions: - how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title - how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
  7. bogtom

    Chart Excel - Title bigger than 32 chars. and option" Vary colors by "

    two questions: - how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title - how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
  8. bogtom

    Chart Excel - Title bigger than 32 chars. and option" Vary colors by "

    two questions: - how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title - how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
  9. bogtom

    how I get all contents of a word doc wirh a macro written in VB ?

    how I get all contents of a word doc wirh a macro written in VB ? after this I need to get it and put into a Rich Text field into another application using API !
  10. bogtom

    Where can I find documentation for Lotus Learning Space 3.5 on web ?

    Where can I find documentation for Lotus Learning Space 3.5 on web?
  11. bogtom

    It is possible to resize of a picture into a RichText Field with LS ?

    I have a picture into clipboard and I put it into a document through the next code: Dim w As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = w.CurrentDocument Call uidoc.GotoField( "Body" ) Call uidoc.Paste The Body field is Rich Text and if the picture is 1024x 768...
  12. bogtom

    It is possible to resize of a picture into a RichText Field with LS ?

    I have a picture into clipboard and I put it into a document through the next code: Dim w As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = w.CurrentDocument Call uidoc.GotoField( "Body" ) Call uidoc.Paste The Body field is Rich Text and if the picture is 1024x 768...
  13. bogtom

    How can I make/install a VB program as a NT service ?

    How can I make/install a VB program as a NT service ?
  14. bogtom

    How can I make/install a VB program as a NT service ?

    How can I make/install a VB program as a NT service ?
  15. bogtom

    domino.doc imaging problem ... urgent !

    I had a problem with domino.doc imaging when I try to save to adomino doc binder : "error uploading document to server". teh Domino Desktop Enabler and Domino Doc function very well ? Have you any suggestion ? Thank you ! bog_tom@yahoo.com
  16. bogtom

    How can I use a Flash animation into a Notes DB not in the browser ?

    How can I use a Flash animation into a Notes DB not in the browser ? (a menu animation)
  17. bogtom

    How can I insert a fax sheet/attach into a Notes document ?

    How can I insert a fax sheet/attach into a Notes document ?
  18. bogtom

    How can I insert a fax sheet/attach into a Notes document ?

    How can I insert a fax sheet/attach into a Notes document ?
  19. bogtom

    How can I insert a fax sheet/attach into a Notes document ?

    How can I insert a fax sheet/attach into a Notes document ?
  20. bogtom

    How do I exporting doc. into PDF files ?

    How do I exporting doc. into PDF files with Lotus Script ?

Part and Inventory Search

Back
Top