Tagged Questions

0
votes
4answers
49 views

Preventing NaN from being persisted by Hibernate

I am using Hibernate as my JPA provider with it connecting to a Progress database. When a NaN value is persisted it is causing lots of problems - it prevents the row from being read in certain …
0
votes
2answers
26 views

[Solved] Server-side, get progress on sending file

Hello fellow programmers. Basically, what I want to do is to check how much of a file my webserver has sent to a client, when the client is downloading one. Is this even possible? Does apache …
0
votes
1answer
29 views

php_uploadprogress wamp refresh information

Hi! Did anyone used php_uploadprogress extension for wamp? When i try to use it with jquery, only the fist is relevant, and all other request show an not-updated information. The configuration is …
0
votes
0answers
9 views

Update Array field in progress DB using ODBC

Dear All: I access the progress DB using ODBC in my C# program, and I need to update some fields,which are array data type. so how can I write my sql statement to do such things? I read some …
0
votes
3answers
79 views

LIKE operator for Progress DB SQL

I'm trying to do something like this in Progress SQL (THIS IS NOT POSTGRES!) SELECT CASE WHEN code LIKE '%foo%' THEN 'Y' ELSE 'N' END as foo FROM bar However Progress does not support a …
1
vote
2answers
265 views

Blackberry - Application loading screen

Hi all.. my application contains lots of images..so it takes some time to load the application..i want to show a loading screen whhile the application is being loaded...how is it possible..??
1
vote
1answer
63 views

ActionScript 3: ProgressEvent’s bytesLoaded property to Document Class

Hi, in AS3, I have an external class ImageLoader, that loads an image upon request. In that class, I have an event handlers: ImageLoader Class public function loadImg(path:String):void { ldr = new …
0
votes
2answers
99 views

c++ libcurl console progress bar

I would like a progress bar to appear in the console window while a file is being downloaded. My code is this: …
0
votes
2answers
156 views

SQL update one table from another table.

Here’s a simplified version of my problem Table 1 Key1, lastdate, lasttranstype Table2 Table1key1, trandate, trantype I want an SQL statement to update lastdate and lasttransdate on table1 for each …
0
votes
1answer
77 views

How to add progress bar in Navigation bar like SMS sending progress

How to add progress bar in Navigation bar like SMS sending progress . i am developing iphone app and want to show file upload progress bar in top navigation bar like iphone sms message sending …
0
votes
2answers
69 views

Connecting to Progress database from Mac OSX

Does anyone know how to connect to a Progress 9.1E database from a Mac (or even from Linux)? I can connect successfully from Windows but the JDBC driver requires that the Progress install directory …
0
votes
1answer
66 views

SQL command for conditional join for PROGRESS database

Please bear with me new to SQL- I am trying to write an SQL command with a join in a PROGRESS db. I would like to then select only the first matching record from the join. I thought to use LIMIT but …
0
votes
0answers
72 views

SQL command for PROGRESS database

Please bear with me new to SQL- I am trying to write an SQL command with a join in a PROGRESS db. I would like to then select only the first matching record from the join. I thought to use LIMIT but …
0
votes
2answers
460 views

iPhone UIImagePickerController problem: want to show UIActivityIndicatorView after hit “Use” button

When Apple introduced version 3.0 of the iPhone OS the UIImagePickerController changed slighty: it no longer provides an activity or progress indicator after the user confirms a recently taken photo. …
3
votes
4answers
1k views

iPhone Development - restrict user interaction with application and show a progress indicator

I have a case where i pull information from a server. My application has both a tab bar and navigation buttons. I want the application to show a progress indicator and disable all other controls so …

1 2 3 4 next
15 30 50 per page