User Profile

Collapse

Profile Sidebar

Collapse
okan
okan
Last Activity: May 11 '07, 08:57 AM
Joined: Feb 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • okan
    started a topic Circle-circle intersection and more
    in Java

    Circle-circle intersection and more

    Hi everyone,

    I have a java method public static String circleRelation( double x1, double y1, double r1, double x2, double y2, double r2) that - given two circles in the plane - will decide whether those circles (1) encircle each other, (2) intersect, (3) touch or (4) are totally seperate. The method returns a String which describes the relationship between those circles, e.g.:
    The first circle encircles the second circle
    ...
    See more | Go to post

  • okan
    started a topic change msgbox buttons' label

    change msgbox buttons' label

    Hi friends,

    Is it possible that change msgbox buttons' label. For example, buttons vbYesNo or vbOKOnly but i want to show them in Turkish yes=evet no=hayır ok=tamam i mean i want to change buttons's label like that.

    thanks for tips
    See more | Go to post

  • okan
    replied to data transfer from access to excel
    sorry for my impatience.

    code is here

    Code:
    Dim oApp As Object
    
        Set oApp = CreateObject("Excel.Application")
        DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "Subform1", "c:/deneme/result.xls", True
        oApp.Application.Workbooks.Open ("c:/example/result.xls")
        oApp.Visible = True
    this is the main part of code....
    See more | Go to post
    Last edited by NeoPa; Feb 9 '07, 02:04 PM. Reason: Tags

    Leave a comment:


  • okan
    replied to send email to multiple people from access
    ePosta is a field which stores email addresses of people. code is trying to get mail address from this field and connect to outlook and send body to the receiver. this code is ok for sending mail only choosen email, but i have for example 50 user and i want to send the sample email to all of them. Is there a way to make it?
    See more | Go to post

    Leave a comment:


  • okan
    started a topic send email to multiple people from access

    send email to multiple people from access

    Hi everyone.

    Is it possible that send same email to multiple people in table/form anyone with the same draft.

    1.Private Sub Command20_Click ()

    2.Dim body As String

    3.body="hello all"
    4.If Me.ePosta <> "" Then
    5.DoCmd.SendObj ect acSendNoObject, , , Me.ePosta, , , "hi", body, True
    6.End If
    7.Exit Sub
    8.email_error:
    ...
    See more | Go to post

  • okan
    replied to data transfer from access to excel
    can anybody help me please?
    See more | Go to post

    Leave a comment:


  • okan
    started a topic data transfer from access to excel

    data transfer from access to excel

    Hi everyone.
    My question is that i have a form which includes subform,too. in this form for example i choose a country and in the subform its capital, currency,presid ent are shown. and i have a button to transfer infos to the excel. the problem is here. because when i click, it doesn't send infos from subform,it sends whole country's infos. how can i solve this?

    thanks
    See more | Go to post
No activity results to display
Show More
Working...