You are not logged in.

Search results

Search results 1-3 of 3.

Thursday, November 1st 2012, 9:37pm

Author: travisone

Option Button unselected works on vb6 .. help now in abaco?

Sorry about that, you can use just the code without the updatelabels. in vb works but in jabaco doesnt do the job and yes i have 3 option button (array) in a frame like this option1(0) option1(1) option1(2) for example: my code in visual basic when u click on one option1(0) the others are false of course, and if i click again on option1(0) this option come false, and of course the others keep on false state. i dont use checkbox because is easy when u have 3 frames and 3 option arrays like this o...

Thursday, November 1st 2012, 3:49pm

Author: travisone

Option Button unselected works on vb6 .. help now in abaco?

Hello my program works perfect on vb6 then when i use jabaco unselected option doesnt work ( i have a group of arrays option buttons) Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Dim FoundIndex1 As Integer Dim ToggleVal As Boolean Private Sub Form_Load() FoundIndex1 = -1 End sub Private Sub Option1_GotFocus(Index As Integer) FoundIndex1 = Index UpdateLabels End Sub Private Sub Option1_MouseDown(Index As Integer, Button As Integer, Shift As Intege...

Thursday, November 1st 2012, 3:29pm

Author: travisone

Option Button unselected works on vb6 .. help now in abaco?

Hello my program works perfect on vb6 then when i use jabaco unselected option doesnt work ( i have a group of arrays option buttons) Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Dim FoundIndex1 As Integer Dim ToggleVal As Boolean Private Sub Form_Load() FoundIndex1 = -1 End sub Private Sub Option1_GotFocus(Index As Integer) FoundIndex1 = Index End Sub Private Sub Option1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, ...

WoltLab Burning Board