In VFP 7, I have a spinner control that will only let the user enter a 1 digit number but not a 2 digit number as it should. Using the spinner buttons works fine. There is only a problem when keying 2 digits manually.
Format: RK
Input Mask: 99
Increment: 1.00
keyboardhighvalue = 31...
In VFP 7, a user reports that on a spinner control when he tries to manually key in a 2 digit number, the spinner displays a decimal. I can not reproduce the problem as when I try to manually key in 2 digits it will only accept 1 number(but should allow 2 digit entry).
The KeyboardLowValue...
Actually that displays a 6 which is the rowsource value that is the primary key to a record that contains a memo field that holds the following: Dealer,D,Manufacturer,M,Distributor,R
In VFP 7, I have a combo box where:
boundcolumn = 2
columnlines = .F.
DisplayValue = Dealer
name = cboPayeeType
rowsource = Dealer,D,Manufacturer,M,Distributor,R
rowsourcetype = 1 - Value
I want Dealer/ D to be the default value but it is currently blank on the screen even though displayvalue...
In VFP 7, I have a combo box called cboAcPayeeType. In the valid event I have the following code. When it tries to execute the first CASE statement, it bombs and says: Property TEXT is not found. There is a value in display in the combo box on the screen.
Any ideas why it does not recognize...
I have VFP 7 with an Oracle database.
In the following scenario, how can I set Mytable1.field1 as the default value for MySpinnerControl?
Mytable1.field1
MySpinnerControl
In VFP 7, I have a program spec that says if the spinner control on the form doesn't contain valid data to reset the control's value to it's previous value and setfocus to the control. VFP does not allow you to call setfocus() from the VALID event. Any idea how I can set the focus?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.