RE: Using a card to make modifications to database

2005-10-04 Thread Jan Schenkel
tDatabaseID,insert into test.nflstats(Name, Team, Position, Rushing, Receiving) values(:1,:2,:3,:4,:5), tName, tTeam, tPosition, tRushing, tReceiving -- See the docs for a full explanation. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we

Re: Problem with editable field -

2005-11-01 Thread Jan Schenkel
Dictionary for a detailed overview of the 'specialFolderPath' function. Be sure to check out Ken Ray's research of this function on his excellent Revolution developer resources site, at: http://www.sonsothunder.com/devres/revolution/tips/file010.htm Hope this helped, Jan Schenkel. Quartam - Tools

Re: ARGH! 2.6.1 keeps crashing

2005-11-01 Thread Jan Schenkel
' shortcut in the Script Editor, Rev was closed with an 'illegal read' error. But I haven't been able to reproduce it; maybe if others chime in with similar experiences, we can find a pattern. Best regards, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we

RE: ARGH! 2.6.1 keeps crashing

2005-11-01 Thread Jan Schenkel
able to reproduce it, and have been running fine since that single crash, so I'm not sure of the cause (menu shortcuts? undo stack?). Of course, if I ever find a reproducible error, I'll bugzilla it -- and given Rev's stability, that's a big 'IF'. Jan Schenkel. Quartam - Tools for Revolution http

Re: clone card command

2005-11-01 Thread Jan Schenkel
the sharedText property set to true by default, other fields will have the sharedText property set to false by default. As for the weird phenomenon and the frequent crashes, I'm not sure what to answer you. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com

Re: [Ann] ArcadeEngine 1.5 released

2005-11-01 Thread Jan Schenkel
barely do stick figures, and get a throbbing headache trying to produce an Arkanoid game for my Java course. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Layout ?

2005-11-02 Thread Jan Schenkel
around with profiles: you could make a Master profile with the current layout, and add another profile where the rect of your objects reflects the new location. You may need to experiment a bit to make it work. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com

Re: Run/Edit mode

2005-11-08 Thread Jan Schenkel
to go when testing your application :-) Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Yahoo! Mail

Re: How can I print all parts of oversize cards!?[EMAIL PROTECTED]

2005-11-14 Thread Jan Schenkel
if that makes a difference? Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Yahoo! Mail - PC Magazine

RE: Buggy debugger -- solved?

2005-11-14 Thread Jan Schenkel
of the property may be off) In your case, the engine could be grabbing the wrong button, based on the layer of the button (if the nested group Index was in a lower layer than the button), but in my case the groups were not nested. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we

Re: The Disappearing Desktop - It's Real This Time [long]

2005-11-14 Thread Jan Schenkel
Revolution to consume the same web services. In the end, the more convenient access method will have the most users, whether that's a browser-based or internet-enabled desktop application. Just my two cents, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older

Re: combine behavior

2005-11-21 Thread Jan Schenkel
the structure of the data in your array. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Yahoo

Re: [OT] Web Services Dead? Don't Tell Amazon

2005-11-21 Thread Jan Schenkel
best at: serve shared data ; and the client do what it's best at: edit private data and interact with the server to create, read, update and delete shared data. I'd much rather not do that in a browser, but that's just me... Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com

Re: Need help opening a Macintosh Hypercard addess stack on a Windows PC with revolution

2005-11-28 Thread Jan Schenkel
that could be useful: http://lists.runrev.com/pipermail/metacard/2004-December/007957.html Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Constant 'Nonsense' about RR documentation

2005-11-28 Thread Jan Schenkel
think the RunRev crew are aware of those items and working hard to code them. And I can't wait to get my grubby little paws on those new killer versions... Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: There was an error connecting to the database

2005-11-28 Thread Jan Schenkel
at a time, clicking the connect button to check if that's the one failing. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: revSetDatabaseDriverPath

2005-12-06 Thread Jan Schenkel
settings, instead of relying on its requirements detection scheme. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: tabbed windows

2005-12-07 Thread Jan Schenkel
in the visible tab. Or did I misinterpret your question? Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam

Re: Text exceeds Label width

2005-12-19 Thread Jan Schenkel
1 then ... -- Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam? Yahoo! Mail

Re: Another little SQL issue

2005-12-28 Thread Jan Schenkel
) \ into field edEmail put revdb_columnbyname(tCursorID,edSubscribed) \ into field edSubscribed -- DON'T FORGET TO CLOSE THE CURSOR WHEN YOU'RE DONE get revdb_closecursor(tCursorID) -- Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we

Re: FTP

2005-12-28 Thread Jan Schenkel
then set the itemDelimiter to / put item -1 of tFilePath into tFileName put ftp://username:[EMAIL PROTECTED]/drop/ \ tFileName into tUploadURL libURLftpUploadFile tFilePath, tUploadURL else beep end dragdrop -- Hope this helped, Jan Schenkel. Quartam Reports

Re: Sending a fax from Revolution

2005-12-28 Thread Jan Schenkel
. Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Yahoo! DSL – Something to write home about. Just $16.99/mo

Re: Hypercard stack into Dreamcard

2005-12-28 Thread Jan Schenkel
/Revolution/Dreamcard, visit Hyperactive Software: http://www.hyperactivesw.com/mctutorial/index.html Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Change Focus to Group

2005-12-30 Thread Jan Schenkel
returnInField -- Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Yahoo! DSL – Something to write

Re: Printing In Rev

2006-01-08 Thread Jan Schenkel
, through a cross-platform library with a simple API as well as an advanced callback architecture. Give it a whirl and see if it is the solution to your needs. If you buy version 1.0, you get a free upgrade to version 1.1, which is shaping up to be a solid expansion of the feature set. Best regards, Jan

Re: about win32 folder names with spaces...

2006-02-20 Thread Jan Schenkel
suffice to put quotes around the path, or use the 'shortFilePath' function. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Rev 2.7 Bug (Crash)

2006-02-20 Thread Jan Schenkel
exclusive-lock instead of no-lock -- unless you set the isolation level to 'Read Uncommitted' Which in turn brings up the fascinating subject of Dirty, Repeatable, and Phantom Reads -- but let's not get carried away ;-) Best regards, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com

Re: URL link -- newbie time

2006-02-21 Thread Jan Schenkel
the default browser to the specified URL. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired

Re: Win XP and Rev 2.7

2006-02-22 Thread Jan Schenkel
, and send it along with your PC specs to [EMAIL PROTECTED], or file them in Bugzilla, the issue will be addressed shortly. Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: report object missing

2006-02-27 Thread Jan Schenkel
, which is shaping up to be a solid expansion of the feature set. Best regards, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Win XP / Rev 2.7

2006-02-27 Thread Jan Schenkel
--- Karen [EMAIL PROTECTED] wrote: Hi, Has anyone seen problems with inclusion of script libraries in Rev 2.7? I've been trying Quartam Reports and have included the XML libraries in the standalone. On the Mac this work fine, on Windows Quartam can't find the XML libraries. I've

Re: Win XP / Rev 2.7

2006-02-27 Thread Jan Schenkel
is present and you still can't get it to work. Best regards, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired

Re: XML Library and Windows

2006-02-27 Thread Jan Schenkel
building for Windows using Rev 2.7, should vote for bugzilla #3357 http://support.runrev.com/bugdatabase/show_bug.cgi?id=3357 Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: XML Library and Windows

2006-03-01 Thread Jan Schenkel
into tCardRange -- and print the data stack qrtReports_PrintReportFromStack \ tLayoutPath,tStackName,tPreviewFlag,tCardRange end mouseUp ## Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: ODBC connection to MS SQL 2000 help needed

2006-03-30 Thread Jan Schenkel
) ## do something with the data in the currentrecord end repeat -- Unfortunately, some databases only support read-only forward-only cursors -- so you should traverse the record set and fetch all the data you want in one go. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http

Re: Plugins folder in v2.7?

2006-03-30 Thread Jan Schenkel
a stack that creates these for you, and post it on RevOnline or something ;-) Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Problems with revcopyfile

2006-03-30 Thread Jan Schenkel
to feed it a full path to the source and target file. Of course, if you're not on a Mac or don't need to copy any MacOS 9 - style 'resource fork', you can easily copy the file yourself using: put URL (binfile: tSourcePath) into URL (binfile tTargetPath) Hope this helped, Jan Schenkel. Quartam

Re: Palettes and the defaultMenuBar

2006-03-30 Thread Jan Schenkel
standalone. That way, any stack that doesn't have its own menubar will display the menubar of your mainStack. Or have you tried that and it didn't work properly? Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: Problems with revcopyfile

2006-03-30 Thread Jan Schenkel
Hi Jonathan, I think that you get away with it in Windows, because the 'Start in' path coincides with the start of the relative path to your source file. And you should try and provide the full path, indeed. Jan Schenkel. --- Jonathan Kotthoff [EMAIL PROTECTED] wrote: So what were really

Re: How do I remotely change the selectedText of a button and then save it?

2006-03-31 Thread Jan Schenkel
of what you want, just use a pair of 'lock messages' and 'unlock messages' around it. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

RE: ODBC connection to MS SQL 2000 help needed

2006-03-31 Thread Jan Schenkel
solutions on the Progress OpenEdge platform. Items 2 through 4 should help anyone connect to databases, and Item 1 is no surprise either. Item 5 is something that we can do ourselves, while Items 6 and 7 will make it more attractive for the Enterprise market. My two eurocents, Jan Schenkel

Re: ODBC connection to MS SQL 2000 help needed

2006-04-01 Thread Jan Schenkel
as bugzilla #3479 for your voting pleasures. Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam? Yahoo! Mail

Re: ODBC connection to MS SQL 2000 help needed

2006-04-01 Thread Jan Schenkel
a general-purpose visual development tool, not a dedicated database front-end builder. Nevertheless, its database library allows us to build business apps with a sleek modern look and feel. And nearly always in a lot less time than when you have to crack open .NET or Java. Jan Schenkel. Quartam Reports

Re: Emergency

2006-04-02 Thread Jan Schenkel
work for you? I recall from your original question that you were trying to copy files from within an application bundle. Since I could even get that to work, perhaps your source file path is somehow not up to sniff. Best regards, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com

Re: Pop open folders in a field

2006-04-03 Thread Jan Schenkel
at Altuit's altXMLTreeView - available at http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: How to enable and disable a group of buttons with text input in a field?

2006-04-12 Thread Jan Schenkel
backspace or the delete key, this should be sent. So try this: ## on selectionChanged set the enabled of group test to (the text of me is empty) end selectionChanged ## Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both

Re: packing external executable within a stack?..

2006-04-17 Thread Jan Schenkel
this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: storing associative arrays externaly

2006-04-24 Thread Jan Schenkel
file combine tIndexArray using return and tab put tIndexArray into URL(file: tFilePath) ## Loading the array from a text file put URL(file: tFilePath) into tIndexArray split tIndexArray using return and tab Hope this helped, Jan Schenkel. Quartam Reports for Revolution http

Re: cgi MySQL

2006-04-26 Thread Jan Schenkel
into the cgi-engine, but you may have to tweak things a bit for it to find the database drivers. Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: More OSX Appearance Confusion

2006-05-01 Thread Jan Schenkel
) Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: Optimize This!

2006-05-01 Thread Jan Schenkel
looked at your code close enough, and errantly concluded you were reading the file from the start every time you wanted to read a certain chunk of the file. Ah well, maybe it will come in handy fom someone else ;-) Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow

Re: revdb error: MUST be select SQL

2006-05-07 Thread Jan Schenkel
might want to look into the revQueryDatabase function, which uses cursors (record sets). Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: revdb error: MUST be select SQL

2006-05-08 Thread Jan Schenkel
a VIEW with the database schema information, so you wouldn't need the PRAGMA command. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: How do I put Toolbox objects into a table control?

2006-05-18 Thread Jan Schenkel
, mouseUp, mouseRelease, linkClicked - and friends] Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo

Re: Read file with accented characters ?

2006-05-19 Thread Jan Schenkel
character set used on Unix and Windows systems. ## In theory, using the URL 'file:' construct should take care of that, but maybe Rev needs a little nudge to catch this conversion. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both

Re: Math problems?

2006-05-19 Thread Jan Schenkel
add a really small number to 'flip it over' to the higher number for this sort of occasion: ## put 100 * tDecimal into tNew Decimal add 0.01 to tNewDecimal put the trunc of tNewDecimal ## Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow

Re: What elements are used for writing reports?

2006-05-22 Thread Jan Schenkel
worry, it won't be just a sales pitch for my own tools, as I'll be exploring the wealth of options you have at your disposal, to create various types of reports using Revolution. For more information on the upcoming Revolution Conference, visit: http://www.recvonwest.com Best regards, Jan

Re: xslt transform

2006-05-22 Thread Jan Schenkel
, everyone looking for XSL out of the box, should vote for bugzilla #2809 http://support.runrev.com/bugdatabase/show_bug.cgi?id=2809 Best regards, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: spaces between each character?

2006-05-22 Thread Jan Schenkel
to the encoding of the file - from the first line, you can read that it's in UTF-8. As I'm not a Unicode expert, I'll leave it to someone else to give you the proper code ; perhaps the following link will help: http://search.gmane.org/?query=utf+unidecodegroup=gmane.comp.ide.revolution.user Best regards, Jan

Re: how do you get the MySQL mysql_insert_id(); from within Rev?

2006-05-26 Thread Jan Schenkel
it's ID?) Thanks! Hi Josh, For a second I thought that the result of revExecuteSQL might be the ID, but according to the docs you'll get the number of records affected by your query. So it looks like searching your record is the only option. Jan Schenkel. Quartam Reports for Revolution http

Re: First record status inconsistent using SQLite

2006-05-26 Thread Jan Schenkel
record, not on it. In this case, I'd contact the Altuit people to verify this behavior and whether or not it is consistent with revdb standards. Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Background Field Table Behavior

2006-05-26 Thread Jan Schenkel
, such as by Kenneth L. Simmons: http://www.rpi.edu/~simonk/technical.html Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do

Re: database connect/query id's

2006-06-09 Thread Jan Schenkel
in a hlobal variable, rather than connect to the database every time you want to query it. Hope this gets you started, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: database query

2006-06-09 Thread Jan Schenkel
mouseUp ## In approach 1, you can use a function like 'merge' to make the script a little more readable for long queries involving a lot of variables. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more

Re: HTML import corrupting tags

2005-06-13 Thread Jan Schenkel
in your projects, have a look at altBrowser, by Altuit: http://www.altuit.com/webs/altuit2/altBrowserCover/default.htm Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: [V4REV] How correctly prepare stack for cross-platform use ?

2005-06-13 Thread Jan Schenkel
Valentina. I hope this revdb driver is going to be updated for Valentina 2.0 in the near future ? Best regards, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Database Query Buider

2005-06-13 Thread Jan Schenkel
. Hi Bill, You could edit the 'revDatabase' frontscript and insert a 'set the cursor to watch' every here and there. But it might be better to add this to Bugzilla as an enhancement request, so you're not bitten by future updates. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com

Re: load database tables

2005-06-13 Thread Jan Schenkel
users might be able to give you a hand to construct the SQL needed to extract the information. E.g. for MS-Access, the SQL is something like: -- SELECT name FROM MSysObjects WHERE type IN (1,6) AND name NOT LIKE 'MSys%' -- Hope this gets you a little closer to the solution, Jan Schenkel

Re: Economics Eye Candy

2005-06-13 Thread Jan Schenkel
--- Richard Gaskin [EMAIL PROTECTED] wrote: Dan Shafer wrote: The problem, IMNSHO, isn't with Rev, it's with the fact that as far as I know there is no single method of creating and implementing externals that runs on all platforms. I wonder what could be done by integrating with

Re: Economics Eye Candy

2005-06-13 Thread Jan Schenkel
to add cross-platform external controls -- I for one would love to use JTable inside a Rev project. Maybe the engineers at RunRev HQ could take a peek at the code in Mozilla to see how they added Java applets? Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow

Re: Database Query Builder -- errors

2005-06-13 Thread Jan Schenkel
on the existing query conection data by using the other calls in the revDatabase frontscript like : -- revExecuteWithQuery query name,sql query -- Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: Report Printing for Other Newbies

2005-06-20 Thread Jan Schenkel
and documentation. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) Yahoo! Sports Rekindle the Rivalries. Sign up

Re: Well that didn't work...

2005-06-20 Thread Jan Schenkel
' message, like this: -- on returnInField put value(the selectedLine of me) into tPrevLine put return into the selectedChunk repeat while char 1 of tPrevLine is tab put tab into the selectedChunk delete char 1 of tPrevLine end repeat end returnInField -- Hope this helped, Jan

Re: XML looping

2005-06-21 Thread Jan Schenkel
in using XML with Revolution. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam

Re: Q: Can RunRev send messages to the command line?

2005-06-30 Thread Jan Schenkel
, Emilio Hi Emilio, There's no need for AppleScript -- take a look at the 'shell' function. It allows you to do calls like a command line : -- put shell(netstat) into tNetStatResult answer tNetStatResult -- Related items of interest: shellCommand and hideConsoleWindows. Hope this helped, Jan

Re: opening files created by my app

2005-06-30 Thread Jan Schenkel
is aevt and pID is odoc then -- the file path is in the appleEvent data request appleEvent data put it into tFilePath -- do what it takes to open your file else -- very important, pass if you don't handle it pass appleEvent end appleEvent -- Hope this helped, Jan Schenkel

Re: opening files created by my app

2005-06-30 Thread Jan Schenkel
end if end openStack -- Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Discover Yahoo! Have fun online

Buying Quartam Reports

2005-07-14 Thread Jan Schenkel
have updated the links on my website and added some explanation on what to get where. More distribution partners and payment methods will be added shortly. Best regards, and thank you all for your continued support and patience, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com

Re: Quartam Reports Released

2005-07-14 Thread Jan Schenkel
. In the meantime, Quartam Reports offers tremendous value right here and right now. Best regards, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Quartam Reports Released

2005-07-14 Thread Jan Schenkel
tremendous value right here and right now. Best regards, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo

Re: Quartam Reports, day late, dime short

2005-07-14 Thread Jan Schenkel
of software development: users want it shipped yesterday, packing features they haven't even thought they needed tomorrow, while never needing an upgrade. Now there's a challenge for a developer -- maybe I should get Jacque to send me a beta of her time warp stacks ;-) Best regards, Jan Schenkel

Quarta Reports - in perspective

2005-07-17 Thread Jan Schenkel
into account and see how they fit into the roadmap, which already contains quite a few exciting additions for the coming year. We now return you to your regular broadcast of helpful tips and tricks by the Revolution developer community. Kind regards, Jan Schenkel. Quartam - Tools for Revolution http

Re: Quartam Reports Pricing

2005-07-17 Thread Jan Schenkel
with the good people behind the RR webstore. I will also be adding more payment options this coming week. I will contact you off-list for more details. Best regards, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: use-revolution Digest, Vol 22, Issue 78

2005-07-18 Thread Jan Schenkel
to get Quartam Reports Pro for $199, but only if there is a Revolution Enterprise in the mix. New payment methods will be available later this week. Best regards, Jan Schenkel. -- Quartam - Tools for Revolution http://www.quartam.com --- CHARLES W SZASZ [EMAIL PROTECTED] wrote: I have also been

Re: Quartam Reports pricing

2005-07-18 Thread Jan Schenkel
to get Quartam Reports Pro for $199, but only if there is a Revolution Enterprise in the mix. New payment methods will be available later this week. Best regards, Jan Schenkel. -- Quartam - Tools for Revolution http://www.quartam.com --- CHARLES W SZASZ [EMAIL PROTECTED] wrote: I have also been

RE: Problem with Editable Fields

2005-07-18 Thread Jan Schenkel
remains with the field. So it's your job to trigger the closeField. Annoying, perhaps, but that's the way the cookie crumbles... Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: XMLRPC Authentication

2005-07-19 Thread Jan Schenkel
, as this replaces the httpHeaders with a set of its own before calling the web service. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: XML questions

2005-07-22 Thread Jan Schenkel
other goodies. But I know they're on the RR radar, and the more people request them, the higher the chance to get them sooner. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Printing only selected pages

2005-07-22 Thread Jan Schenkel
. Naturally, I'm one of the people who hope that this will be added to Revolution soon. Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: revPrintField problem

2005-07-25 Thread Jan Schenkel
ObjectButton Line revPrintField the name of field myField Hint myField Hi Ban, The revPrintField wants a long name or ID: -- on mouseUp revPrintField the long ID of field MyField end mouseUp -- Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com

Re: array info request

2005-07-25 Thread Jan Schenkel
into an SQL database. The latter will definitely help if you want to apply this in a multi-user situation. Then your editor stacks can leave the central storage up to the database. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow

RE: revPrintField problem

2005-07-25 Thread Jan Schenkel
revPrintField (the long ID of field MyField) end mouseUp -- If that doesn't do it, it may not be able to find this field -- is it on the same card as the button ? Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: cannot import a MS word file into field

2005-07-25 Thread Jan Schenkel
to the content of this file: -- on mouseUp answer file Select an HTML file to import if it is empty then exit mouseUp set the htmlText of field HTML to \ URL (file: it) end mouseUp -- How much information this will carry over, is another question entirely, but it should get you somewhere. Jan

Re: Flashing numbers added to Number Picker stack.

2005-07-27 Thread Jan Schenkel
random (25) into field field1 wait 200 milliseconds end repeat ## now the code you already had put random (25) into field field1 revsetspeechvoice ralph revspeak field field1 wait 4 sec put empty into field field1 end mouseUp -- Hope this helped, Jan Schenkel. Quartam - Tools

Re: color probe (at a point)

2005-07-29 Thread Jan Schenkel
the screenMouseLoc to tSavedLoc answer tColor end mouseUp -- Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Help, what am I doing wrong???

2005-07-30 Thread Jan Schenkel
script seemed to work for me. Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) Start your day

Re: Resizable stack on Windows standalone?

2005-09-19 Thread Jan Schenkel
in his Resources section: http://www.fourthworld.com/resources/index.html Hope this helped, Jan Schenkel. Quartam - Tools for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: OT: Win virtualization with Parallels?

2006-06-26 Thread Jan Schenkel
a charm - though your mileage may vary as its support for USB was not complete according to the latest messages on the Net. Probably a little late if you've already bought it, but I thought I'd share my impressions nonetheless... Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com

Re: Revolution CGI error

2006-06-26 Thread Jan Schenkel
/viewtopic.php?t=119 Dave Cragg and I got it running on both PowerPC and Intel Macs, so I'm sure you can too :-) Best regards, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: How to use externals

2006-06-26 Thread Jan Schenkel
the .exe has finished running. Hope this helped, Jan Schenkel. Quartam Reports for Revolution http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) __ Do You Yahoo!? Tired of spam

  1   2   3   4   5   6   7   8   9   10   >