I'm trying to setup a new custom field that emulates a Checkbox field since User1,2,5,6 have already been user. I tried adding the User3 field with a list of either 0 or 1 but it's not working. Can you have a list value on a float field? I can't find any info on whether this is possible or not.
*This post is locked for comments
No, actually you can achive this using SL customization manager. Just need to add a module with the CheckBoxTemp type and add the rest of the code on the ThisScreen object.
This is an example of the stucture code.
Option Explicit
Type CheckBoxTemp
User3 As String * 1
End Type
Public bCheckBoxTemp As CheckBoxTemp , nCheckBoxTemp As CheckBoxTemp
Public CSR_CheckBoxTemp As Integer
Public serr_CheckBoxTemp As Integer
Thank you for the response. This sounds like a Visual Basic update instead of using SL customization manager. Do I need to create a custom form for them to be able to do your steps?
The checkbox control only works with char, smallint and int fields. If you want to use a float field you gonna need to do a workaround, that could be something like this.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156