- void display.BookAppt(int id, Add_Project proj)
- {
- openUrl("#Form:Book_Appointment?Project=" + proj.Project_Code, "same window");
- }
On the Book_Appointment form, I have a lookup field called "Project" and I'm trying to pass the "Project Code" value from the Add_Project form, but it isn't working.