Hello Everybody!
I have a requirement to develop a voice recording software for one of our customer service module. Could anybody please let me know how this can be done in power builder. I am using PowerBuilder 11.5 build 2506.
Thanks in advance.
Regards,
Roy.
Hello friends,
I recently got a requirement to integrate 3rd party software into powerbuilder by using their web services. ( Sofar, I have successfully integated 3rd party software like credit card procesing, customer address validaton etc... by using DLLs OR OCX provided by them. Since, this...
Matt, Thanks for your suggestion.
I use SqlServer 2000 DB.
I am going to implement the SQL select as you suggested.
Please let me know, if I were to use the datawindow editmask column properity what is the syntax am I suppose to put in the mask.
When I use ************#### this syntax as mask...
Hey, Thanks for the previous help.
I have a datawindow with a column cc_account_info which is designed to retrieve billing info from a table.
My new requirement is how do I display last 4 digits credit card number by not using computed field.
Any help will be appriciated.
Regards,
Thanks for the response Matt,
When I added the following code I got an error:
if(Isnull(p_account_cc),'',Right('************',Right( p_account_cc,4),16))
The Error:
Expecting NUMBER exression.
Regards,
How do I mask first 12 digits of CC and display only last 4 digits in a datawindow? The column is varchar, stores both CC and bank checking acct info. I am using PB11.5 build 2506
I tried using dw_1.modify(col1.editmask.mask='************####')After I retrieve it masks first 4 digits instead of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.