Rupee Sign printing using Pro * C (Unix Platform/Oracle10g) code


 
Thread Tools Search this Thread
Top Forums Programming Rupee Sign printing using Pro * C (Unix Platform/Oracle10g) code
# 1  
Old 11-10-2010
Rupee Sign printing using Pro * C (Unix Platform/Oracle10g) code

Hi All,

I want to print new Indian Rupees sign in my report which is developed in Pro*C code.

Please help me to know:
->What necessary settings i have to do..

I am looking for free product. Please help
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sign Soap Message from client certificate from UNIX

I have to call a webservice , I need to pass the static request from Unix which should have message signing details in the soap header . I am using cURL command for this. I do not have java , I need to do it through Unix only . Below is the kind of Soap envelop I want to wrap around my request .... (0 Replies)
Discussion started by: IshuGupta
0 Replies

2. UNIX for Dummies Questions & Answers

Sco Unix printing : jobs hangs in queue - printing via lp versus hpnpf

Hi, We have a Unix 3.2v5.0.5. I installed a printer via scoadmin, HP network printer manager with network peripheral name (hostname and ipadres are in /etc/hosts). This is the configuration file : Code: root@sco1 # cat configurationBanner: on:AlwaysContent types: simpleDevice:... (0 Replies)
Discussion started by: haezeban
0 Replies

3. Solaris

Sun Cluster3.2 And Oracle10g

I want to configure Sun Cluster3.2 with Oracle10g ... i created 4 resources namely , logical host, sotrage, oracle -server & Listener .. all work fine butoracle resource does not come up .. though i can bring up the oracle outside sun cluster. node1:/>clrg online ora-rg clrg: (C450598) On... (1 Reply)
Discussion started by: fugitive
1 Replies

4. Shell Programming and Scripting

How to represent euro sign in unix

how should represent euro sign "€" in Unix (1 Reply)
Discussion started by: akash
1 Replies

5. Solaris

Printing pound sign from Solaris (JETDIRECT)

Hi, Any ideas of the character sequence to print the £ sign from Solaris using network printing over Jetdirect software ? Thanks Matt (1 Reply)
Discussion started by: mattpar75
1 Replies

6. SCO

Printing Sterling Pound Sign

We need to print the sterling pound sign on printers connected directly to a terminal and configured using the /dev/null device. We have used mapchan to enable this on the printers connected directly to the SCO server. Any idea how this can be activated? OS: SCO Open Server 5.0.5 (5 Replies)
Discussion started by: nyasai
5 Replies

7. UNIX for Advanced & Expert Users

oracle10G installation guide

Hello every body I'm looking for the steps of installation oracle10G in solaris plateform (solaris9 or 10) if any one have step by step guide please tell me Thanks (2 Replies)
Discussion started by: asafwat
2 Replies

8. Shell Programming and Scripting

Sign on/Sign off logging script

I'd like to make a script that I can execute every time I sign on to my linux box that keeps track of the time and allows to me to add a remark to a file. So basically once I log in, I run the script, and it outputs the date and time to a text file (log.txt). But that isn't my problem. I need... (1 Reply)
Discussion started by: Glider
1 Replies

9. UNIX for Advanced & Expert Users

Porting of Windows written unix scripts to unix platform

Can anybody help me in finding out a solution for the problem below? When we write .unix or .sh files in windows OS and port them to Unix platforms there is a character ^M inserted at the end of each line of the script file. During ftp porting I set the transfer mode as ASCII for the script... (7 Replies)
Discussion started by: tamilselvi
7 Replies

10. UNIX for Advanced & Expert Users

Printing Problems in unix ... ( Bar-cdoe - Ip Printing)

Hi guys ... i need ur help with some printing problem in unix ... first prob. : i wanna print from my NCR unix to an Win NT , Ip based printing server ( HP JetDirect ) . My issue , is it possible to print directly to an Ip address from unix ? How do i make it work to get any results ?... (3 Replies)
Discussion started by: QuickSilver
3 Replies
Login or Register to Ask a Question
Vend::Payment::PayflowPro(3pm)				User Contributed Perl Documentation			    Vend::Payment::PayflowPro(3pm)

NAME
Vend::Payment::PayflowPro - Interchange support for PayPal Payflow Pro HTTPS POST SYNOPSIS
&charge=payflowpro or [charge mode=payflowpro param1=value1 param2=value2] PREREQUISITES
The following Perl modules: LWP Crypt::SSLeay HTTP::Request HTTP::Headers OpenSSL PayPal's Payflow Pro HTTPS POST does NOT require the proprietary binary-only shared library that was used for the Verisign Payflow Pro service. DESCRIPTION
The Vend::Payment::PayflowPro module implements the payflowpro() payment routine for use with Interchange. It is compatible on a call level with the other Interchange payment modules -- in theory (and even usually in practice) you could switch from a different payment module to PayflowPro with a few configuration file changes. To enable this module, place this directive in interchange.cfg: Require module Vend::Payment::PayflowPro This must be in interchange.cfg or a file included from it. NOTE: Make sure CreditCardAuto is off (default in Interchange demos). The mode can be named anything, but the "gateway" parameter must be set to "payflowpro". To make it the default payment gateway for all credit card transactions in a specific catalog, you can set in catalog.cfg: Variable MV_PAYMENT_MODE payflowpro It uses several of the standard settings from Interchange payment. Any time we speak of a setting, it is obtained either first from the tag/call options, then from an Interchange order Route named for the mode, then finally a default global payment variable. For example, the "id" parameter would be specified by: [charge mode=payflowpro id=YourPayflowProID] or Route payflowpro id YourPayflowProID or with only Payflow Pro as a payment provider Variable MV_PAYMENT_ID YourPayflowProID The active settings are: id Your account ID, supplied by PayPal when you sign up. Global parameter is MV_PAYMENT_ID. secret Your account password, selected by you or provided by PayPal when you sign up. Global parameter is MV_PAYMENT_SECRET. partner Your account partner, selected by you or provided by PayPal when you sign up. Global parameter is MV_PAYMENT_PARTNER. vendor Your account vendor, selected by you or provided by PayPal when you sign up. Global parameter is MV_PAYMENT_VENDOR. transaction The type of transaction to be run. Valid values are: Interchange Payflow Pro ---------------- ----------------- sale S auth A credit C void V settle D (from previous A trans) Default is "auth". The following should rarely be used, as the supplied defaults are usually correct. remap This remaps the form variable names to the ones needed by PayPal. See the "Payment Settings" heading in the Interchange documentation for use. host The payment gateway host to use, to override the default. check_sub Name of a Sub or GlobalSub to be called after the result hash has been received from PayPal. A reference to the modifiable result hash is passed into the subroutine, and it should return true (in the Perl truth sense) if its checks were successful, or false if not. The transaction type is passed in as a second arg, if needed. This can come in handy since, strangely, PayPal has no option to decline a charge when AVS or CSC data come back negative. If you want to fail based on a bad AVS check, make sure you're only doing an auth -- not a sale, or your customers would get charged on orders that fail the AVS check and never get logged in your system! Add the parameters like this: Route payflowpro check_sub avs_check This is a matching sample subroutine you could put in interchange.cfg: GlobalSub <<EOR sub avs_check { my ($result) = @_; my ($addr, $zip) = @{$result}{qw( AVSADDR AVSZIP )}; return 1 if $addr eq 'Y' or $zip eq 'Y'; return 1 if $addr eq 'X' and $zip eq 'X'; return 1 if $addr !~ /S/ and $zip !~ /S/; $result->{RESULT} = 112; $result->{RESPMSG} = "The billing address you entered does not match the cardholder's billing address"; return 0; } EOR That would work equally well as a Sub in catalog.cfg. It will succeed if either the address or zip is 'Y', or if both are unknown. If it fails, it sets the result code and error message in the result hash using PayPal's own (otherwise unused) 112 result code, meaning "Failed AVS check". Of course you can use this sub to do any other post-processing you want as well. Troubleshooting Try the instructions above, then enable test mode. A test order should complete. Then move to live mode and try a sale with the card number "4111 1111 1111 1111" and a valid future expiration date. The sale should be denied, and the reason should be in [data session payment_error]. If it doesn't work: o Make sure you "Require"d the module in interchange.cfg: Require module Vend::Payment::PayflowPro o Check the error logs, both catalog and global. o Make sure you set your account ID and secret properly. o Try an order, then put this code in a page: <pre> [calcn] my $string = $Tag->uneval( { ref => $Session->{payment_result} }); $string =~ s/{/{ /; $string =~ s/,/, /g; return $string; [/calcn] </pre> That should show what happened. o If all else fails, consultants are available to help with integration for a fee. You can find consultants by asking on the "interchange-biz@icdevgroup.org" mailing list. NOTE
There is actually nothing in the package Vend::Payment::PayflowPro. It changes packages to Vend::Payment and places things there. AUTHORS
Tom Tucker <tom@ttucker.com> Mark Johnson <mark@endpoint.com> Jordan Adler David Christensen <david@endpoint.com> Cameron Prince <cameronbprince@yahoo.com> Mike Heins <mike@perusion.com> Jon Jensen <jon@endpoint.com> perl v5.14.2 2011-03-09 Vend::Payment::PayflowPro(3pm)