I'm having the same problem (apk preparation failed)
Running on Windows xp
Search found 15 matches
- Wed Jun 15, 2011 5:53 pm
- Forum: Android Deployment
- Topic: Unable to build app for testing
- Replies: 12
- Views: 16043
- Wed Nov 10, 2010 9:45 am
- Forum: Internet
- Topic: FTP Application vs Revlet
- Replies: 1
- Views: 3495
FTP Application vs Revlet
I am trying to ftp files to on-rev after constructing them in revolution.
The code works fine in the IDE and in a compiled app.
However, when I create a web version it creates the file (took me a while to figure out where it was being created) but won't upload it.
put "ftp://user:password ...
The code works fine in the IDE and in a compiled app.
However, when I create a web version it creates the file (took me a while to figure out where it was being created) but won't upload it.
put "ftp://user:password ...
On-Rev
Didn't see anything about this anywhere else- guessed on this forum.
I put up a simple little program I use at some registrations for some wrestling events (for the weighins particularly). No need to discuss the functionality but I pull up various cards from various substacks throughout the program ...
I put up a simple little program I use at some registrations for some wrestling events (for the weighins particularly). No need to discuss the functionality but I pull up various cards from various substacks throughout the program ...
- Fri Nov 23, 2007 10:58 am
- Forum: Using Externals
- Topic: Quartam PDF
- Replies: 3
- Views: 8162
- Mon Nov 19, 2007 2:15 pm
- Forum: Using Externals
- Topic: Quartam PDF
- Replies: 3
- Views: 8162
Quartam PDF
Is there anyway to print a card from a rev app?
It appears you have to generate the report and send everything piece by piece to various functions. We have, in addition to normal generated text reports, some brackets for sporting events that reside on their own separate cards pre-designed (except ...
It appears you have to generate the report and send everything piece by piece to various functions. We have, in addition to normal generated text reports, some brackets for sporting events that reside on their own separate cards pre-designed (except ...
- Mon Oct 29, 2007 12:33 am
- Forum: Databases
- Topic: Linking to MS Access Database on Local Drive
- Replies: 14
- Views: 42208
- Mon Oct 08, 2007 4:19 pm
- Forum: Databases
- Topic: Linking to MS Access Database on Local Drive
- Replies: 14
- Views: 42208
- Sat Jul 07, 2007 5:18 am
- Forum: Databases
- Topic: Updating in Access- quotes
- Replies: 3
- Views: 8280
I think I found the solution. I just found out that two consecutive single quotes is treated by Access as one single quote. Therefore, by replacing any quotes in a field with pairs of quotes will allow the proper passing of the string query parameter and the final value seen in Access has only one ...
- Sat Jul 07, 2007 4:46 am
- Forum: Databases
- Topic: Updating in Access- quotes
- Replies: 3
- Views: 8280
- Thu Jul 05, 2007 5:42 pm
- Forum: Databases
- Topic: Updating in Access- quotes
- Replies: 3
- Views: 8280
Updating in Access- quotes
I'm having trouble Updating a field when there's an apostrophe (single quote) in the field. The same code put directly into Access works fine so it has to do with the interface.
put "Update Campers Set LastName='" & fld LastName & "' where ID=" & fld WID & ";" into uQuery
put revdb_execute ...
put "Update Campers Set LastName='" & fld LastName & "' where ID=" & fld WID & ";" into uQuery
put revdb_execute ...
- Thu Jul 05, 2007 5:40 pm
- Forum: Databases
- Topic: Linking to MS Access Database on Local Drive
- Replies: 14
- Views: 42208
Update Query
I'm having trouble Updating a field when there's an apostrophe (single quote) in the field. The same code put directly into Access works fine so it has to do with the interface.
put "Update Campers Set LastName='" & fld LastName & "' where ID=" & fld WID & ";" into uQuery
put revdb_execute ...
put "Update Campers Set LastName='" & fld LastName & "' where ID=" & fld WID & ";" into uQuery
put revdb_execute ...