User Profile

Collapse

Profile Sidebar

Collapse
mse07
mse07
Last Activity: Apr 12 '08, 07:26 AM
Joined: Jan 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mse07
    replied to create trigger for insert (SQL Server)
    i think using schedule task...
    See more | Go to post

    Leave a comment:


  • mse07
    replied to create trigger for insert (SQL Server)
    it is like log file indicate that some records inserted into table or run exe program i choosed.

    thank you...
    See more | Go to post

    Leave a comment:


  • mse07
    started a topic create trigger for insert (SQL Server)

    create trigger for insert (SQL Server)

    hi

    i need to create trigger when insert records in table

    for example

    when insert records in table then run exe program.

    or if any records insert in table i need alert that is record inserting in table.

    i hope that is clear.

    thank you.
    See more | Go to post

  • mse07
    started a topic listener program

    listener program

    hi for every one
    i have a visual basic progarm used to examine the files up on the server so that when they reach these files it run Batch program is sending these files to the Mainfarme.
    i identified certain time to operate the program through the schedule task, but this may cause a problem because the file may be delayed from reaching the time specified through the schedule task, which I want is a program that running the length...
    See more | Go to post

  • mse07
    replied to connect VB with SQL Server !!
    thank you , but i use Data Grid to show a view from database

    i need to query about some fields

    how can i do that ?

    thank you .
    See more | Go to post

    Leave a comment:


  • mse07
    started a topic connect VB with SQL Server !!

    connect VB with SQL Server !!

    hi for every one
    i have SQL Server database and i want to connect with visual basic forms
    because i want to query about specific data from some tables
    and i want to use the forms to do that


    1- how can i connect vb with SQL Server?
    2- how can i show records for some tables?
    for exampl:
    i use Data component when i connecting with access and i can see any records from any table in...
    See more | Go to post

  • mse07
    started a topic run my prog on server

    run my prog on server

    hi for every one

    i want to run my prog on a server but before that i want to check the server is connection or not .

    i want to write (batch program) to check the server connection by (ping) statement and the result is writed on (log file) .

    and i check the (log file) by my (vb program) to ensure the server is connection or not .

    how can i write this patch program?

    thank...
    See more | Go to post

  • ok i use batch file and after run that it created two files:
    1- log file .
    2- text file contain some information .

    the text file is updated every day by run the batch file

    i need to ensure if this text file is updated or not .

    note :

    if updated the text file ,first line is changed and i want to use it to help me to ensure if text file is updated or not .
    See more | Go to post

    Leave a comment:


  • compare between two lines from two differnt text file

    hi every one

    i have text file and it updated every day and i want to copy first line from this file and pasted in new text file to compare between the first line in both text file
    what is the code can i use to do this

    thank you .
    See more | Go to post

  • mse07
    replied to file not find problem
    thank you for help
    See more | Go to post

    Leave a comment:


  • mse07
    started a topic file not find problem

    file not find problem

    hi for every one

    the following statements open txt file and read it :


    Code:
    Dim f As Integer
    f = FreeFile
    Open App.Path & "\xx.txt" For Input As #f
    but if (xx.txt) is deleted the compiler give me :



    i want if the program not find file,i want to execute next statement without show error .
    what is the code use to ignore that error....
    See more | Go to post

  • mse07
    started a topic how i can check the size of a text file

    how i can check the size of a text file

    hi for every one

    i want to check the size of a text file and execute some statement dependent on that size ,example :


    Code:
    if the size of (c:\xx.txt)=0 bytes then 
    msgbox "file is empty"
    how i can convert last example to code

    thank you .
    See more | Go to post

  • i want download my prog and run it on any opreating systems

    hi for every one

    i want to install my program because i want to run it on any computers and any opreating system .

    i want to use (Package&Deploy ment wizard) but i do not know how to use it .

    thank you .
    See more | Go to post

  • error :Method 'DocumentHTML' of object 'IDHTMLEdit' failed

    hi for every one

    i using program for send e-mail

    and i use 'IDHTMLEdit' to load text file with message

    but after i load file and run program ,compiler show following messagebox:

    Run-time error'-2147418113(8000 ffff)':
    Method 'DocumentHTML' of object 'IDHTMLEdit' failed

    i want to help me to solve problem because i want to load text file with my message .
    ...
    See more | Go to post

  • mse07
    replied to how attach text file with e-mail ?
    thank you but i do not use outlook

    i want to attach file with my program that posted in here ....
    See more | Go to post

    Leave a comment:


  • mse07
    replied to how attach text file with e-mail ?
    i use following program to send e-mail but i want to attach file with message :

    Code:
    Dim Response As String, Reply As Integer, DateNow As String
    Dim first As String, Second As String, Third As String
    Dim Fourth As String, Fifth As String, Sixth As String
    Dim Seventh As String, Eighth As String
    Dim Start As Single, Tmr As Single
    
    
    
    Sub SendEmail(MailServerName As String, FromName As
    ...
    See more | Go to post

    Leave a comment:


  • mse07
    started a topic how attach text file with e-mail ?

    how attach text file with e-mail ?

    hi for every one

    i have program using to send e-mail but i want to attach text file with that
    e-mail .

    how attach text file with e-mail automatically ?

    example :

    every time send e-mail i want attach text file example : c:\xx.txt .

    thank you .
    See more | Go to post

  • the problem is the winsock state is every time is close .

    and i stop the firewall but i cant running .
    See more | Go to post

    Leave a comment:


  • Trying to send e-mail via Winsock control, state remains CLOSED

    hi for every one

    i have program using to send e-mail

    i enter all information to this program put i can not sending from it

    please if any one can help me i waiting

    note : i write the source code :

    Code:
    Private Sub Form_Load()
    cdInsertFile.ShowOpen
    txtInsertFile.Text = "c:\ReadMe.txt"
            
            
        wsk.Protocol = sckTCPProtocol
    ...
    See more | Go to post

  • mse07
    started a topic send e-mail using winsock

    send e-mail using winsock

    hi for every one

    i have program use to send e-mil using winsock and i try to send e-mail from this program but i failure

    i write the code of program in here and i want to help me to solve this problem :

    Code:
     Private Sub Form_Load()
    cdInsertFile.ShowOpen
    txtInsertFile.Text = "c:\ReadMe.txt"
            
            
        wsk.Protocol = sckTCPProtocol
        wsk.RemoteHost
    ...
    See more | Go to post
No activity results to display
Show More
Working...