You are not logged in.

Search results

Search results 1-1 of 1.

Sunday, January 16th 2011, 6:49am

Author: IOSIMURA

Error in expression "For Each TempObj In Forms" (FORMS ?? Why)

Somebody can help me please ? How can i convert this function to work in JABACO ? ----------------------------------------------------------------------------------------------------------- Source code 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 31 32 33 34 Option Explicit Private Sub Command1_Click() Dim FrmObj As Form, TempObj As Form Dim StrVal As String Dim Find As Boolean Find = False StrVal = "Form2" For Each TempObj In Forms If TempObj.Name = StrVal Th...

WoltLab Burning Board