Generalsndy
IS-IT--Management
hello!
can anybody help me with this.
this code I used is to filter records:
i added the code below before the condition but it prints nothing at all.
REPORT FORM C:\folder\Reports\sample.frx PREVIEW FOR sem = ALLTRIM(PROPER(thisform.cmb_sem.Value))...
can anybody help me with this.
this code I used is to filter records:
Code:
SET FILTER TO sem = ALLTRIM(PROPER(thisform.cmb_sem.Value)) AND yr = ALLTRIM(PROPER(thisform.cmb_yr.Value)) AND (major="GENERAL" OR major= ALLTRIM(thisform.txtmajor.Value))
GOTO top
thisform.con_auto.grdSubject_table.Refresh
i added the code below before the condition but it prints nothing at all.
REPORT FORM C:\folder\Reports\sample.frx PREVIEW FOR sem = ALLTRIM(PROPER(thisform.cmb_sem.Value))...