Thanks Saleh... because it is a configuration table. Contains titles, subtitles, export access units, etc, and continuously I checking if pc who are clients or servers .. I explained well?
Regards.
Just open REPORT
In Menu VIEW set PAGE LAYOUT VIEW
Take the right side of the DETAIL and strech to 1/2 or less width.
Its all.
put the data in the area of detail....etc
Regards.
I use to delete:
stream(lignes)
LIG:Fact_ID = FAC:Fact_ID
set(LIG:K_FactID,LIG:K_FactID)
loop
next(lignes)
if errorcode() or LIG:Fact_ID <> FAC:Fact_ID then break.
relate:lignes.delete(0)
end
flush(lignes)
and use for clear:
stream(lignes)
LIG:Fact_ID = FAC:Fact_ID...
Hi ALL!
I have an app with a table that have a record FECHAINGRESO as ULONG. In a procces i need verify that this FECHAINGRESO it's in a range F1 and F2 declared as DATE
I use:
INSTRING(FECHAINGRESO,FE1,FE2) but Don't work
INSTRING(format(FECHAINGRESO,@D6),FE1,FE2) ¿ Don't work too?
IF...
Hi all!
I have a app that I've gone from 98 to XT and now Windows 7.
The problem I have is that I can't modify a value of a regedit with PUTREG, that I have for protection. Also the GETREG works well.
Anyone know how I can do to make PUTREG work?
Thank you.
Eduardo
good day, someone on the forum has worked with Ingasoft templates for Open Office (EasyOpenOffice) - (especially for inserting files, copy and paste, etc.)
I bought these templates and I need know if they are not very good .. or I bad!, but the response of ingasoft is so slow ..
thanks
Eduardo
Hi
I tried as you said, but nothing. I have tried all the options .. is the first time this happens to me.! This control has always existed without my handle .. I do not understand..ok, no problem friend, I will not make you lose more time. Thank you very much realy.!
Regards.
Sometimes when I have these problems. use more than one Detail. The one I put the data and the other (f.e. ?linedetail), I have only line, which print control according to a condition.
PRINT(?DETAIL)
PRINT(?LINEDETAIL)
See the Source code in te embeds.
I hope to serve you the answer.
Eduardo
I have a browse of a standard table related. has the VCR, and check the vertical and horizontal scroll bar, but only the vertical bar is not displayed (the data exceeds the browse. If I use up, down or VCR the rest of the data appear). As I can force your view?
Thanks.
Eduardo
Hi I use the free template of NOVA, funtion LINEPRINT, its transparent and no need tables:
THEFILE='C:\EXPORTAR\ARCHIVO.TXT' !name file with path
IF EXITST(THEFILE) THEN REMOVE(THEFILE) !if not remove, add
!data in the same file!!
LOOP
IF CONDITION...
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.