Attempting to set up a form to query customer information by entering the account number. I copied the code from the guide but it fails. The debug highlights the word enter on the sACCOUNT = Enter ACCOUNT.value line. Appreciate any help.
;Button :: pushButton method pushButton(var eventInfo Event) var sACCOUNT String qryCustomer Query tv TableView endVar
qryCustomer.readFromFile("\\\\Sultanmain\\acctg\\PDOX\\CUSTOMER MASTER") qryCustomer.executeQBE(":WORK:answer.db") ;// run the query tv.open(":WORK:answer.db") ;// display the results