Recent

Author Topic: fpWEB HTMLDatasetFormGridProducer  (Read 3371 times)

Gandalf

  • New member
  • *
  • Posts: 7
fpWEB HTMLDatasetFormGridProducer
« on: January 10, 2018, 12:30:22 am »
Hello everyone.
I'm trying to understand how fpweb works.
At the moment I have created an HTTPserver application connected to a TDBF table.
Using an HTMLEntityProducer and an HTMLDatasetFormGridProducer in which I defined two controls (one per column in the table) I can see the data of one column but not the second.
Can you explain why or refer me to a manual or a complete CRUD example based on HTTPserver? (no CGI)
Thanks so much

Code: Pascal  [Select][+][-]
  1. procedure TFPWebModule1.HTMLEntityProducer1WriteEntity(
  2.   Sender: THTMLContentProducer; aWriter: THTMLWriter);
  3. begin
  4.   with aWriter do
  5.   begin;
  6.     startHeader;
  7.     Meta('','Content-Type','text/html; charset=ISO-8859-1');
  8.     title('Mia Pagina');
  9.     EndHeader;
  10.     Startbody;
  11.     paragraph('Un po di testo');
  12.     HTMLDatasetFormGridProducer1.WriteContent(aWriter);
  13.   end;
  14. end;
  15.  

Gandalf

  • New member
  • *
  • Posts: 7
Re: fpWEB HTMLDatasetFormGridProducer
« Reply #1 on: January 18, 2018, 11:52:56 pm »
Nobody who can explain how HTMLDatasetFormGridProducer works ?
Attached my piece of code

Thank you all
« Last Edit: January 18, 2018, 11:58:33 pm by Gandalf »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8744
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: fpWEB HTMLDatasetFormGridProducer
« Reply #2 on: January 21, 2018, 08:46:39 pm »
Nobody who can explain how HTMLDatasetFormGridProducer works ?
You might want to contact Michael directly. I use fpWeb, but none of its droppable components, everything is purely handcoded in my case.

Gandalf

  • New member
  • *
  • Posts: 7
Re: fpWEB HTMLDatasetFormGridProducer
« Reply #3 on: January 23, 2018, 12:42:49 am »
Nobody who can explain how HTMLDatasetFormGridProducer works ?
You might want to contact Michael directly. I use fpWeb, but none of its droppable components, everything is purely handcoded in my case.

Thanks Leledumbo I try to contact him

 

TinyPortal © 2005-2018