November 20, 200718 yr Hi All, I working on a page and I would like to display a specific record where all the records on ABC field will be showing at the pages if is "High School" but for some reason it is not doing what supposed to do. Any help will be appreciated. $search_result21 = new FX($serverIP,$webCompanionPort); $search_result21->SetDBData('Resource_FYR.fp7','seminar_text'); $search_result21->SetDBPassword('','Admin'); $search_result21->AddSortParam('Last_Name','ascend'); $search_result21->AddDBParam(ABC,'High School'); $Result = $search_result-> FMFind(); Thank you, msei
Create an account or sign in to comment