Issue 101677 - oResultSet.getLong(21) didn't work further
Summary: oResultSet.getLong(21) didn't work further
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL: http://canzeley.de/download/canzeley_...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 11:47 UTC by Mechtilde
Modified: 2013-02-24 21:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Screenshot (109.89 KB, image/png)
2009-05-08 11:53 UTC, Mechtilde
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Mechtilde 2009-05-08 11:47:48 UTC
I use our Extension Canzeley. It works with version 3.1 and before without problems.

Now I test it under DEV300_m47 and get the message shown in the screenshot.

the BLZ is defined as INT(10) in Base

In Basic the Code is:

...

Public lBLZNumeric As Long

...

lBLZNumeric = oResultSet.getLong(21)

...
Comment 1 Mechtilde 2009-05-08 11:53:19 UTC
Created attachment 62094 [details]
Screenshot
Comment 2 jsc 2009-05-08 11:57:05 UTC
jsc -> fs: seems to be for you
Comment 3 Frank Schönheit 2009-05-08 12:01:38 UTC
no, for "dbaneedsconfirm" - that's the alias which scales much better than "fs".
Comment 4 ocke.janssen 2010-11-26 12:37:37 UTC
Is this still valid for 3.3? And why calling getLong and not getInt ?