devxlogo

Tip Bank

Accessing Recordset in Another ASP Page

Question: I am creating a site with a public area and a secure area, which is broken into three parts. To enter security, the user goes to LogIn.htm and enters

Visualizing PowerBuilder

Question: I have a difficult time using PB because I can’t see the code flow. I am an experienced programmer with COBOL, PL/1, and SQL and have taken several PB

Wizard interfaces

Question: Do you know any good Web sites or have any tech tips on creating wizard interfaces? Answer: Creating wizard interfaces is straight-forward when you know how. All a wizard

RDBMS

Question: What is RDBMS? Answer: It’s lingo for “Relational Data Base Management System.”

Selecting One Person Per Address

Question: I have a mailing list with one record per person, but I want to mail to only one person per household. How can I select just the first record

BinToDec – Convert from binary to decimal

‘ convert from binary to decimal” NOTE: requires Power2()Function BinToDec(value As String) As Long Dim result As Long, i As Integer, exponent As Integer For i = Len(value) To 1