2.5.60 ConnGrbitDbtWeb
The ConnGrbitDbtWeb structure specifies the query flags for a Web data connection.
|
0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | 1 0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | 2 0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | 3 0 |
1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
A |
B |
C |
D |
E |
F |
reserved | |||||||||||||||||||||||||
-
A - fParsePreFormatted (1 bit): A bit that specifies how text enclosed in <PRE> tags is handled.
Value
Meaning
0x0
Each row of text enclosed in <PRE> tags will be imported as a single cell.
0x1
The text is parsed as tables.
-
B - fConsecDelim (1 bit): A bit that specifies how consecutive delimiters are treated.
Value
Meaning
0x0
Each consecutive delimiter is treated as a separate delimiter.
0x1
Consecutive delimiters is treated as a single delimiter.
-
C - fSameSettings (1 bit): A bit that specifies how tables inside <PRE> blocks are parsed.
Value
Meaning
0x0
Each table is parsed separately.
0x1
All tables are parsed with the same width settings as the first row of the first table.
-
D - fXL97Format (1 bit): A bit that specifies whether the query was created by a specific version of the application<149>.
Value
Meaning
0x0
The query was created by specific versions of the application<150>.
0x1
The query was created by a specific version of the application<151>.
-
E - fNoDateRecog (1 bit): A bit that specifies how dates are imported.
Value
Meaning
0x0
Dates are imported as values of type date.
0x1
Dates are imported as text.
-
F - fRefreshedInXl9 (1 bit): A bit that specifies whether the query was refreshed in a specific version of the application<152>.
-
reserved (10 bits): MUST be zero and MUST be ignored.