[web2py] revers SELECT_OR_ADD_OPTION

2016-07-17 Thread narges Rezaei
in SELECT_OR_ADD_OPTION we create category when product form is called . but now i have a category and i want create a product for it . for example i have a phone book and i want add number with small widget on my page . -- Resources: - http://web2py.com - http://web2py.com/book (Documentati

Re: [web2py] Re: how can i add column to scheduler tables

2016-04-05 Thread narges Rezaei
ok و I understood. thanks a lot! I've got this problem solved. On Tuesday, April 5, 2016 at 9:33:51 PM UTC+4:30, Dave S wrote: > > > > On Tuesday, April 5, 2016 at 5:35:35 AM UTC-7, narges Rezaei wrote: >> >> i have some services that send messages in specific tim

[web2py] Re: how can i add column to scheduler tables

2016-04-05 Thread narges Rezaei
i have some services that send messages in specific times a service can have some function to doing. a function add to scheduler_task to execute in specific time ,for example after 2 week , i want delete my service after one week and after then i want disable all record of scheduler_task that

Re: [web2py] Re: how can i add column to scheduler tables

2016-04-05 Thread narges Rezaei
i have some services that send messages in specific times a service can have some function to doing. a function add to scheduler_task to execute in specific time ,for example after 2 week , i want delete my service after one week and after then i want disable all record of scheduler_task that rel

[web2py] how can i add column to scheduler tables

2016-04-05 Thread narges Rezaei
i want add column to scheduler_task table (extra field) but i can not. Could any one help me figure out the problem? Thanks! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (

[web2py] Re: deletion confirm in grid

2016-04-04 Thread narges Rezaei
]) On Monday, April 4, 2016 at 2:41:19 PM UTC+4:30, narges Rezaei wrote: > > hi... > i use links in grid for delete multi record and i want use deletion > confirm for my users . how can i do it? > how can i use "submit button" look like delete button in grid i

[web2py] deletion confirm in grid

2016-04-04 Thread narges Rezaei
hi... i use links in grid for delete multi record and i want use deletion confirm for my users . how can i do it? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issu

[web2py] deletion confirm in grid

2016-04-04 Thread narges Rezaei
hi... i use links in grid for delete multi record and i want use deletion confirm for my users . how can i do it? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issu

[web2py] Re: Scheduler always QUEUED and no record in scheduler_worker and scheduler_run data table

2016-04-03 Thread narges Rezaei
hi Pengfei Yu , is your code true? Is it working well? i want use it. On Monday, September 29, 2014 at 6:07:53 PM UTC+3:30, Pengfei Yu wrote: > > Hi, > > I have a web application hosted on AWS EC2 with Apache2. I plan to use > web2py scheduler for some heavy tasks with user input files. Now I onl

Re: [web2py] Re: Scheduler always QUEUED in windows

2016-04-02 Thread narges Rezaei
9:46 AM, Dave S wrote: > On Saturday, April 2, 2016 at 9:44:53 PM UTC-7, narges Rezaei wrote: >> >> i use PyCharm for writing program and when it run ,web2py server will >> start . i work in windows. >> i open pycharm and create a web2py project. >> thanks. >&

Re: [web2py] Re: Scheduler always QUEUED in windows

2016-04-02 Thread narges Rezaei
i use PyCharm for writing program and when it run ,web2py server will start . i work in windows. i open pycharm and create a web2py project. thanks. On Sun, Apr 3, 2016 at 9:08 AM, Dave S wrote: > > > On Saturday, April 2, 2016 at 5:25:35 AM UTC-7, narges Rezaei wrote: >> >

[web2py] Re: Scheduler in Windows

2016-04-02 Thread narges Rezaei
hi how and where use from "python web2py.py -K myapp" to start scheduler in pycharm (windows) . i use from "http://127.0.0.1:8000/main"; to run my program . On Monday, December 9, 2013 at 11:32:52 AM UTC+3:30, Niphlod wrote: > > uhmwhat happens if you start it with > web2py.py -K verificati

[web2py] Re: Scheduler always QUEUED in windows

2016-04-02 Thread narges Rezaei
i did not use it , i use "http://127.0.0.1:8000/myapplication"; . On Saturday, April 2, 2016 at 1:53:37 PM UTC+4:30, Dave S wrote: > > On Saturday, April 2, 2016 at 2:04:19 AM UTC-7, narges Rezaei wrote: >> >> hi >> i have an application for send sms in certai

Re: [web2py] web2py interactive console

2016-04-02 Thread narges Rezaei
hi i want use "python web2py.py -K myapp " to start scheduler in pycharm (windows) , but i can not do it and i dont know how use it and where use it . On Wednesday, June 6, 2012 at 1:57:41 PM UTC+4:30, Javier Pepe wrote: > > Hello > > You need add the -M option to load models. > > > > On Wed, J

[web2py] Scheduler always QUEUED in windows

2016-04-02 Thread narges Rezaei
hi i have an application for send sms in certain time . i use pycharm (web2py) for writing this program and web2py scheduler . i can see the records of tasks in db.scheduler_task but no records in scheduler_run and scheduler_worker tables and also the task will execute befor insert in table

Re: [web2py] combine Autocomplete widget and SELECT_OR_ADD_OPTION widget

2016-03-12 Thread narges Rezaei
> > hello dear i cant move dialog object in this code to the page center how move it? from gluon.sqlhtml import * class SELECT_OR_ADD_OPTION(object): def __init__(self, controller=None, function=None, form_title=None, button_text = None, dialog_width=500 ): if form_title == None: