Announcements
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?
*This post is locked for comments
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
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156