Search results

  1. H

    Leave the Precessing

    hi, I have one main program & i call second from it. main() call called program end sub called Program <i am here> end sub can any one explaint me how i can leave current place & go to the main program leaving the processin as it is in called program. Thanks in advance Regards high100
  2. H

    Referece to object in Immediate window

    How i can give reference to get circulted value as result. I tried ? TBLOPTIONS.DATA.DATA(1).DATA(1,1) but it gives error as object not found
  3. H

    Auto upload the attachments through VB

    Hi Experts, I receive Access attachments to my mailbox then I download them to one local folder & this data is uploaded to SQL Server 2k using VB6 form. Is it possible to upload access database attachments directly to SQL Server without downloading them to Local folder/drive. Thanks in...
  4. H

    TXT file security with VB

    Hi Experts, An auto email (outlook) attachment (txt) is sent to a specific email account. Now, the attachment in txt filetype should be secured and unauthorised access to the file is to be avoided. How it can be done ? expect your views/opinion on the same ?
  5. H

    Attachement download in VB

    Hi Johncallaghan Thanks lot for your valuable reply.
  6. H

    SQL 2000 integration with Lotus Notes 6.5

    :) Hi there, You are right Meanwhile, I could able to find some info : 1. Users are sending their requirement as an attachment in dbf file 2. Now after receiving mails in a specific Lotus Notes ID (reserved), one VB form is opened under this there is one Vb code which actually, starts one...
  7. H

    Attachement download in VB

    I am using outlook and receive attachments in dbf files. Is it possible to download them using a VB progam to a specific folder. Can someone give some example code here for my reference. Thanks in Advance..
  8. H

    VB integration with LN and SQL 2000

    One of my business application is runing from Lotus Notes 6.5. we get orders in Lotus Notes in DBF type file attachments . once it is there in INBOX automatically it gets download and upload it to SQL Server 2k and then further processes are done. On SQL Server 2k no NotesSQL driver is...
  9. H

    SQL 2000 integration with Lotus Notes 6.5

    Hi SQL_Hell, thanks for your valuable reply. system is still running very fine. Actaully, I hv to setup new system on this basis but the developer of the application is not with us right now. i m a SAP consultant but really liked the way this application is running & i want to built this...
  10. H

    SQL 2000 integration with Lotus Notes 6.5

    Hi Experts One of my business application is runing from Lotus Notes 6.5. we get orders in Lotus Notes in DBF type file attachments . once it is there in INBOX automatically it gets download and upload it to SQL Server 2k and then further processes are done. On SQL Server 2k no NotesSQL...
Back
Top Bottom