Hello,
I've in a simple Form a Drop Down List on which I'd like to test the value. In fact, I'd like there is a value. So, on the OK Button, on Accepted embed, before Generated Code, I've put this :
IF CLIP(DNR:TYPE_INFO) = '' THEN
message('The field is empty')
Select(DNR:TYPE_INFO)...
Hi all,
I'm using in my corporate software some Crystal Reports called by Crystal 8 DLLs for CLARION. But I've a problem.
If I'm in a browse and I call a report, at the close of this one, so I've an error, the text is localised in French but the equate is : USHORT(Msg:AbortReading)
But in...
Well, I've soon try this way but I had a problem.
On get(file,pos#) it goes back to the first record of the file !
Actually, there is no so much records to treat. But I'm still looking for a better way to do this.
Maybe I'll finally use an alias on the table. So I'll had to remake the report :-(
My record is a string, so I can't increment it. The problem is that Next() after Set() is like a Fetch() and take the current record if exists. So I find a not proper solution [sad] but it works.[morning]
CDEF:NUM_CDE_FOUR = M_Num_Deb
Access:COMMANDE_ENTETE_FOUR.Fetch(CDEF:K_NUMCDEFOUR)
LOOP...
Thanks for your quick response.
Well I've try to do this :
CDEF:NUM_CDE_FOUR = M_Num_Deb
SET(CDEF:K_NUMCDEFOUR, CDEF:K_NUMCDEFOUR)
LOOP Until Access:COMMANDE_ENTETE_FOUR.Next()
IF CDEF:NUM_CDE_FOUR > M_Num_Fin THEN Break.
SAV:POS = Position(COMMANDE_ENTETE_FOUR)...
Hello,
I've a loop on the primary key of a file which is calling a report.
If I desactivate the call to the printing procedure, the loop goes by each step of the file. But if the printing procedure is called the loop goes 2 by 2.
The loop is based on the same file that the primary file of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.