|
|
 |  |
Re: Web AuthorizationFrom: Shawn Hogan Date: Tuesday, March 23, 1999
Time: 11:46:33 amGreg Saulsbury wrote:
>Couple little things to get worked out here before going live.
>
>#1 We get a message every now and then when going to Maint Menu
>"MainMenu.fm could not be found and is required to complete operation"
MainMenu.FM isn't a valid file. The only reason you would ever get that
message is if it couldn't find MainMenu.USR once and you redirected it to
MainMenu.FM. If it asks, redirect it *back* to MainMenu.USR from the
host machine.
Or, if you upgrade it will fix any broken links.
>#2 How can I import credit card data when OG stores it as four parts but
>our ISp-Billing stored it as one part.
Split it out with a forumla or something... Would be pretty simple... I
do it all the time. :-)
I'm not sure if you have the development password to isp-billing, but if
you do, you can do it right in there... Define new calculated fields as
follows:
Credit Card Number 1: Left(Credit Card Number, 4)
Credit Card Number 2: Middle(Credit Card Number, 5, If(Length(Credit
Card Number) = 13, 3, 4))
Credit Card Number 3: Middle(Credit Card Number, If(Length(Credit Card
Number) = 13, 8, 9), If(Length(Credit Card Number) = 13, 3, 4))
Credit Card Number 4: Right(Credit Card Number, Length(Credit Card
Number) - Length(Credit Card Number 1) - Length(Credit Card Number 2) -
Length(Credit Card Number 3))
>#3 Same goes for the exparation field
Same...
Credit Card Exp Date 1: If(IsEmpty(LeftWords(Credit Card Expiration
Date, 1)), "", Right("00" & LeftWords(Credit Card Expiration Date, 1), 2))
Credit Card Exp Date 2: If(IsEmpty(RightWords(Credit Card Expiration
Date, 1)), "", Right("00" & RightWords(Credit Card Expiration Date, 1),
2))
That will work if the format is MM/YY or MM-YY
>#4 Same goes for the phone number field when the area code is not part of
>the main number
Same thing really... :-)
>#5 Having problem getting the web interface to work... I folowed the steps
>( I thought) and keep getting a web page that says
>"Error Please correct the following errors...Invalid login or password. "
>I guess I don't get how the security database works and what users should be
>in it!
If you go to the support section of our website, you can snag a
pre-configured set of the web security databases...
- Shawn
-------------------------------
Shawn D. Hogan
President, Data Point Solutions
http://www.data-point.com
(619) 452-3696
ICQ: 8319647
-------------------------------------------
To subscribe, unsubscribe and list archive
please visit http://www.data-point.com/lists
-------------------------------------------
|

Return to Digital Point Solutions' Home Page |