G'day Chuck, Seems like they have not only forgotten Indonesia but Australia, New Zealand, Hong Kong, Singapore, South America, etc. However, I am sure that they still occasionally think of us :-)
Regards Clive Williams CRW Services 53 Gibson Street SILVERDALE NSW 2752 Australia Phone: 0500.883377 Mobile: 0418 657 833 Home: (02) 4774.0868 email: [EMAIL PROTECTED] > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of cdconrad > Sent: Thursday, 14 July 2005 14:44 > To: RBG7-L Mailing List > Subject: [RBG7-L] - Re: International telephone format masks > > > What happened to Indonesia? > > -----Original Message----- > From: A. Razzak Memon [mailto:[EMAIL PROTECTED] > Sent: Thursday, 14 July, 2005 08:25 > To: RBG7-L Mailing List > Subject: [RBG7-L] - Re: International telephone format masks > > At 06:20 PM 7/13/2005, Bill Downall wrote: > > >Being a person who hates to do work if someone else has already done > >it, I thought I might ask: > > > >Has anyone created a format mask or a set of them that works > well for > >non-North American telephone numbers? > > > Bill, > > Ask and you shall receive! > > Here's a quick summary of International Telephone Format > Marks: (RBG7, RBG71 and RBG8) > > . Denmark: 00 09 99 99;1;_ > . Denmark Phone with Country Code: \+45 00 00 00 00;1;_ > . France: !00\-00\-00\-00\-00;1;_ > . Germany: !\(999 99\) 99999;1;_ > . Italy: !\(9999\) 0000 0000;1;_ > . Japan: !099999-0999-0000;1;_ > . Korea: !\(9999\)000-0000;1;_ > . Korea Cell Phones/Pagers: !000-000-0000;1;_ > . Netherlands: !\00099\-0000999;1; > . Norway: 00 09 99 99;1;_ > . Spain: !\(999\)0000000;1; > . Sweden: 000000\-0000;1; > . Taiwan: \(999\)9000-0000;1;_ > . Taiwan Cell Phones: 000-000000;1;_ > . Taiwan Pagers: 000-000000;1;_ > . United Kingdom: !\00009 0000099;1;_ > . United States of America: !\(999\) 000-0000;1;_ > > Example: > > -- Start > -- Telephone Format Mask for Denmark > CLEAR VAR vPhone, vCaption, vEndKey, vPauseMsg > SET VAR vPhone TEXT = NULL > SET VAR vCaption TEXT = ' Denmark' > SET VAR vEndKey TEXT = NULL > SET VAR vPauseMsg TEXT = NULL > CLS > DIALOG 'Enter Phone Number||00 09 99 99;1;_' + > vPhone=26 vEndKey 1 CAPTION .vCaption ICON HELP + > OPTION TITLE_FONT_COLOR BLACK + > |TITLE_FONT_NAME VERDANA + > |TITLE_FONT_SIZE 11 + > |TITLE_FONT_COLOR WHITE + > |WINDOW_BACK_COLOR 11040854 + > |BUTTON_YES_CAPTION &Yes + > |BUTTON_NO_CAPTION &No + > |BUTTON_YES_COLOR WHITE + > |BUTTON_NO_COLOR WHITE + > |BUTTONS_SHOW_GLYPH ON + > |BUTTONS_BACK_COLOR WHITE > SET VAR vPauseMsg = (' Returned Value: '&.vPhone) > PAUSE 2 USING .vPauseMsg CAPTION .vCaption + > ICON HELP + > BUTTON 'Click here to continue ...' + > OPTION BACK_COLOR 11040854 + > |MESSAGE_COLOR 11040854 + > |MESSAGE_FONT_NAME Verdana + > |MESSAGE_FONT_COLOR WHITE + > |MESSAGE_FONT_SIZE 10 + > |MESSAGE_FONT_BOLD ON + > |MESSAGE_FONT_ITALIC OFF + > |MESSAGE_FONT_STRIKEOUT OFF + > |BUTTON_COLOR WHITE + > |BUTTON_FONT_COLOR GREEN > CLEAR VAR vPhone, vCaption, vEndKey, vPauseMsg > RETURN > -- End > > I have also created an R:Presentation for you to demonstrate > the use of these Format Masks using the DIALOG command. > > International Telephone Format Masks (Item 032) > Sample Applications: http://www.razzak.com/sampleapplications > > Enjoy and make sure to have fun! > > Very Best R:egards, > > Razzak. > > --- RBG7-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [email protected] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: INTRO > ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: UNSUBSCRIBE > ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. ================================================ >
