Need help converting to bigint

HI,
I need to update a field based on 3 string concatenated together that need to be converted to a bigint:
SET
ReferenceNumber =
CAST(CONVERT(varchar(10),
CheckDate, 112)
+ string1+ string2
as
bigint)
string 1 and string 2 are numbers with leading zeros
I have tried many different syntax but getting the arithmetic overflow error converting to bigint
Any Idea why?

Please follow basic Netiquette and post the DDL we need to answer this. Follow industry and ANSI/ISO standards in your data. You should follow ISO-11179 rules for naming data elements. You should follow ISO-8601 rules for displaying temporal data. We need
to know the data types, keys and constraints on the table. Avoid dialect in favor of ANSI/ISO Standard SQL. 
>> I need to update a field [sic] based on 3 string concatenated together that need to be converted to a BIGINT: <<
Columns are not fields; this is a fundamental concept in RDBMS. Why are you using BIGINT? What math are you doing on it? What math do you have that requires a number greater than the atoms in the Universe? 
You do not understand  that SQL is a database language, so you treat it like COBOL, or VB or whatever you learned first. That mindset is why you said “field”! Think in terms of  data, not computations and concatenations. 
If you want to locate something in time and some kind of space, why not use three columns? My guess, since you did not bother with DDL or even sample data, is this: 
CREATE TABLE Foobar
 check_date DATE DEFAULT CURRENT_TIMESTAMP NOT NULL,
 string_1 CHAR(5) NOT NULL
   CHECK (string_1 LIKE '[0-9][0-9][0-9][0-9][0-9][0-9]'),
 string_2 CHAR(5) NOT NULL
   CHECK (string_2 LIKE '[0-9][0-9][0-9][0-9][0-9][0-9]'),
 UNIQUE (check_date, string_1 , string_2),
If you wish, you can add a computed column with the concatenation, but I would tend to think it belongs in a VIEW or query. 
--CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
in Sets / Trees and Hierarchies in SQL

Similar Messages

  • Need help converting from 4.0 to 2011

    hello,
    Need help converting files from 4.0 to 2011.
    thank you
    Solved!
    Go to Solution.
    Attachments:
    noise source.vi ‏73 KB
    8673D.vi ‏30 KB
    8970 FREQ.vi ‏26 KB

    attached as 8.2, which you can open
    missing some subVIs - not sure if you already have them
    Attachments:
    8673D.vi ‏13 KB
    8970 FREQ.vi ‏11 KB
    noise source.vi ‏24 KB

  • Need help converting a PDF to excel

    Need help converting a PDF to excel, the icon to convert dissappeared suggestions?

    Open the file in Acrobat, use File --> Save As... --> Microsoft Word.
    Mylenium

  • I am a beginner at Final Cut Pro. Need help converting MPEG-2 to use.

    I am a beginner at Final Cut Pro. I have mpeg-2 video footage that I am trying to import the footage into Final cut, but can't. I understand I need to convert the file format. I am unfamiliar with how to go about the converding file formats and the codec what is the best way to go about converting the file format so I can edit it on Final cut pro?

    Where did the files originate? (How were they created?)
    Some formats can be brought in with the help of plug-ins.
    MPEG Streamclip can usually convert them to Quick Time.
    Russ

  • I need help converting a PDF to a word file. I purchased Acrobat for this purpose?

    I need help using this download. I purchased Acrobat because I need to convert a PDF file to a word file. Can you give me instruction on how to do this.
    Thank you,

    Open the file in Acrobat, use File --> Save As... --> Microsoft Word.
    Mylenium

  • Need help converting quicktime movies into Flash files

    I need to convert a QT, PhotoJPEG compressed, movie file into a .flv format. I have AE 6.5 Standard and it keeps quitting on exporting a SWV file which would could probably get me by with my client. But, again, it errors out saying something like a JPG is busy, or a file is busy.
    I have FlipforMac,a purchased version. But I'm not sure if converting it into a .wmv and then a Flash file is the best route or is even possible.
    Any suggestions or ideas of software that I could purchase??
    ~reicko

    i don't think you have read up on the use of flash video
    (FLV). there's nothing you need that you do
    not already have (except maybe quicktime pro or some other
    video editing program). the FLV exporter
    comes FREE with flash 8. You should be able to open your
    quicktime movie in QT PRO and export to FLV
    format - then use any of the flash playback components for
    FLV files - best bet is to read the help
    docs on this subject and go to the devnet section of
    adobe.com where there are several in-depth
    articles about implementing flash video into your site.
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    rhian wrote:
    > Hi,
    > Thanks for your reply. I am using Flash 8. I've been
    looking into streaming
    > and it's very expensive with quicktime movies, however
    I've found a company
    > that will stream flash movies much more cheaply which is
    why I want to convert
    > it to a flash movie.
    >
    > Sorry are you say that Quicktime Pro allows you convert
    files into flash
    > formats?
    > Rhian
    >

  • Need Help Converting Video

    Hello - I have a couple of separate questions that I need help with.  I know basic FCP.  I have FCP7.  I recently shot a wedding with 2 different cameras.  Both are HiDef Cameras.  1 Camera is a Prosumer Camera where the files were taking off the camera and imported by Final Cut.  The second is a new, home camcorder which saved the files into a hard drive in MPEG 4 format.
    I need to marry the two.  I can import the all the files (from both cameras) directly into the timeline.  But the ones from the camcorder (the mpeg4s) seem to have that "hitchy" feel to them when I play them back.  Also, both types of files (even the ones that were directly imported into Final Cut from the Prosumer Camera) have the "render" lines when they are in the timeline, so I constantly have to render which takes forever. 
    The files that were imported directly into FCP from the ProSumer camera were imported on a different computer with a different version of FCP, so when I drag them into my timeline it tells me that they were from a different version and asks me if I want to update for my version.  If I click YES then it stretches the files from 16:9 to 4:3.  If I say NO then it keeps the 16:9 aspect ratio, but adds yet another layer of render I need to do.
    Normally I do simple, Standard Def edits where I import things into the timeline via FCP7 with firewire from a deck and edit directly from there, then firewire back to the deck.  Simple - no rendering, etc.  My questions are as follows:
    1 - Do I need to reset my timeline settings because I am now working with HiDef?  Or does FCP automatically know that it is HD and it doesnt matter how I drag it into the timeline?
    2 - Do I need to convert the MPEG 4 files to quicktime format, or does it not make a difference
    3 - When I export, what settings would I use to keep it in HiDef.  I am only going to make DVDs with it.
    4 - Is there a way to do it so that I do not have to render constantly while editing
    5 - To view, I am firewiring out to a deck which is then going into a Standard Def monitor.  Is that the reason the footage appears "hitchy"?
    Any help is greatly appreciated.  If you have any help, please drop me a note at [email protected]
    Thanks

    YOu need to learn how to use FCP.  Sorry, no offense needed, and I know it sounds harsh. But from reading that I can tell you have no idea about how to properly import tapeless media into FCP...and don't know what formats FCP works with...nor know what formats the cameras record.  This is all basic stuff you need to know before you edit.  Editing isn't only creative, but lately highly technical as well...you need to know what your software is capable of doing, and how to get the footage into it properly. 
    You cannot do what you did...directly drag from the cameras into FCP.  No...it needs to be imported, typically with LOG AND TRANSFER...and converted from the shooting format, which typically isn't natively editable in FCP (want native, use Adobe Premiere...).  It needs to be converted to ProRes.  And yes, the file sizes of ProRes are a LOT bigger than the camera originals.  4-5 times larger.  That's how FCP works.
    Here's a quick tutorial to get you started.  But then I suggest getting to know the editing system better.
    http://library.creativecow.net/ross_shane/tapeless-workflow_fcp-7/1

  • Need Help Converting AVI Home Movies to Mpeg without audio and Video Delay.

    I have lots of home movies of my new baby i want to take with me while in Navy training and need help. I have tried 7 movie conversion software programs and it have cost me a lot, but none of them work. Any suggestions please? I leave soon and would like to know as soon as possible please. Thank you so much
    Converting AVI to MPEG on Windows XP OS

    YOu need to learn how to use FCP.  Sorry, no offense needed, and I know it sounds harsh. But from reading that I can tell you have no idea about how to properly import tapeless media into FCP...and don't know what formats FCP works with...nor know what formats the cameras record.  This is all basic stuff you need to know before you edit.  Editing isn't only creative, but lately highly technical as well...you need to know what your software is capable of doing, and how to get the footage into it properly. 
    You cannot do what you did...directly drag from the cameras into FCP.  No...it needs to be imported, typically with LOG AND TRANSFER...and converted from the shooting format, which typically isn't natively editable in FCP (want native, use Adobe Premiere...).  It needs to be converted to ProRes.  And yes, the file sizes of ProRes are a LOT bigger than the camera originals.  4-5 times larger.  That's how FCP works.
    Here's a quick tutorial to get you started.  But then I suggest getting to know the editing system better.
    http://library.creativecow.net/ross_shane/tapeless-workflow_fcp-7/1

  • Need help converting photo jpg to a video file.

    So I have a 6 minute animation that was sent to me as a series of photo-jpgs. I need to convert them to a video file rather than a huge sequence of stills so I can add some transitions. The images are 1920 by 1080. I don't want to compress them at all until the final render. What sequence settings should I use and how should I export? I know there a billion and two different ways to do this but for some reason I keep screwing it up.
    Jon

    As long as the images are sequentially numbered, 001, 002 etc,
    1. open up QT Pro and import as a still image sequence and save is as an animation codec.
    2. create a sequence using the animation codec as the basis, import all the images and drop them into the timeline.
    Recognize that the animation codec requires a huge bit of horsepower and disk throughput to edit in real time.
    x

  • Need help converting a varchar to a date

    The following select displays a horizontal column vertically. I need to convert the varchar horizontal column to a date column.
    SELECT raso.SRC_SUPL_CD,
    case numbers.n
    when 1 then
    case instr(raso.DT_TM_PHASE_DT,':',1,1)
    when 0 then raso.DT_TM_PHASE_DT
    else substr(raso.DT_TM_PHASE_DT,1,instr(raso.DT_TM_PHASE_DT,':',1,1)-1)
    end
    else substr
    (raso.DT_TM_PHASE_DT
    ,1 + instr(raso.DT_TM_PHASE_DT,':',1,numbers.n-1)
    ,case instr(raso.DT_TM_PHASE_DT,':',1,numbers.n)
    when 0 then length(raso.DT_TM_PHASE_DT)
    - instr(raso.DT_TM_PHASE_DT,':',1,numbers.n-1) +1
    else instr(raso.DT_TM_PHASE_DT,':',1,numbers.n)
    - instr(raso.DT_TM_PHASE_DT,':',1,numbers.n-1) - 1
    end
    end PHASE_DT
    from RSSP_API_SELECT_OVERRIDE raso
    , (select level n from dual connect by level <= 38) numbers
    where length (raso.DT_TM_PHASE_DT) - length (replace(raso.DT_TM_PHASE_DT,':')) + 1
    >= numbers.n

    An example wouldn't hurt.
    As it is now, my reply would be:
    SQL> create table rssp_api_select_override
      2  as
      3  select 1 src_supl_cd, '01:12:2006:14:55:00' dt_tm_phase_dt from dual
      4  /
    Tabel is aangemaakt.
    SQL> SELECT raso.SRC_SUPL_CD
      2       , case numbers.n
      3         when 1 then
      4           case instr(raso.DT_TM_PHASE_DT,':',1,1)
      5           when 0 then raso.DT_TM_PHASE_DT
      6           else substr(raso.DT_TM_PHASE_DT,1,instr(raso.DT_TM_PHASE_DT,':',1,1)-1)
      7           end
      8         else
      9           substr
    10           ( raso.DT_TM_PHASE_DT
    11           , 1 + instr(raso.DT_TM_PHASE_DT,':',1,numbers.n-1)
    12           , case instr(raso.DT_TM_PHASE_DT,':',1,numbers.n)
    13             when 0 then length(raso.DT_TM_PHASE_DT)
    14                         - instr(raso.DT_TM_PHASE_DT,':',1,numbers.n-1) +1
    15             else instr(raso.DT_TM_PHASE_DT,':',1,numbers.n)
    16                  - instr(raso.DT_TM_PHASE_DT,':',1,numbers.n-1) - 1
    17             end
    18           )
    19         end PHASE_DT
    20    from RSSP_API_SELECT_OVERRIDE raso
    21       , (select level n from dual connect by level <= 38) numbers
    22   where length (raso.DT_TM_PHASE_DT) - length (replace(raso.DT_TM_PHASE_DT,':')) + 1 >= numbers.n
    23  /
                               SRC_SUPL_CD PHASE_DT
                                         1 01
                                         1 12
                                         1 2006
                                         1 14
                                         1 55
                                         1 00
    6 rijen zijn geselecteerd.
    SQL> select to_date(dt_tm_phase_dt,'dd:mm:yyyy:hh24:mi:ss') from rssp_api_select_override
      2  /
    TO_DATE(DT_TM_PHASE
    01-12-2006 14:55:00
    1 rij is geselecteerd.Regards,
    Rob.

  • Need help converting Client-Server to JSP

    Hi;
    I have a purely data driven, dynamic, meta driven program
    in Java 1.4. Runs on almost any SQL database, and the
    systems analysts can do most of the programming just by
    entering the data. All screens and sql are auto-genned
    at runtime.
    I was wondering if there was anyone interested in helping
    convert to JSP. I would be willing to give part of the
    company profits. It is better then me asking a million
    questions here, although there are lots of great experts here.
    -Trent
    Thanks.

    My personal email address is [email protected] I would love to contact you if you drop me your phone number.
    Manohar

  • Help converting a bigint to a DateTime in Crystal Reports 2008

    The data in a table contains a bigint which needs to be displayed in DateTime in the Crystal Reports.  Can someone please describe what I would need to do within the Formula to make this happen?
    thank you.

    I need to figure out the same thing:  How do I get this into a Crystal Reports Function and call it?
    I have this in SQL and need to run it in Crystal Reports Language as a function
    Create Function dbo.GetTimeFromTicks(@Ticks BIGINT)
    Returns DateTime
    As
    Begin
    Declare @Days BIGINT
    Declare @DaysBefore1753 BIGINT
    Declare @TimeTicks BIGINT
    Declare @Seconds BIGINT
    Set @Days = @Ticks/Convert(BIGINT, 8640000000000)
    Set @DaysBefore1753 = Convert(BIGINT, 639905)
    Set @TimeTicks = @Ticks % Convert(BIGINT, 864000000000)
    Set @Seconds = @TimeTicks/Convert(BIGINT, 10000000)
    Return DateAdd(s, @Seconds, DateAdd(d, @Days - @DaysBefore1753, Convert(DateTime, '1/1/1753')))
    End
    thanks,
    Mike

  • Need help converting PDF to a word document!

    I paid to have the ability to convert a PDF document to a Word document.  When I click on "convert" the area turns gray, and nothing happens.  Once before, the document converted, but it did not come out the same.  For example, the charts did not convert at all.  Any help will be appreciated.

    You need the ExportPDF Forum

  • Those who need help converting in iTunes:

    If you're like me and needed an mp3 file or anything but kept getting stuck with m4a, there's a SIMPLE way to fix this (not the crap people give you about having to burn CDs and stuff)-
    1. Open iTunes and go into your preferences.
    2. Select the importing tab.
    3. Where it says "Import Using: (AAC ENCODER)" just select the one that says MP3 encoder, or whatever other file you want it to be.
    4. Go back into your library with those changed settings.
    5. Select a song (or a number of songs), hold the option key while you click it and select "Convert selection to (MP3)".
    Very simple. It makes a copy of the song in that format. There's no need to waste a CD, nor go to some website and pay for a converter. I hope that helped some of you.

    The only time when people talk about "burning CDs and stuff" is when protected iTMS content is in question. Besides that, I don't think there is much mystery in transcoding files in iTunes, as it's pretty straightforward.

  • Need Help Converting a VBA Macro to AppleScript 2.1.2 for Outlook 2011

    Hello AppleScript Experts:
    Can somebody help me convert the below VBA Macro to an equivalent AppleScript 2.1.2 for Mac Outlook 2011 (Version 14.1.3)
    I have a VBA macro program that pops message box when somebody sends an email to an external email address outside of the business domain name. I have deployed the below on WINDOWS 7 MS OFFICE OUTLOOK 2007/2010 and it's
    working successfully.
    I have few users using MAC Outlook 2011 v.14.0.1 & 14.1.3. I need to deploy the same application for MAC users.
    Here is the program...
    Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
    Dim objRecipient As Outlook.Recipient
    Dim strExternalEmailAddress As String
    Dim strInternalEmailAddress As String
    Dim oRecip As Outlook.Recipient
    Dim oEU As Outlook.ExchangeUser
    Dim oEDL As Outlook.ExchangeDistributionList
    Set objRecipients = Item.Recipients
    strTemp = ""
    For Each objRecipient In objRecipients
        Set oRecip = Application.Session.CreateRecipient(objRecipient.Address)  
        If InStr(1, oRecip, "@") > 0 And InStr(1, oRecip, "company.org") = 0 Then
            strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & objRecipient.Address & "; "
            strExternalEmailAddress = strExternalEmailAddress & vbCrLf
        Else
            oRecip.Resolve
            If oRecip.Resolved Then
                Select Case oRecip.AddressEntry.AddressEntryUserType
                    Case OlAddressEntryUserType.olExchangeUserAddressEntry
                        Set oEU = oRecip.AddressEntry.GetExchangeUser
                        If Not (oEU Is Nothing) Then
                        End If
                    Case OlAddressEntryUserType.olExchangeDistributionListAddressEntry
                        Set oEDL = oRecip.AddressEntry.GetExchangeDistributionList
                        If Not (oEDL Is Nothing) Then
                        End If
                    Case Else
                        If (objRecipient.Type = 1) And InStr(1, oRecip, "company.org") = 0 Then
                            strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strExternalEmailAddress = strExternalEmailAddress & vbCrLf
                        ElseIf (objRecipient.Type = 1) And InStr(1, oRecip, "company.org") <> 0 Then
                            strInternalEmailAddress = strInternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strInternalEmailAddress = strInternalEmailAddress & vbCrLf
                        ElseIf (objRecipient.Type = 2) And InStr(1, oRecip, "company.org") = 0 Then
                            strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strExternalEmailAddress = strExternalEmailAddress & vbCrLf
                        ElseIf (objRecipient.Type = 2) And InStr(1, oRecip, "company.org") <> 0 Then
                            strInternalEmailAddress = strInternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strInternalEmailAddress = strInternalEmailAddress & vbCrLf
                        End If
                End Select
            Else
                If InStr(1, oRecip, "@") > 0 And InStr(1, oRecip, "company.org") = 0 Then
                    strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & objRecipient.Address & "; "
                    strExternalEmailAddress = strExternalEmailAddress & vbCrLf
                ElseIf InStr(1, oRecip, "@") > 0 And InStr(1, oRecip, "company.org") <> 0 Then
                    strInternalEmailAddress = strInternalEmailAddress & objRecipient.AddressEntry & " - " & objRecipient.Address & "; "
                    strInternalEmailAddress = strInternalEmailAddress & vbCrLf
                End If
            End If
        End If
    Next
    If Len(strExternalEmailAddress) > 0 Then
        If MsgBox("You are about to send this email message to one or more individuals outside of COMPANY.  Before you send the message," & _
        " please review the list below and confirm that you have addressed the message to the intended recipients." & vbCrLf & strExternalEmailAddress & vbCrLf & _     "Please click 'Yes' to send the message or 'No' to make changes to the recipients.", vbYesNo + vbDefaultButton2) = vbNo Then
            Cancel = True
        End If
    End If
    End Sub

    Hello AppleScript Experts:
    Can somebody help me convert the below VBA Macro to an equivalent AppleScript 2.1.2 for Mac Outlook 2011 (Version 14.1.3)
    I have a VBA macro program that pops message box when somebody sends an email to an external email address outside of the business domain name. I have deployed the below on WINDOWS 7 MS OFFICE OUTLOOK 2007/2010 and it's
    working successfully.
    I have few users using MAC Outlook 2011 v.14.0.1 & 14.1.3. I need to deploy the same application for MAC users.
    Here is the program...
    Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
    Dim objRecipient As Outlook.Recipient
    Dim strExternalEmailAddress As String
    Dim strInternalEmailAddress As String
    Dim oRecip As Outlook.Recipient
    Dim oEU As Outlook.ExchangeUser
    Dim oEDL As Outlook.ExchangeDistributionList
    Set objRecipients = Item.Recipients
    strTemp = ""
    For Each objRecipient In objRecipients
        Set oRecip = Application.Session.CreateRecipient(objRecipient.Address)  
        If InStr(1, oRecip, "@") > 0 And InStr(1, oRecip, "company.org") = 0 Then
            strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & objRecipient.Address & "; "
            strExternalEmailAddress = strExternalEmailAddress & vbCrLf
        Else
            oRecip.Resolve
            If oRecip.Resolved Then
                Select Case oRecip.AddressEntry.AddressEntryUserType
                    Case OlAddressEntryUserType.olExchangeUserAddressEntry
                        Set oEU = oRecip.AddressEntry.GetExchangeUser
                        If Not (oEU Is Nothing) Then
                        End If
                    Case OlAddressEntryUserType.olExchangeDistributionListAddressEntry
                        Set oEDL = oRecip.AddressEntry.GetExchangeDistributionList
                        If Not (oEDL Is Nothing) Then
                        End If
                    Case Else
                        If (objRecipient.Type = 1) And InStr(1, oRecip, "company.org") = 0 Then
                            strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strExternalEmailAddress = strExternalEmailAddress & vbCrLf
                        ElseIf (objRecipient.Type = 1) And InStr(1, oRecip, "company.org") <> 0 Then
                            strInternalEmailAddress = strInternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strInternalEmailAddress = strInternalEmailAddress & vbCrLf
                        ElseIf (objRecipient.Type = 2) And InStr(1, oRecip, "company.org") = 0 Then
                            strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strExternalEmailAddress = strExternalEmailAddress & vbCrLf
                        ElseIf (objRecipient.Type = 2) And InStr(1, oRecip, "company.org") <> 0 Then
                            strInternalEmailAddress = strInternalEmailAddress & objRecipient.AddressEntry & " - " & oRecip & "; "
                            strInternalEmailAddress = strInternalEmailAddress & vbCrLf
                        End If
                End Select
            Else
                If InStr(1, oRecip, "@") > 0 And InStr(1, oRecip, "company.org") = 0 Then
                    strExternalEmailAddress = strExternalEmailAddress & objRecipient.AddressEntry & " - " & objRecipient.Address & "; "
                    strExternalEmailAddress = strExternalEmailAddress & vbCrLf
                ElseIf InStr(1, oRecip, "@") > 0 And InStr(1, oRecip, "company.org") <> 0 Then
                    strInternalEmailAddress = strInternalEmailAddress & objRecipient.AddressEntry & " - " & objRecipient.Address & "; "
                    strInternalEmailAddress = strInternalEmailAddress & vbCrLf
                End If
            End If
        End If
    Next
    If Len(strExternalEmailAddress) > 0 Then
        If MsgBox("You are about to send this email message to one or more individuals outside of COMPANY.  Before you send the message," & _
        " please review the list below and confirm that you have addressed the message to the intended recipients." & vbCrLf & strExternalEmailAddress & vbCrLf & _     "Please click 'Yes' to send the message or 'No' to make changes to the recipients.", vbYesNo + vbDefaultButton2) = vbNo Then
            Cancel = True
        End If
    End If
    End Sub

Maybe you are looking for

  • Unable to use scan with networked HP LaserJet M1536dnf MFP using Mac OSX, but able to print.

    Thanks for any help.  I'm using an HP LaserJet M1536dnf MFP. It is networked wirelessly via an Apple Extreme and prints just fine over the network but will not scan.  Yet, it scans just fine when I move the printer's USB cable from the Extreme direct

  • Installation of solaris 10 x 86

    Im having PC with intel i3 540 processor and ddr3 2 gb ram.Does it supports solaris 10 x 86 os . I have partitioned my hard disk by installing windows xp as follows HD capacity - 500 gb C- 30 GB D- 100 gb E - 100 gb F- 92 G- 92 left - 50 gb unpartiti

  • Need to generate a report for Event collection rules created in SCOM

    Hi All, Can any one let me know where can i get a report of the Event based collection rules created in SCOM (For default and custom made). I used the below report but it gives the collection rules which are performance counter based not event collec

  • IK Bone Tool - How to change the picture of a bodypart in animation?

    I don't know how to word this any better. I have a puppet and all ready for animation. Now the question is how can I change the picture of a body part? Example on how I thought it would work: I have a walking puppet, and I can change the picture of t

  • Applet EJB Coomunication

    Hi, I am trying the applet ejb communication . I am very comfortable if I do the same with applet servlet communication but the problem is with the applet calling the ejb directly, i mean to say that can applet can directly lookup the EJB ? I had tri