Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"The most important thing in a man is not what he knows, but what he is." -- Narciso Yepes


devel / comp.lang.clipper.visual-objects / notify()

SubjectAuthor
* notify()aurora baccio
`- Re: notify()Franz Rachbauer

1
notify()

<5d4f8a2d-2037-4b53-b277-c47087ef5c59n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1161&group=comp.lang.clipper.visual-objects#1161

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a37:bd84:0:b0:6cf:6049:f12a with SMTP id n126-20020a37bd84000000b006cf6049f12amr8428880qkf.697.1666027847019;
Mon, 17 Oct 2022 10:30:47 -0700 (PDT)
X-Received: by 2002:a05:6870:b512:b0:132:98fc:5b79 with SMTP id
v18-20020a056870b51200b0013298fc5b79mr15169038oap.11.1666027846762; Mon, 17
Oct 2022 10:30:46 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 17 Oct 2022 10:30:46 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=93.65.242.7; posting-account=mGyhkgoAAACGngz8cxCfTmITiU5OjECD
NNTP-Posting-Host: 93.65.242.7
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5d4f8a2d-2037-4b53-b277-c47087ef5c59n@googlegroups.com>
Subject: notify()
From: aurorabaccio@gmail.com (aurora baccio)
Injection-Date: Mon, 17 Oct 2022 17:30:47 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1533
 by: aurora baccio - Mon, 17 Oct 2022 17:30 UTC

good evening,
I would need to use notify()
i know i have already made an application using it but i cannot find it.
i would like an example if possible.
Basically I need to display the customer's balance on a screen from a_Browse list. I read the customer's code and the balance is displayed next to it, taking it from the tab for the customer in question.
If there is a faster possibility, I would appreciate the advice, and of course, the example.
I know I am full of pretensions, but I am not how to do it.
Thanks for the help.
Aurora baccio

Re: notify()

<tioa06$or$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1162&group=comp.lang.clipper.visual-objects#1162

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!aioe.org!OBjat+wYhEgkoBrt9WGPng.user.46.165.242.91.POSTED!not-for-mail
From: office@rachbauer.org (Franz Rachbauer)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: notify()
Date: Wed, 19 Oct 2022 09:46:07 +0200
Organization: Aioe.org NNTP Server
Message-ID: <tioa06$or$1@gioia.aioe.org>
References: <5d4f8a2d-2037-4b53-b277-c47087ef5c59n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="795"; posting-host="OBjat+wYhEgkoBrt9WGPng.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:91.0) Gecko/20100101
Thunderbird/91.13.1
X-Antivirus: Avast (VPS 221019-0, 19.10.2022), Outbound message
X-Antivirus-Status: Clean
X-Notice: Filtered by postfilter v. 0.9.2
 by: Franz Rachbauer - Wed, 19 Oct 2022 07:46 UTC

It's very simple: Each time a record in a DataBrowser, DataListView,
DataServer, DataWindow, ...) is moved you have to show balance.
Regards, Franz

METHOD Notify(kEvent, uDesc) CLASS YourDataBrowser

IF kEvent == NOTIFYRECORDCHANGE .OR.;
kEvent == NOTIFYGOBOTTOM .OR.;
kEvent == NOTIFYGOTOP
// Show Balance
ENDIF

RETURN SUPER:Notify(kEvent, uDesc)

Am 17.10.2022 um 19:30 schrieb aurora baccio:
> good evening,
> I would need to use notify()
> i know i have already made an application using it but i cannot find it.
> i would like an example if possible.
> Basically I need to display the customer's balance on a screen from a_Browse list. I read the customer's code and the balance is displayed next to it, taking it from the tab for the customer in question.
> If there is a faster possibility, I would appreciate the advice, and of course, the example.
> I know I am full of pretensions, but I am not how to do it.
> Thanks for the help.
> Aurora baccio

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor