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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
|
'encoding UTF-8 Do not remove or change this line!
'**************************************************************************
' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
'
' Copyright 2000, 2010 Oracle and/or its affiliates.
'
' OpenOffice.org - a multi-platform office productivity suite
'
' This file is part of OpenOffice.org.
'
' OpenOffice.org is free software: you can redistribute it and/or modify
' it under the terms of the GNU Lesser General Public License version 3
' only, as published by the Free Software Foundation.
'
' OpenOffice.org is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU Lesser General Public License version 3 for more details
' (a copy is included in the LICENSE file that accompanied this code).
'
' You should have received a copy of the GNU Lesser General Public License
' version 3 along with OpenOffice.org. If not, see
' <http://www.openoffice.org/license.html>
' for a copy of the LGPLv3 License.
'
'/************************************************************************
'*
'* owner : marc.neumann@oracle.com
'*
'* short description : Tools for Tables
'*
'************************************************************************
'*
' #1 fCloseRelationDesign
' #1 fCloseTableDesign
' #1 fCloseTableView
' #1 fCompareMatrixValues
' #1 fCreateRefFile
' #1 fCreateTable
' #1 fDeleteTable
' #1 fFindTable
' #1 fInsertIntoTable
' #1 fOpenRelationDesign
' #1 fOpenNew TableDesign
' #1 fOpenTable
' #1 fReadFile
'*
'\***********************************************************************
'------------------------------------------------------------------------------
function tCompareMatrixValues(sDSName as string, sRefFileUrl as string, cTable_or_Query as string, sTableName as string, iRowPos as integer, iColPos as integer, sWordSeperator as string) as integer
'sDSName = data source name f.e. Bibliography
'sRefFileUrl = URL to your reference file (os indipendent - extension .ttr) f.e. base\optional\input\reference_tables\test.ttr
'cTable_or_Query = differ between comparing reference file with a table (t) or a query-table (q)
'sTableName = name of table or query-table to compare with f.e. Table1
'iRowPos,iColPos = row and column amount of reference and comparing table (must have the same size ; begin with 1 ; 0 is leftout, but has to be added)
dim i as integer
dim j as integer 'counter'
dim aMatrix(iRowPos, iColPos) as string
printlog ""
if cTable_or_Query = "t" then printlog "--- Compare Table with Reference Table ---"
if cTable_or_Query = "q" then printlog "--- Compare Query with Reference Table ---"
call fReadFile(sRefFileUrl, aMatrix(), sWordSeperator)
call hNewDocument
'/// open Beamer and open datasource
ViewCurrentDatabase
sleep(1)
printlog "open database beamer"
'/// switch between table and querie search
dim bfind_ok as boolean 'placeholder
if cTable_or_Query = "t" then
bfind_ok = ffindTableInBeamer(sDSName,sTableName)
printlog "found proper Table: " & sTableName
endif
if cTable_or_Query = "q" then
bfind_ok = ffindQuery(sDSName, sTableName)
printlog "found proper Query: " & sTableName
endif
if bfind_ok then
'/// Choosing for the right table
sleep(1)
Kontext "DatabaseSelection"
DatabaseSelection.TypeKeys "<MOD1 SHIFT E>",TRUE ' # type CTRL + SHIFT + E to go from the DatabaseSelection to the TableView'
sleep(1)
printlog "found and opened proper table"
'/// comparing data in table with reference table
printlog "start comparing data in table with reference table"
Kontext "TableView"
dim ivalue_ok as integer
ivalue_ok = 0
TableView.TypeKeys "<TAB>",TRUE
TableView.TypeKeys "<HOME>",TRUE
TableView.TypeKeys "<HOME>",TRUE
for i = 1 to iRowPos -1
for j = 1 to iColPos -1
setclipboard("")
'here the values are read out and put in clipboard for comparing
TableView.TypeKeys "<MOD1 C>",TRUE
TableView.TypeKeys "<TAB>",TRUE
'printlog "i: " & i
'printlog "j: " & j
'printlog "getClipboard: " & getclipboard()
'printlog "matrix: " & aMatrix(i,j)
'here the values are compared
if getclipboard() <> aMatrix(i,j) then
ivalue_ok = ivalue_ok + 1
warnlog ivalue_ok & ". fault in pos(row/col): " & i & "/" & j & " - should be: " & aMatrix(i,j) & " but is: " & getclipboard()
endif
'printlog ivalue_ok & ". No !!! foult but TEST - should be: " & aMatrix(i,j) & " but is: " & getclipboard()
next j
next i
'/// Result part
if ivalue_ok = 0 then
printlog "** Comparing procedure without faults"
tCompareMatrixValues = ivalue_ok
else
warnlog "Comparing procedure went wrong: " + ivalue_ok + " differences found!"
tCompareMatrixValues = 1
endif
else
if cTable_or_Query = "t" then warnlog "Table: " + sTableName + " not found - Test aborted"
if cTable_or_Query = "q" then warnlog "Query: " + sTableName + " not found - Test aborted"
endif
printlog "*** End Testcase"
sleep 1
ViewCurrentDatabase
hCloseDocument
end function
'------------------------------------------------------------------------------
function fCreateRefFile(sDSName as string, cTable_or_Query as string, sTableName as string, sWordSeperator as string) as string
dim bfind_ok as boolean 'check if right table found
dim iNumber as Integer 'needed for open reference file
dim iColAmount as integer
dim iRowAmount as integer 'counter
dim sReadContCol as string
dim sContColMem as string 'read out content string and its memo for getting table column ammount
dim sCellValue as string
dim sCellValueMem as string 'read out content string and its memo for writing in reference table
dim sRefTableName as string
sRefTableName = ConvertPath("user\work\" & sTableName & ".ttr")
dim sRefFileUrl as string
sRefFileUrl = gOfficePath & sRefTableName
printlog "path for reference table: " & sRefFileUrl
call hNewDocument
'/// open Beamer and open datasource
ViewCurrentDatabase
sleep(1)
printlog "open database beamer"
'/// switch between table and querie search
if cTable_or_Query = "t" then
printlog "search for proper Table: " & sTableName
bfind_ok = ffindTableInBeamer(sDSName,sTableName)
endif
if cTable_or_Query = "q" then
printlog "search for proper Query: " & sTableName
bfind_ok = ffindQuery(sDSName, sTableName)
endif
if bfind_ok then
'/// jumping to the right table
sleep(1)
Kontext "DatabaseSelection"
DatabaseSelection.TypeKeys "<MOD1 SHIFT E>",TRUE ' # type CTRL + SHIFT + E to go from the DatabaseSelection to the TableView'
sleep(1)
'/// check the row and column amount
printlog "check the row and column amount"
Kontext "TableView"
sReadContCol = 1 'init
sContColMem = 1 'init
iColAmount = 0 'init
iRowAmount = AllRecords.caption()
while sReadContCol = sContColMem
sContColMem = sReadContCol
sReadContCol = CurrentRecord.getText()
TableView.TypeKeys "<TAB>",TRUE
TableView.TypeKeys "<TAB>",TRUE
iColAmount = iColAmount +1
wend
iColAmount = iColAmount -1
'printlog "sReadContCol: " & sReadContCol
printlog "size of table (columns/rows): " & iColAmount & "/" & iRowAmount
fCreateRefFile = iColAmount & "," & iRowAmount
TableView.TypeKeys "<UP>",TRUE
TableView.TypeKeys "<HOME>",TRUE
TableView.TypeKeys "<HOME>",TRUE
sleep(1)
'/// reading out values from table, create a reference table and input values in
printlog "start reading out values from table and writing in ref table"
iNumber = Freefile
dim i as integer 'counter
dim j as integer 'counter
Open sRefFileUrl for Output as iNumber
for i = 1 to iRowAmount
for j = 1 to iColAmount
Kontext "TableView"
TableView.TypeKeys "<MOD1 C>"
sCellValue = getclipboard()
TableView.TypeKeys "<TAB>"
if j <> 1 then
sCellValueMem = sCellValueMem & sWordSeperator
endif
sCellValueMem = sCellValueMem & sCellValue
'printlog i & j & " inhalt: " & sCellValue
setclipboard("")
next j
print #iNumber, sCellValueMem
sCellValueMem = ""
next i
Close #iNumber
sleep(1)
'/// warning if table not found - without proper table the test make no sense
else
warnlog "Table: " + sTableName + " not found."
fCreateRefFile = ""
endif
sleep 1
ViewCurrentDatabase
hCloseDocument
end function
'------------------------------------------------------------------------------
function fReadFile(sRefFileUrl as string, aMatrix() as string, sWordSep as string)
'connecting and opening file
dim iNumber as Integer
iNumber = Freefile
'position and content variables
dim sColumn As String
dim iRowPos as integer
dim iColPos as integer
dim iPos as integer
dim iPos1 as integer 'pointer for searching position
'init position in matrix
iRowPos = 1
iColPos = 1
'/// open reference file and store it into an array (matrix)
printlog "search for the reference file, open it and store content in an array"
sRefFileUrl = gOfficePath + ConvertPath(sRefFileUrl)
Open sRefFileUrl for Input as iNumber
while not eof(iNumber)
Line Input #iNumber, sColumn
iPos1 = 1 'startposition
iPos = 1 'startposition
while iPos <> 0 'if iPos = 0 then no more sWordSeperator found -> end of column reached
iPos = Instr(iPos +1,sColumn,sWordSep) 'check column for sWordSeperator
'printlog "iPos: " & iPos
'printlog "iPos1: " & iPos1
if iPos <> 1 then '<> 1 -> no content found
aMatrix(iRowPos,iColPos) = Mid(sColumn,iPos1,iPos - iPos1) 'cut content and put into array
'printlog "iRow: " & iRowPos
'printlog "iCol: " & iColPos
'printlog "aMatrix: " & aMatrix(iRowPos,iColPos)
iPos1 = iPos +1
iColPos = iColPos +1
else warnlog "reference file is empty"
endif
wend
iRowPos = iRowPos +1
iColPos = 1
wend
printlog "**end of reading out reference table"
end function
'--------------------------------------------------------------------
function fCreateTable(aFieldTypeContent(),sTableName,optional sCatalog,optional sSchema)
'/// create a table with the given FieldTypes
'/// sSchema and sCatalog are optional.
'/// If the optional parameter is not given then it's set to ""
'/// <u>parameter:</u>
'/// <b>aFieldTypeContent:</b> an arry with the table field data
'/// the array have to look like the following
'/// array(1,1) = first_field_name
'/// array(1,2) = first_field_type
'/// array(2,1) = second_field_name
'/// array(2,2) = second_field_type
'/// ...
'/// <b>sTableName:</b> the name of the table
'/// <b><i>optional</i> sCatalog:</b> the name of the table catalog
'/// <b><i>optional</i> sSchema:</b> the name of the table schema
Dim i as integer 'counter
Dim iFieldNumber as integer 'counter
dim iNoDS as integer 'number of data source in listbox
Dim iNumberOfFieldTypes as integer 'field type memory
Dim iFieldTypesCounter as integer 'counter
Dim iIndex as integer 'counter
Dim sFieldType as string 'help var for fieldtypes
Dim sTypeName as String 'help var for fieldtypes
if ( IsMissing(sCatalog) ) then
sCatalog = ""
endif
if ( IsMissing(sSchema) ) then
sSchema = ""
endif
call fDeleteTable(sTableName) ' delete the table if exists
call fOpenNewTableDesign
Kontext "TableDesignTable"
for iFieldNumber = 1 to ubound(aFieldTypeContent) - 1
printlog "create field : " + aFieldTypeContent(iFieldNumber,1)
Fieldname.TypeKeys aFieldTypeContent(iFieldNumber,1) , TRUE
Fieldname.TypeKeys "<RETURN>" , TRUE
sleep 1
sTypeName = "[ " + aFieldTypeContent(iFieldNumber,2) + " ]"
iNumberOfFieldTypes = FieldType.getitemCount()
for iFieldTypesCounter = 1 to iNumberOfFieldTypes
sFieldType = FieldType.getitemText(iFieldTypesCounter)
iIndex = Instr(sFieldType,sTypeName)
if iIndex <> 0 then
printlog "FieldType : " + sFieldType
iFieldTypesCounter = iNumberOfFieldTypes ' stops the for loop if proper fieldtype found'
endif
next
'/// choose proper field type
FieldType.Select(sFieldType) 'listbox entry nr'
sleep 1
FieldType.TypeKeys "<RETURN>" , TRUE
Description.TypeKeys "<RETURN>" , TRUE
printlog "-------------------------------"
next
sleep(1)
Kontext "TableDesignTable"
TableDesignTable.usemenu
MenuSelect MenuGetItemId (1)
sleep(1)
menuselect MenuGetItemId (7)
sleep(1)
Kontext "DatabaseTableSaveAs"
printlog "save table as "+ sTableName
TableName.setText sTableName
sleep(1)
'/// catalog handling
if sCatalog <> "" then
if Catalog.IsVisible then
Catalog.SetText sCatalog
printlog "inserting catalog name: " + sCatalog
else
warnlog "The Catalog-Name could not be inserted"
endif
endif
'/// schema handling
if sSchema <> "" then
if Schema.IsVisible then
Schema.SetText sSchema
printlog "inserting schema name: " + sSchema
else
warnlog "The Schema-Name could not be inserted"
endif
endif
DatabaseTableSaveAs.OK
sleep 1
Kontext "Messagebox"
if Messagebox.Exists(1) then
Messagebox.Yes
printlog "create a primary key "
end if
sleep 1
' a sql exception appear. Try to get the error text
Kontext "Messagebox"
if Messagebox.Exists(1) then
MessageBox.Click 5 ' click the more button
Kontext "SQLException"
if SQLException.exists() then
warnlog Errortext.getText()
SQlException.OK
end if
Kontext "MessageBox"
MessageBox.OK
end if
call fCloseTableDesign
end function
'--------------------------------------------------------------------
function fDeleteTable(sTableName as string)
'/// delete the table with the given name
'/// <u>parameter:</u>
'/// <b>sTableName:</b> the table which shall be deleted
if ( fFindTable(sTableName) = true ) then
printlog "Table found press delete"
Kontext "ContainerView"
'TableTree.TypeKeys "<DELETE>" , true
Delete ' uno-Slot .uno:DB/Delete
sleep(1)
Kontext "Active"
Active.Yes
fDeleteTable = true
else
fDeleteTable = false
end if
end function
'--------------------------------------------------------------------
function fOpenTable(sTableName as string)
'/// open the table with the given name
'/// <u>parameter:</u>
'/// <b>sTableName:</b> the table which shall be opened
if ( fFindTable(sTableName) = true ) then
printlog "Table found -> open"
Kontext "ContainerView"
OpenTable ' uno-Slot .uno:DB/Open
sleep(1)
fOpenTable = true
else
fOpenTable = false
end if
end function
'--------------------------------------------------------------------
function fFindTable(sTableName as string)
'/// select the table with the given name in the table container
'/// <u>parameter:</u>
'/// <b>sTableName:</b> the table which shall be selected
Dim iNumbersOfTables as integer
Dim i as integer
Kontext "ContainerView"
ViewTables
fFindTable = false
if ( Not TableTree.exists(1) ) then
qaerrorlog "The table tree doesn't exists"
' May be a messagebox appear click OK to close it
Kontext "MessageBox"
if MessageBox.exists(1) then
qaerrorlog MessageBox.getText()
while MessageBox.exists() ' sometimes there are more then 1 message boxe
MessageBox.OK
wend
endif
exit function
end if
iNumbersOfTables = TableTree.getItemCount()
' this select the first entry
TableTree.TypeKeys "<HOME>"
TableTree.TypeKeys "<UP>"
for i = 1 to iNumbersOfTables
TableTree.TypeKeys "<ADD>"
'printlog "i = " + i
'printlog "TableName.getItemCount = " + TableTree.getItemCount
if TableTree.getItemCount > iNumbersOfTables then
iNumbersOfTables = TableTree.getItemCount()
endif
'printlog "TableName.getSeltext = " + TableTree.getSeltext
if TableTree.getSeltext = sTableName then
fFindTable = true
exit for
endif
TableTree.TypeKeys "<DOWN>"
next
sleep(1)
end function
'--------------------------------------------------------------------
function fInsertIntoTable( aFieldContent(), sTableName)
'/// insert data into a table
'/// <u>parameter:</u>
'/// <b>aFieldContent:</b> an arry with the table data
'/// the array have to look like the following
'/// array(1,1) = first_value_for_first_record
'/// array(1,2) = second_value_for_first_record
'/// array(2,1) = first_value_for_second_record
'/// array(2,2) = second_value_for_second_record
'/// ...
'/// <b>sTableName:</b> the name of the table
Dim iCounterOfRecords as integer
Dim iCounterOfFields as integer
Dim iNumberOfRecords as integer
Dim iNumberOfFields as integer
iNumberOfRecords = ubound(aFieldContent)
iNumberOfFields = ubound(aFieldContent,2)
call fOpenTable(sTableName)
Kontext "TableView"
for iCounterOfRecords = 1 to iNumberOfRecords
for iCounterOfFields = 1 to iNumberOfFields
TableView.TypeKeys aFieldContent(iCounterOfRecords,iCounterOfFields),TRUE
TableView.TypeKeys "<TAB>",TRUE
next
next
sleep 1
call fCloseTableView
end function
'-------------------------------------------------------------------------
function fCloseTableDesign(optional bSave)
'/// close an open table design
'/// <u>parameter:</u>
'/// <b><i>optional</i> bSave:</b> if true then the table design is saved
sleep(1)
Kontext "TableDesignTable"
TableDesignTable.UseMenu
' bug file / close close the whole database
hMenuSelectNr(1) ' the file menu
hMenuSelectNr(4) ' the Close Window
'hMenuSelectNr(6) ' the window menu
'hMenuSelectNr(1) ' the Close Window
Kontext "Messagebox"
if Messagebox.Exists(3) then
Messagebox.No
end if
fCloseTableDesign = true
end function
'-------------------------------------------------------------------------
function fCloseTableView()
'/// close an open table view
'/// <u>parameter:</u>
sleep(1)
Kontext "TableView"
TableView.UseMenu
' bug file / close close the whole database
'hMenuSelectNr(1) ' the file menu
'hMenuSelectNr(4) ' the Close Window
hMenuSelectNr(6) ' the window menu
hMenuSelectNr(1) ' the Close Window
' if messages box appear because of unsaved record click no in the dialog
Kontext "Messagebox"
if Messagebox.Exists(3) then
Messagebox.No
end if
fCloseTableView = true
end function
'-------------------------------------------------------------------------
function fOpenRelationDesign()
'/// open a new relation design
'/// <u>parameter:</u>
Kontext "DATABASE"
if ( Database.NotExists(3) ) then
fOpenRelationDesign = false
exit function
end if
Database.MouseDown(50,50)
Database.MouseUp(50,50)
sleep(1)
Database.UseMenu
hMenuSelectNr(5)
hMenuSelectNr(1)
fOpenRelationDesign = true
end function
'-------------------------------------------------------------------------
function fCloseRelationDesign(optional bSave)
'/// close an open relation design
'/// <u>parameter:</u>
'/// <b><i>optional</i> bSave:</b> if true then the relation design is saved
Kontext "RelationDesign"
RelationDesign.UseMenu
' bug file / close close the whole database
hMenuSelectNr(1) ' the file menu
hMenuSelectNr(4) ' the Close Window
'hMenuSelectNr(6) ' the window menu
'hMenuSelectNr(1) ' the Close Window
Kontext "Messagebox"
if Messagebox.Exists(3) then
if ( IsMissing( bSave ) ) then
Messagebox.No
else
if bSave then
Messagebox.Yes
else
Messagebox.No
endif
endif
end if
fCloseRelationDesign = true
end function
'-------------------------------------------------------------------------
function fOpenNewTableDesign
printlog "fOpenNewTableDesign called"
printlog "check if Database exists"
Kontext "DATABASE"
Database.MouseDown(50,50)
Database.MouseUp(50,50)
if ( Database.NotExists(3) ) then
fOpenNewTableDesign = false
warnlog "The Database windows doesn't exists"
exit function
end if
sleep(1)
printlog "open new table design"
NewTableDesign
sleep(2)
fOpenNewTableDesign = true
end function
'-------------------------------------------------------------------------
function fOpenTableInDesign(sTableName as String)
printlog "fOpenTableInDesign called"
printlog "check if Database exists"
Kontext "DATABASE"
Database.MouseDown(50,50)
Database.MouseUp(50,50)
if ( Database.NotExists(3) ) then
fOpenTableInDesign = false
warnlog "The Database windows doesn't exists"
exit function
end if
sleep(1)
printlog "open new table design"
call fFindTable(sTableName)
EditTable
Kontext "TableDesignTable"
if ( not TableDesignTable.exists(3) ) then
warnlog "The Table design doesn't open"
fOpenTableInDesign = false
exit function
end if
fOpenTableInDesign = true
end function
'-------------------------------------------------------------------------
function fFindTableInBeamer(sDSName1,sTableName1)
'/// select a table with the given name in the beamer
'/// <u>parameter:</u>
'/// <b>sDSName1:</b> the name of the datasource
'/// <b>sTableName1:</b> the name of the table
dim i as integer
dim bfindTable as boolean
dim iNoDS as integer
dim iNoTable as integer
bfindTable = false
Kontext "DatabaseBeamer"
Kontext "DatabaseSelection"
iNoDS = DatabaseSelection.getItemCount
for i = 1 to iNoDS
DatabaseSelection.Select i
if DatabaseSelection.getText = sDSName1 then
i = iNoDS
bfindTable = true
endif
next i
if (bfindTable = false) then
warnlog "Datasource " + sDSName1 + " not found!"
exit function
else
printlog "Datasource " + sDSName1 + " found!"
' I set the bfindTable flag again back to false
' for the next test of the table
bfindTable = false
endif
wait 500
DatabaseSelection.TypeKeys "<ADD>" , true
wait 500
DatabaseSelection.TypeKeys "<DOWN>" , true
wait 500
DatabaseSelection.TypeKeys "<DOWN>" , true
wait 500
DatabaseSelection.TypeKeys "<ADD>" , true
wait 500
DatabaseSelection.TypeKeys "<DOWN>" , true
wait 500
iNoTable = DatabaseSelection.getItemCount
dim ii as integer
ii = DatabaseSelection.GetSelIndex
for i = ii to iNoTable
DatabaseSelection.Select i
if DatabaseSelection.getText = sTableName1 then
i = iNoTable
sleep 1
bfindTable = true
endif
next i
fFindTableInBeamer = bfindTable
end function
'-------------------------------------------------------------------------
function fStartTableWizard()
'/// start the table wizard
'/// <u>parameter:</u>
Kontext "DATABASE"
if ( Database.NotExists(3) ) then
fStartTableWizard = false
exit function
end if
Database.MouseDown(50,50)
Database.MouseUp(50,50)
sleep(1)
ViewTables
StartTableWizard
sleep(2)
fStartTableWizard = true
end function
|