Question:
If I have a class 'myClass' with the following:
DIM k = NEW OBJECT[100]
PUBLIC SUB _init()
DIM i AS INTEGER
FOR i = 1 TO 100
k[i] = NEW STRING[] 'add a string array
k[i].add("HELLO")'add one element with "HELLO"
NEXT
Question:
Assume I have an instance of class myclass dimed as 'myclass1'
and I want to clone all the data to NEW myclass2
The syntax may be something like:
myclass2 = NEW myclass 'create instance
myclass2.clone(myclass1) 'clone/copy
I do realize that:
myclass2 = myclass2 only assigns a seco
Comment #11 on issue 74 by gambas...@gmail.com: printer error with
gb.report and gb.qt
http://code.google.com/p/gambas/issues/detail?id=74
if i remember well benoit is on ubuntu ...
--
10 Tips for Better Web Security
if i remember well benoit is on ubuntu ...
2011/7/20 :
>
> Comment #10 on issue 74 by flynetin...@gmail.com: printer error with
> gb.report and gb.qt
> http://code.google.com/p/gambas/issues/detail?id=74
>
> I do not know why but I tried it on 3 different pc all with ubuntu natty
> and gambas3 sv
Comment #10 on issue 74 by flynetin...@gmail.com: printer error with
gb.report and gb.qt
http://code.google.com/p/gambas/issues/detail?id=74
I do not know why but I tried it on 3 different pc all with ubuntu natty
and gambas3 svn and I have always the same problem. When using the
ReportExam
Comment #9 on issue 74 by gambas...@gmail.com: printer error with gb.report
and gb.qt
http://code.google.com/p/gambas/issues/detail?id=74
there is no problem with clone ... i've just tested it !
do you use the exemple report ? if not send me yours
Comment #8 on issue 74 by flynetin...@gmail.com: printer error with
gb.report and gb.qt
http://code.google.com/p/gambas/issues/detail?id=74
After reviewing the code of the report component finds that the error on
the FPreview form to implement the btnPrint_Click event. At this point
using t