Search found 15 matches

by gimpeltf
Wed Jun 15, 2011 5:53 pm
Forum: Android Deployment
Topic: Unable to build app for testing
Replies: 12
Views: 11963

Re: Unable to build app for testing

I'm having the same problem (apk preparation failed)

Running on Windows xp
by gimpeltf
Wed Nov 10, 2010 9:45 am
Forum: Internet
Topic: FTP Application vs Revlet
Replies: 1
Views: 2575

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" & \ "@" &...
by gimpeltf
Thu Nov 12, 2009 9:13 pm
Forum: Internet
Topic: On-Rev
Replies: 11
Views: 8456

The ability to open new native windows from a revlet was unfortunately not ready for the release time. But rather than moving everything from your substacks to the mainstack, you can also use the go to stack in window format to display the substack in the revlet space. on mouseUp go card 2 of stack...
by gimpeltf
Thu Nov 12, 2009 4:23 pm
Forum: Internet
Topic: On-Rev
Replies: 11
Views: 8456

The subject of the different web technologies coming out of the RunRev stable has just been dealt with on the use- list (thread starts here : http://lists.runrev.com/pipermail/use-revolution/2009-November/130412.html) Some of the best explanations I've copied here: There are two new web technologie...
by gimpeltf
Thu Nov 12, 2009 10:43 am
Forum: Internet
Topic: On-Rev
Replies: 11
Views: 8456

Hi gimpeltf, maybe you are mixing "Revlets" (stacks in a browser) with "on-rev" ( a server side scripting engine)? I don't follow. I have no experience here (this forum or using on-rev) so I'll just try to better explain what I did. I had a small program that included a main stack and a series of s...
by gimpeltf
Thu Nov 12, 2009 1:28 am
Forum: Internet
Topic: On-Rev
Replies: 11
Views: 8456

I don't think currently on-rev supports sub-stacks per se. There is the "include" keyword to include other irev files. Also you might find more information at the on-rev forums. http://forums.on-rev.com/ Now if you mean serving up stacks and substacks as a revlet, well that's a completely different...
by gimpeltf
Wed Nov 11, 2009 7:59 pm
Forum: Internet
Topic: On-Rev
Replies: 11
Views: 8456

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....
by gimpeltf
Fri Nov 23, 2007 10:58 am
Forum: Using Externals
Topic: Quartam PDF
Replies: 3
Views: 6344

Hi Gimp, Printing cards to a PDF file with a single command is currently not possible using Quartam PDF Library - there's still a lot of preparatory work to be done before this can be tackled: clipping, blending, unicode and styled text with arbitrary fonts, etc. Then there is the dilemma: do I mak...
by gimpeltf
Mon Nov 19, 2007 2:15 pm
Forum: Using Externals
Topic: Quartam PDF
Replies: 3
Views: 6344

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 fo...
by gimpeltf
Mon Oct 29, 2007 12:33 am
Forum: Databases
Topic: Linking to MS Access Database on Local Drive
Replies: 14
Views: 30731

Thanks, I'll give it a try if it isn't over my head. ;)
by gimpeltf
Mon Oct 08, 2007 4:19 pm
Forum: Databases
Topic: Linking to MS Access Database on Local Drive
Replies: 14
Views: 30731

First off, I found the answer to my previous question in this thread on another thread before coming back here. But, I have a question about setting up the ODBC path and other info. I know how to do it through the Control Panel manually. Is there a way to do it via Revolution? I would like to be abl...
by gimpeltf
Sat Jul 07, 2007 5:18 am
Forum: Databases
Topic: Updating in Access- quotes
Replies: 3
Views: 5339

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 q...
by gimpeltf
Sat Jul 07, 2007 4:46 am
Forum: Databases
Topic: Updating in Access- quotes
Replies: 3
Views: 5339

Dear Gimp, I'm not an experienced Access user, but don't you have to escape the additional quote in O'Neil? Are you sure Access understands if you exchange all apastrophes and double quotes? Try Update Campers Set LastName='O\'Boyle' where ID=365; (I believe it is a backslash, it might be a slash)....
by gimpeltf
Thu Jul 05, 2007 5:42 pm
Forum: Databases
Topic: Updating in Access- quotes
Replies: 3
Views: 5339

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(tConnecti...
by gimpeltf
Thu Jul 05, 2007 5:40 pm
Forum: Databases
Topic: Linking to MS Access Database on Local Drive
Replies: 14
Views: 30731

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(tConnecti...

Go to advanced search