>
> From: "Camil Ghircoias" <[email protected]>
> To: <[email protected]>
> Subject: [dabo-users] can I design reports into dabo and render them
>         on      server for web app
> Hi,
>
> I?m a vfp developer now working with postgresql as a main database.
> I?m looking to move my apps (accounting, sales,salary software mainly)
>  into web.
>

I have done the same kind of transition using :--

On server, 'Web2py' web framework + 'DABO'
I have used dabo for taking care of database related stuff.
Web2py for other server side tasks such as web-server (btw, it has built-in
web server), controller functions, handling requests & responses, etc.

On client side, of course, no installation is needed; just a compatible web
browser.

Now coming to the task of holding data in cursor-like object at client
side...
My setup is like this--
>From dabo's bizobj, convert data into json format, dispatch it to the
client, At client side, in the browser, there is .data property for html
elements like <div>. This can be used to hold data. This object is mutable.
After making changes to this data, the same object can be sent to the
bizobj at server and persist the data on disk.

If you need a code snippet, I can share it.


I?d like a scripting language and python looks a good one, but need more
> for database and local cursors support.


I have not done speed tests, but python is great in speed.
dabo gives mostly all that functionality available in vfp.


And reports of course.
>

I use html for reports.

HTH,

Vineet.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/CAP5=7opzEF-D9adKiBse2ns=+nzohoqnr3d4-ewphk2v0j_...@mail.gmail.com

Reply via email to