Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ConnGrbitDbtWeb structure specifies the query flags for a Web data connection.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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<156>.
-
Value
Meaning
0x0
The query was created by specific versions of the application<157>.
0x1
The query was created by a specific version of the application<158>.
-
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<159>.
reserved (10 bits): MUST be zero and MUST be ignored.