Friday, February 10th 2012, 1:20am UTC+1

You are not logged in.

  • Login
  • Register

Henning

Beginner

Posts: 9

Location: In Sweden, 50 km outside Östersund

Occupation: HW, FW & Interface developer

1

Friday, January 16th 2009, 12:14am

VB62Jabaco frm.show problem

Hi,

Trying out loading a complex VB project in Jabaco. Fixed a couple of errors, but this one got me.

frm_BedCalib.Show gives 'Expected: Static method'
frm_BedCalib.Show(), same error.

/Henning

Manuel

Administrator

Posts: 254

Location: Erlangen, Germany

Occupation: Software Developer

2

Friday, January 16th 2009, 12:36am

Quoted

frm_BedCalib.Show gives 'Expected: Static method'
This function differs from vb6. You have to define your form. Sample:

Jabaco Source

1
2
Dim myBedCalib As New frm_BedCalib
myBedCalib.show()

Rate this thread
WoltLab Burning Board