J
|
Jane 12/29/2008 |
Hi, |
|
500449 1/3/2009 |
Hi, where do you save your images: in the database or on the disc?
|
J
|
Jane 1/5/2009 |
Hi, The images were full size on both pages so from the visual editor section, on my view sheet for my photo, I changed the width to 350 px and UNCHECKED the thumbnail box. Then for my list page I put 0 in the photo width then checked the box for thumbnails.
|
|
501338 1/6/2009 |
Hi, Settings for view and list pages are the same. Please clarify what option you've unchecked.
|
J
|
Jane 1/7/2009 |
Yes, settings for list and view pages are the same. select field1, field1 as field1_view ... from TableName
|
|
501339 2/18/2009 |
Yes, settings for list and view pages are the same. If you want to set up different settings for these page edit SQL query on the Edit SQL query tab. Here is a sample: Then check off field1_view on the view page only on the Choose fields tab and set up different formats for field1 and field1_view fields on the "View as" settings dialog on the Visual Editor tab.
|
J
|
Jane 2/19/2009 |
Hi, |
|
501340 2/19/2009 |
Hi, proceed to theEdit SQL query tab, switch the SQL mode and edit your SQL query.
|
|
501341 2/19/2009 |
Hi! When I look at the sql tab, it lists the fields in my database. None of the fields are duplicated in the list shown. What am I supposed to edit? I tried clicking on the "reset" button but that did not do anythings. Thanks!
|
J
|
joesturg 4/2/2009 |
Jane, |
J
|
Jane 4/3/2009 |
Hi, select field1, field1 as field1_view, ... from TableName
|