A
|
ann 8/6/2010 |
Hi, |
K
|
kkiboo author 8/6/2010 |
Right, but I don't want to join the tables. |
A
|
ann 8/6/2010 |
Hi, |
K
|
kkiboo author 8/6/2010 |
or insert Views of other tables using <iframe> tag in the HTML mode on the Visual Editor tab.
|
A
|
ann 8/6/2010 |
Hi, <IFRAME height=700 src="TableName_view.php?editid1=1" width="100%">
|
K
|
kkiboo author 8/6/2010 |
Hi, here is a sample: <IFRAME height=700 src="TableName_view.php" width="100%">
|
J
|
Jane 8/9/2010 |
Hi, $str = "select FieldName1,FieldName2 from Tablename where employee='bob'"; |
K
|
kkiboo author 8/9/2010 |
Hi, thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=51742&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
K
|
kkiboo author 8/9/2010 |
Hi, thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=51751&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> When I run this code, I get an error from oracle: ociexecute() [function.ociexecute]: ORA-01722: invalid number I double checked, I made sure I got the table name, field names, etc right.
|
K
|
kkiboo author 8/9/2010 |
Also, is there anyway to make 'bob' or whatever Employee needs to be looked up a variable? like {Employee_Value}? I tried it with that syntax and it gave an error. :\ |
A
|
ann 8/10/2010 |
Hi, |
K
|
kkiboo author 8/12/2010 |
It turns out what I needed was a view on the original table, then linking it to the employee table and only having to checked to display on the view page. |
J
|
Jane 8/13/2010 |
Hi, |