J
|
Jane 2/18/2009 |
Hi, |
V
|
vytb author 2/18/2009 |
Hi, select this value from subject table, save it in the session variable and then use it as default value on the "Edit as" settings dialog.
|
J
|
Jane 2/19/2009 |
Hi, |
V
|
vytb author 4/2/2009 |
Thanks Jane,
|
J
|
Jane 4/3/2009 |
Hi, $str = "select subjectid, id from visit where id=".$_SESSION[$strTableName."_masterkey1"]." Order by fieldname desc";
|
V
|
vytb author 4/7/2009 |
Hi, to sort selected records add ORDER BY clause to your query: Regarding the second question. Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.
|
J
|
Jane 4/8/2009 |
Hi, |
V
|
vytb author 8/25/2009 |
Hi, It's difficult to tell you what's happening without seeing actual files. Please publish your project on Demo Account and open a ticket at <a href="http://support.xlinesoft.com" target="_blank">http://support.xlinesoft.com</a> sending a URL to your pages along with instructions on reproducing this error.
|
J
|
Jane 8/26/2009 |
Hi, $str = "select SubjectId, id from visit where SubjectId=".$data["SubjectId"]." order by id desc"; |
V
|
vytb author 8/26/2009 |
Thank you Jane, |
V
|
vytb author 9/1/2009 |
Following your recommendations (code), I don't have the detail table prepopulated at all. Where should I look for the problem? Maybe desc makes the table prepopulate from itself? Help please! |
V
|
vytb author 10/7/2009 |
Hi again, |
J
|
Jane 10/8/2009 |
Hi, global $conn, $strTableName;
|