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

    Links to closed files using a relative file path

    Hi to all I have an issue getting the value of a cell from a file to an other : I have created the files and docs as follow : Portfolio Portfolio.xls Site 1 Proj1 ExcelProj.xls Proj2 .... Site 2 ... In ExcelProj.xls I have named the cell L1 ...
  2. AKarim

    PivotTable from a PivotTable

    Hello to all, I have a file with multiple informations about costs in 5 different worksheets having different columns. I'm generating 5 PivotTable from each of those 5 worksheets to format all of them the same way : A B C D CostYear1 CostYear2 CostYear3 This works fine...
  3. AKarim

    Print the personnal address book contacts.

    Hi all, How can I print all the informations concerning my contacts from the names.nsf as we could do in organizer (address, phones, ...), but without having only one per page ?
  4. AKarim

    Transfert datas from a IBM T20 to a PC

    Hi I would like to know how could I transfert datas from the hard drive of my IBM T20 computer to my PC. I do not have any network. I think it is possible to do so via the serial or parallel por, do I need a special soft and how do I configure the ports. Thanks for any help.
  5. AKarim

    Delete Internet mail from server when replicated

    Hi I would like to know if it is possible to delete, or maybe even better synchronize my ISP mail and my Notes pro mail ?? Allways when i replicate my mail with my ISP i get all the mails that are on the server, even if I have all ready downloaded them previously and deleted them on my notes...
  6. AKarim

    Folder archive Field name

    Hi I allways have a problem using Notes : in the Sent view, you can see all sent messages, including the filed ones. When you want to delete the sent messages you have in this view the sent mailed and the filed sent mesasges (that in fact you would like to keep). So I'm trying to do a view, same...
  7. AKarim

    Domino v5 & NT service

    Hi everyone<br>How do i launch the Domino server v5 from NT service ? How the .exe called thnxs for any help !<br>KArim
  8. AKarim

    Keyboard shortcut on a button

    Hi, <br>I have a graphical button, without any caption. I would like to assign a shortcut to it, but I only know to put &quot;&Compose&quot; in the caption property so that it works. The only thing is that if I do so the text appears in the button even if it is a graphical button. <br><br>Does...
  9. AKarim

    Lotus organizer 97 TO Lotus Notes 4.6

    How is it possible to export all contact list from Organizer 97 to the Notes address book ? <br>Thanks for help
  10. AKarim

    Export a report with VB

    Hi<br>I'm automating the refresh and export into ttx format file of a report.<br>I have inserted the global32.bas & crwrap.bas.<br><br>Const crUXFXls8ExtType = 8<br>Dim result As Integer<br><br>result = crPEExportToDisk(hJob, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&quot;C:\export.ttx&quot...
  11. AKarim

    "Send to"

    Is it possible to under Windows insert a shortcut into the send to section so that when you select a file and &quot;send to/lotus Notes&quot; your Notes opens with a new mail having the file in attachment (As you can do it with Exchange &quot;C:\Program Files\Microsoft...
  12. AKarim

    mail tips needed please

    I would like to know two things :<br>1 - How can i automatically send all my mails with a signature as :<br><br>-------<br>Regards AKarim<br><br>in Notes 4.6 ?<br><br>2 - How can i make my mail nsf allways open with the inbox view sorted by date from up to down most recent to older, and allways...
  13. AKarim

    ComboBox.SelectedItem

    Hi,<br>I'm having problems with two Combo boxes;<br>Historique & Annuaire are both Comboboxes, <br>I need to use the _click methode to change a value of historique when an object is selected. But if no obj are selected and i select an obj of annuaire the application crashes because...
  14. AKarim

    Write data into a file

    Hi,<br>I'm trying to write datas into an existing text file, but i want the new data to go at the bigining of the file without loosing the other datas.<br><br>How must i open the file, & how to write:<br>here is my code<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Dim fHistorique As...
  15. AKarim

    declaring an Array as global

    Hi,<br>I'm trying to use arrays as Global Variable but when I compile, i'm said, that the array can't be public, how can i it ?<br><br>Here is the code I use :<br><br>Const glMaxFiltre = 50<br>Public glFiltreType(0 To glMaxFiltre) As String<br>Public glFiltreNumero(0 To glMaxFiltre) As...
  16. AKarim

    Combo Box

    Hi,<br>I'm using a Combo Box and I would like to autorize the user to write he's own text inside or choose a value in the list !<br>Is there a property to change to give the right to the user to write.<br>
  17. AKarim

    Playing a macro under Excel do not work

    Hi,<br>I've been trying this macro on excel<br>Sub Macro1()<br>'<br>' Macro1 Macro<br><br>&nbsp;&nbsp;&nbsp;&nbsp;ActiveSheet.Shapes(&quot;Oval 1&quot;).Fill.ForeColor.SchemeColor = 13<br>&nbsp;&nbsp;&nbsp;&nbsp;MsgBox...
  18. AKarim

    Crystal 8 Link expert

    Hi everyone,<br><br>I just installed an evaluation of CR8.<br>It supposed to &quot;redraw&quot; the links in between several tables in creation expert, you can choose by name or by Key.<br>By name it works fine.<br>By key it says :<br>unable to smart link unlinked tables. Foreign key...
  19. AKarim

    Destroy a timer control

    Hi all,<br>I'm making an application using a timer. When closing my main form (Unload Form1), the timer do not stop and destroy, but goes up to the timeout, then generates an error because the timer's code can't be done<br><br>What is the command to stop and destroy the timer control...
  20. AKarim

    Not using the same id under SCR7 and VB app.

    Here it is :<br>I've made reports under CR7 (report1.rpt).<br>using an ODBC connection (with id=&quot;id&quot; and password=&quot;&quot; [no password])<br><br>Then in a VB app. I &quot;add a Crystal Reports 7&quot; to my project picking up the report1.rpt, making a dynamic DSN using...

Part and Inventory Search

Back
Top