Questions tagged [jde]

The BlackBerry® Java® Development Environment (BlackBerry JDE) is a fully integrated development environment and simulation tool for building Java Platform, Micro Edition (Java® ME) applications for Java® based BlackBerry smartphones.

105 questions
0
votes
2 answers

2 questions. IDO mode not caching properly / forcing buffers to named windows

1 My ido mode does not properly cache filenames / folders. It will list files inside a folder, but from a while ago without any of the newer files showing. Any suggestions ? 2 In jde, when I have multiple windows open, compiling on one window will…
user112043
  • 31
  • 2
0
votes
1 answer

Blackberry MenuItem Deprecated

I am trying to use the MenuItem class of BlackBerry JDE 6.0 and I am encountering an error "The constructor MenuItem String(String, int, int) is deprecated". I am implementing it using a subclass under the MainScreen class. below is the sample…
halubilo Saya
  • 141
  • 1
  • 2
  • 12
0
votes
3 answers

changing background color of Blackberry ButtonField

I wanted to change the background color of ButtonField in black berry jde 6, by overriding the paint method, but not able to change whole background of the ButtonField
Jitendra kumar jha
  • 243
  • 1
  • 2
  • 12
0
votes
1 answer

SqLite installation with blackberry JDE

I have installed Blackberry JDE and Eclipse. I want to create a SqLite database for my application. Should I install SqLite separately or does it come with BlackBerry JDE?
vks
  • 6,649
  • 7
  • 36
  • 55
0
votes
1 answer

I can deploy my Blackberry app to a device by cable with JavaLoader, and it runs fine, but the BB Desktop Software refuses to touch it. Why?

Installing by cable with 'javaloader -usb load app.cod' works fine, and the app runs on the device with no problems, as on the simulator. The cod is using restricted APIs, but it's signed. The alx is a trivial nearly-empty one generated by JDE…
Tim Perry
  • 11,766
  • 1
  • 57
  • 85
0
votes
2 answers

Max function not working or expression in SELECT list not valid

The initial results that I got is this, but there are unnecessary rows that were included in the result set. SELECT JWAN8 AS EMP_ID, JWDTAI AS DATA_ITEM, JWHSTD AS JULIAN_DATE, JWEFTO AS EFF_DATE, JWUPMJ AS DATE_UPDATED, JWTRS AS CHANGE_REASON FROM…
0
votes
1 answer

JDE E1 Orchestrator - parse XML to JSON with Jruby

I have this XML; https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml and i need to parse to generate a JSON. I have this template require 'json' require 'rexml/document' include REXML def main(orchAttr, inputMap) jsonIn =…
JDE
  • 1
0
votes
1 answer

Is it possible to send a BBM message thru the blackberry API?

Is it possible to send a BBM message thru the blackberry API?
0
votes
1 answer

BlackBerry BBM Api

Is is possible to "PING!!!" a BBM contact using the "net.rim.blackberry.api.blackberrymessenger.Message" API? If yes, how would I do so? If not, how should I go about doing this? Thank you all for your help! Really appreciated!
Thomas
  • 1
0
votes
1 answer

SSRS with JDE query concatanate

I have an SSRS report that is connecting to a JDE data source. In the dataset for my query I am trying to concatanate three columns. I tried the concat function, I tried two bars, I tried the plus sign, everything fails. for example: concat(col1,…
James
  • 21
  • 3
0
votes
1 answer

Returning a date from 14 possible columns within a select statement

I have a table called F0008 Schema. It has 14 columns where I could find a start date (in JDE Date format) which could tell me from the column name what month number it is in our financial year. Here is an example of what will return 4 for me for a…
Dan Donoghue
  • 6,056
  • 2
  • 18
  • 36
0
votes
4 answers

Determine if a log entry is the first ever entry for a product

I am trying to determine the first entry for a product in SQL Server. The table is a log of JDE updates with a record status of A when it is added. Our products are grouped where we have many codes for the same product with different batches. The…
Dan Donoghue
  • 6,056
  • 2
  • 18
  • 36
0
votes
1 answer

JDE Data Dictionary

JDE EnterpriseOne 8.98.4.1 Data Dictionary? I've used Databrowser to locate data items in F9210 - in this case Long Address data fields. Now how do I xref this field into tables, views, forms and reports where it is utilized? Any JDE Data…
0
votes
0 answers

Why am I getting msvp140_1.dll, vcruntime140.dll, ucrtbased.dll file missing, when they are in my path?

I have both the JDE and JDK installed, I can find the dlls in my PATH and JAVA_HOME Paths, I have rebooted. Can anyone suggest some troubleshooting, the fact that more than one file is not being found looks to indicate a single issue, and that they…
0
votes
0 answers

Join between two fact tables (F4801 & F4111)

We are working on JDE for our MRP. There is F4801, that contains every order > one row for each order And there is F4111, which contains every booking for every item and order. There are several booking types like Correction Entry in…
Aaron
  • 329
  • 3
  • 15