You are not logged in.

Henning

Beginner

  • "Henning" is male
  • "Henning" started this thread

Posts: 9

Date of registration: Jan 15th 2009

Location: In Sweden, 50 km outside Östersund

Occupation: HW, FW & Interface developer

Hobbies: Cars, and ofcause my job ;)

  • Send private message

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

  • "Manuel" is male

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

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