Kevin, Thanks for your input. I guess I was hoping for something a little more automated. With the TEXT command - its still to some extent that I will need to generate some kind of code by hand. Or, at least, hand code some chunks, then let the program generate each page - based upon those chunks - and then inserting images/links within those chunks. I shall look into what you meant via the TEXTMERGE command. As for the Menu suggestion - that's also something I hope to automate - but, not sure exactly what you meant below. I saw something in the VFP help - which referred to generating an HTML page from a Menu. I should also look closer at that and see what I can come up with. Its just that - I don't already have the menu it speaks off - since I don't have the whole Gallery in a menuing kind of thing in VFP. But, maybe I can play around with that and see what I can come up with.
-K- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kevin Cully Sent: Monday, January 17, 2011 1:29 PM To: [email protected] Subject: Re: VFP and Webpages... Hello Kurt, I'd take a look at TEXT ... ENDTEXT with the TEXTMERGE option. Of course, TEXTMERGE is a great option as well for merging data into an HTML template. You could create a menu by SCANing through a table of images using the TEXT TEXTMERGE ADDITIVE ... ENDTEXT. Once the data is merged, I'd then output to a folder with the STRTOFILE(). Once all of your HTML is generated and sitting on your harddrive somewhere, I'd then use Craig Boyd's VFPConnection suite to FTP the files up to your hosting service to make them go live. Is this along the lines of what you were asking about? -Kevin On 01/17/2011 12:31 PM, Kurt Wendt wrote: > Hey there folks, > > > > First of all - I know it's a little late - but, Happy New Year. This is > my first real posting this year anyway... > > > > I have this e-commerce website, a Gallery, which I host via a Yahoo > Store. However, that store also links to several other stores - where I > sell images printed on mousepads, shirts, blankets& more - via > CafePress stores. My delemna is that the Gallery is a MAJOR money drain > - and I sell more via CafePress than my Gallery. The upfront costs on > CafePress is Minimal (maybe like $60/year) where as the Gallery is > $250/mo. (which incl. hosting fees, Merchant Acct.& more). So - at this > point I want to Kill off the Gallery - or, rather - downgrade it to > basic webpages - that link to the other stores where items can actually > be purchased. > > > > Right now I have a VFP system I built that tracks all the artwork, > artists, pricing, grouping of the artwork - etc. And, I have a button > that generates a CSV - that gets uploaded to Yahoo - and allows me to > re-build the store. What I would like to do is create a new button - > which when pressed creates the full set of HTML webpages - and > essentially generates a very similar website (the current site is: > Gallery-3D.com ). > > > > I've done some website work in the past - just not a lot. So I have some > experience w/HTML - and I even have some small chunks of JavaScript that > currently run on the Gallery. But, I would like to generate HTML out of > VFP. I did some looking around at the Online Help - and I saw some > abilities in VFP to generate HTML code based upon a Form. Although, I > don't think I really need that - since I'm not really looking to have > data entry screens on the website. Just images, text, and links. > > > > Does anyone have advice for me - in regards to generating HTML webpages > from within VFP? I've never worked w/ASP either - but, maybe that is > something else I should look into. However, I want to do this as Simply > as possible. I want to downgrade the website ASAP - including moving the > Domain - so that's why I am looking for something simple - and hoping > not to have a steep learning curve to try to implement this change in my > Gallery! > > > > Thanks, > > -K- > > > > Senior Developer > > Waitex Information System, Inc. > > P Save a tree. Don't print this e-mail unless it's really necessary. > > > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/289ea162f5642645b5cf64d624c66a1409df1...@us-ny-mail-002.waitex.net ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

