Function PrnCnfig()
Lokate(5,155):Print Config\AcctIdNo
Lokate(6,155):Print Config\AccountOwner
Lokate(7,155):Print Config\BankName$
Lokate(8,155):Print Config\StartCheckNo
Lokate(9,155):Print Config\StartDate$
Lokate(10,155):Print Config\StartAmt
Lokate(11,155):Print Config\SplitNo$
Lokate(12,155):Print Config\DebitCodes$
Lokate(13,155):Print Config\CreditCodes$
Lokate(14,155):Print Config\AssignDebits$
Lokate(16,155):Print Config\AssignCredits
Lokate(17,155):Print Config\MkCashPayOuts
Lokate(18,155):Print Config\Password
Lokate(19,155):Print Config\LstUnMarkdTrans
Lokate(20,155):Print Config\LstTransNo
Lokate(21,155):Print Config\LstSplitTransNo
Lokate(22,155):Print Config\LstSeqChekNo
Lokate(23,155):Print Config\LstReconcileAmt
Lokate(24,155):Print Config\LstTransBalance
A$ = Input$("In PrnCnfig " + Config\BankName$)
End Function
This is a function that is called after an input function I
coded uses GetKey to get the answers which are put on the screen. The Input function I coded works except for This.
I used the input function as a message box to find out what was Happening. The Input function works and the prompt
is displayed showing the Banks name But that is all that is displayed. Why doesn't everything with a print comand not displayed?
Lokate(5,155):Print Config\AcctIdNo
Lokate(6,155):Print Config\AccountOwner
Lokate(7,155):Print Config\BankName$
Lokate(8,155):Print Config\StartCheckNo
Lokate(9,155):Print Config\StartDate$
Lokate(10,155):Print Config\StartAmt
Lokate(11,155):Print Config\SplitNo$
Lokate(12,155):Print Config\DebitCodes$
Lokate(13,155):Print Config\CreditCodes$
Lokate(14,155):Print Config\AssignDebits$
Lokate(16,155):Print Config\AssignCredits
Lokate(17,155):Print Config\MkCashPayOuts
Lokate(18,155):Print Config\Password
Lokate(19,155):Print Config\LstUnMarkdTrans
Lokate(20,155):Print Config\LstTransNo
Lokate(21,155):Print Config\LstSplitTransNo
Lokate(22,155):Print Config\LstSeqChekNo
Lokate(23,155):Print Config\LstReconcileAmt
Lokate(24,155):Print Config\LstTransBalance
A$ = Input$("In PrnCnfig " + Config\BankName$)
End Function
This is a function that is called after an input function I
coded uses GetKey to get the answers which are put on the screen. The Input function I coded works except for This.
I used the input function as a message box to find out what was Happening. The Input function works and the prompt
is displayed showing the Banks name But that is all that is displayed. Why doesn't everything with a print comand not displayed?