trouble with standalone valentina

Robert Mann robmann at gp-racing.com
Wed Aug 29 12:44:18 EDT 2007


The _customKeyVSCR is working properly this is later used to check paypal
payment which is working, 
The problem is getting the information into the valentina database in
development mode it goes in but when I build a standalone it does not?




-----Original Message-----
From: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Andre Garzia
Sent: Wednesday, August 29, 2007 12:19 PM
To: How to use Revolution
Subject: Re: trouble with standalone valentina

Hello Robert,
this may sound naive. But instead of using "this stack" try to use the real
name of the stack. The stack you think is the default might not be the
default one so you may been accessing the property of some other stack which
is empty.

try using something like:

if the _customKeyVSCR of this stack is empty then
   answer "current stack is" && the short name of this stack
end if

if it is the correct stack, then check is the custompropertyset is the right
one. You may be accessing the right stack all along but trying with a wrong
property set being the current one.

If the problem still persists, run your routine that saves the VSCR key and
then open the *troublesome* stack in the IDE and check if the value is being
saved. Chances are if you're acessing it right but there's no value that the
save routine is wrong.

HTH
andre



On 8/29/07, Eric Chatonet <eric.chatonet at sosmartsoftware.com> wrote:
>
> Hi Rob,
>
> Le 29 août 07 à 01:03, Robert Mann a écrit :
>
> > My application works fine in development mode but when I build the
> > standalone and test that database does not seem to get updated?
>
> Databases are not my field but reading your script I saw:
>
> >   set the _customKeyVSCR of this stack to _key
>
> Could it be simply related to the fact that a standalone can't be saved?
> Then the _customKeyVSCR is always empty when relaunching.
> Hope this helps.
> Not sure ;-)
>
> Best regards from Paris,
> Eric Chatonet.
> ----------------------------------------------------------------
> Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
> Email: eric.chatonet at sosmartsoftware.com/
> ----------------------------------------------------------------
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list