Radio button inserting 'random' integers

Creating and using forms
Post Reply
mefromcanada
Posts: 1
Joined: Mon Feb 22, 2016 10:09 pm

Radio button inserting 'random' integers

Post by mefromcanada »

Hi,

Odd issue I was hoping for a quick solution on. I have a form being used for simple data entry to a table called 'leads'. There is a column in there called status:
1 - hold
2 - in progress
3 - complete

If I create a list or a simple text field, this form works fine...however I would like it as a radio button to show the current status. So I have added a radio button using the 'group box' selection. It appears to work and the correct option is selected from the database at first, however when I try to change the status using the radio buttons, it sets the databse value to what seems like a random integer string (ie. 12392823)

Any input is helpful...haven't been able to find anything else on the forum on this. Everything else appears to work correctly except for making it a radio button. Any ideas? Windows 10 and Postgres (accessed using ODBC)

Thanks,
Mark

(did a double post, deleted the other)
open office 4.1.2 windows (multiple versions), postgres database
User avatar
Villeroy
Volunteer
Posts: 31269
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Radio button inserting 'random' integers

Post by Villeroy »

See the form named "Option Buttons".
Click any form control and use the navigation toolbar.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply