Hello.
I´m new in this and I want to know How can I use a constant within a PV object?
It is because I passed some variables between two screens and I want to use one of this variables as a parameter for a PV object without define the buffer, is it possible?
Thanks Juan Carlos :D this has been so helpful for me, I will try on this right now.
Gretings.
Hi,
Is not possible, the only way that you can do that is with a type on a dh file.
DH:
Option Explicit
Type xTZAPFiltro
VendId As String * 15
End Type
Public bxTZAPFiltro As xTZAPFiltro
Form1:
Call SetAddr(NOLEVEL, "bxTZAPFiltro", bxTZAPFiltro, nxTZAPFiltro, Lenb(bxTZAPFiltro))
bxTZAPFiltro.VendId = ApplGetParmValue(PRMSECTION_VBRDT, "VendId")
PV:
"sp","bxTZAPFiltro.VendId";0;0;15
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,493 Most Valuable Professional
nmaenpaa 101,148