+ Reply to Thread
Results 1 to 2 of 2

Thread: Question Box

  1. #1
    Registered User
    Join Date
    06-13-2005
    Posts
    43

    Question Box

    I want to ask the question

    Do you wish to reopen the whole report or just the offline section of the report

    Is it possible to have a 3 button setup 1, "cancel", 1 saying "open whole report", and 1 "open offline pay only"

    thanks heaps

  2. #2
    Jim Cone
    Guest

    Re: Question Box


    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware

    Sub Licentiousness()
    Dim lngAnswer As Long
    lngAnswer = MsgBox("Click Yes to Open Entire Report. " & vbCr & _
    "Click No to Open Offline. ", vbYesNoCancel + vbInformation, _
    " Moderation in All Things")
    If lngAnswer = vbYes Then
    'Do something
    ElseIf lngAnswer = vbNo Then
    'Do something else
    Else
    'Exit sub ?
    End If
    End Sub
    '------------

    "XCESIV"
    wrote in message
    I want to ask the question
    Do you wish to reopen the whole report or just the offline section of
    the report
    Is it possible to have a 3 button setup 1, "cancel", 1 saying "open
    whole report", and 1 "open offline pay only"
    thanks heaps
    --
    XCESIV

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0