L
|
lawfour 12/2/2006 |
Hi and welcome, Hello everyone.... I decided to post here because the forum does seem fairly active... as opposed the the one for the Codecharge product. Here's my project: I'm retired and doing some volunteer work for a charity organization that helps mentally challenged folks. They operate a small factory doing simple jobs for local bigger outfits. I've done some things with forum software in the past (mostly mods), know and understand servers, apache, MySql (to some extent), and relational database design (I'm a very old dBase character!) I thought a software system that would allow he charity to collect information on bad parts (scrap), shipping, production and so forth would help a lot... I rolled up my sleeves and got started... They had a lot of the info already in things like Excel spreadsheets, Access databases... on-and-on. I have migrated all that over into a MySql setup that seems to make sense. So... I needed something that would talk to MySql... generate forms that I could customize, do quite a bit of relating between tables in one form.... and make it as easy as possible for 'challenged' people to use. Things like drop-down menus and perhaps even context-sensitive search boxes might be the key here. I don't know a darn thing about php really... and I can putz around MySql a little. Will PHPRunner help me? I have already CodeCharge and have not been very impressed at this point. Here's an example... I have a db with three tables. Scrap Parts Customers Scrap relates to parts on a key field that I want the form to pull a description from. Scrap relates to customers on a key field I want to pull the customer info from. This seemed difficult and slow to do with Codecharge. The databases are not large by Mysql standards... the scrap database has abot 5000 records, the customer and part db's about 100 each. Sorry for the long first post. I'm just curious what others have done at my experience level with PHPRunner. Thanks for any advice. Jake |
T
|
thesofa 12/3/2006 |
Hi |
J
|
Jane 12/4/2006 |
Jake, |
J
|
Jkelleyus author 12/4/2006 |
Thanks for everyone's comments so far... |
J
|
Jane 12/5/2006 |
Jake, |
J
|
Jkelleyus author 12/5/2006 |
Jake, all info about Visual Editor you can find in the PHPRunner HELP (C:/Program Files/PHPRunner3.1/help). We'll update online help in the near future. I'm not sure that I understand you correctly. Please give me more detailed description of what options you use for your date field on the "Edit as" settings dialog on the Visual Editor tab or what expression you use on the SEARCH page.
|