Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Roy2008

  1. Roy2008

    Voice recording.

    Hello Matt, Thank you so much for your guidance. I will do some research on that. Regards, Roy
  2. Roy2008

    Voice recording.

    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.
  3. Roy2008

    Steps to implement WEB SERVICES in powerbuiler 11.5 build 2506

    Thanks Matt, I will take a look at the article.
  4. Roy2008

    Steps to implement WEB SERVICES in powerbuiler 11.5 build 2506

    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...
  5. Roy2008

    How to display last 4 digits of credit card nmber

    Thanks for your time. Regards,
  6. Roy2008

    How to display last 4 digits of credit card nmber

    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...
  7. Roy2008

    How to display last 4 digits of credit card nmber

    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,
  8. Roy2008

    How to Replace text/Remove the text

    ***** IMP ***** This works for fixed length string. string old_str, new_str, mystring long start_pos=1, index mystring = 'PIECES = 1.0, FORM = CIRCLE, OD = 1.0, WIDTH = 1.5, LENGTH = 1.5, CUTTING-1 = Circle, TOLERANCE = +.125 -.0, DOCS = CERT\SHIP, PROTECTION = STD, THICK\DIA = 0.1875.'...
  9. Roy2008

    How to display last 4 digits of credit card nmber

    Matt, Thanks a lot. it worked!!!
  10. Roy2008

    How to display last 4 digits of credit card nmber

    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,
  11. Roy2008

    How to display last 4 digits of credit card nmber

    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...

Part and Inventory Search

Back
Top