This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
Web Server - Ask For Help / Re: address auto complete on an entry field
« on: September 30, 2022, 06:47:59 PM »
hi johan,
this was back in time when i use nt11
i did a workaround by putting a button and made it a lookup. it opens a map and allows user to pick a location. from it, i collect the lat and long and returns to the form with the location (convert lat and long to location).
i will revisit this again for a better way (auto complete with Place API) after customer confirm upgrade $$.
jason
nt12.46
c11
this was back in time when i use nt11
i did a workaround by putting a button and made it a lookup. it opens a map and allows user to pick a location. from it, i collect the lat and long and returns to the form with the location (convert lat and long to location).
i will revisit this again for a better way (auto complete with Place API) after customer confirm upgrade $$.
jason
nt12.46
c11
32
Web Server - Ask For Help / Re: script to put after /body
« on: August 10, 2022, 01:14:30 AM »
@jane xy agree
@bruce i am creating content management system to build pages where customer's IT team requested an option to place script after /body
I know its recommended to put before /body but i am just leaving the option open to customer.
jason
@bruce i am creating content management system to build pages where customer's IT team requested an option to place script after /body
I know its recommended to put before /body but i am just leaving the option open to customer.
jason
33
Web Server - Ask For Help / script to put after /body
« on: August 09, 2022, 05:26:46 AM »
hi,
is there a place where i can put script after /body?
i have noticed that in pageheader/pagefooter, there is option before /body but cant find after /body
regards,
jason
c11
nt12.45
is there a place where i can put script after /body?
i have noticed that in pageheader/pagefooter, there is option before /body but cant find after /body
regards,
jason
c11
nt12.45
34
Web Server - Ask For Help / Re: Memory form in Iframe
« on: May 29, 2022, 07:52:06 PM »
hi bruce,
the html pages are in apache server. it calls nettalk server in iframe (ie the memory form).
regards,
Jason
c11
nt12.41
the html pages are in apache server. it calls nettalk server in iframe (ie the memory form).
regards,
Jason
c11
nt12.41
35
Web Server - Ask For Help / Memory form in Iframe
« on: May 27, 2022, 02:57:21 AM »
hi friends,
i put a nettalk memory form in a iframe html page.
i could load it correctly.
but that memory page contains a button where it will trigger an api call (means calling a window).
If the page is served under iframe, the button dont work.
Is there any workaround to fix this or nothing can be done?
Your idea please
regards,
Jason
c11
nt12.41
i put a nettalk memory form in a iframe html page.
i could load it correctly.
but that memory page contains a button where it will trigger an api call (means calling a window).
If the page is served under iframe, the button dont work.
Is there any workaround to fix this or nothing can be done?
Your idea please
regards,
Jason
c11
nt12.41
36
Web Server - Ask For Help / Drag and drop to reorganize the records in a browse
« on: March 14, 2022, 03:34:10 AM »
hi friends,
how can i enable the netbrowse to be sortable?
i want to drag and drop the records in a browse to reorganize the sort.
anyone tried this ?
jason
nt12.36
c11
how can i enable the netbrowse to be sortable?
i want to drag and drop the records in a browse to reorganize the sort.
anyone tried this ?
jason
nt12.36
c11
37
Web Server - Ask For Help / Re: Error NT 12.37
« on: March 03, 2022, 12:59:12 AM »
i just noticed in themer example, there is one embed point still using p_web._LoadRecord(Invoice,INV:Key)
i change it to p_web.LoadRecord(Invoice,INV:Key) and it can compile without error.
i change it to p_web.LoadRecord(Invoice,INV:Key) and it can compile without error.
38
Web Server - Ask For Help / Re: Error NT 12.37
« on: March 02, 2022, 10:23:49 PM »
hi
i had old version of nettalk.tpl and netbrw.tpw in clarion11\template folder and latest nt template at clarion11\accesory folder.
i remove the old files and reinstall the latest version executable and restart the pc. after that my problem fixed.
perhaps your situation is different.
jason
i had old version of nettalk.tpl and netbrw.tpw in clarion11\template folder and latest nt template at clarion11\accesory folder.
i remove the old files and reinstall the latest version executable and restart the pc. after that my problem fixed.
perhaps your situation is different.
jason
39
Web Server - Ask For Help / Re: Error NT 12.37
« on: February 28, 2022, 08:18:59 PM »
hi
i face the same problem. i found out that there is duplicate old version of tpl/tpw in template folder. i remove it and register latest nt. now the error is gone. works for me.
regards,
Jason
nt12.36
c11
i face the same problem. i found out that there is duplicate old version of tpl/tpw in template folder. i remove it and register latest nt. now the error is gone. works for me.
regards,
Jason
nt12.36
c11
40
Web Server - Ask For Help / netwebyear month popup header
« on: December 14, 2021, 08:46:24 PM »
hi,
i call a netwebyear procedure from a memory form.
when i click the month search icon at the header, the popup window appears big and the header cutt off.
as attached image, if i put margin top and left, then the header is shown.
However, in small screen size, the entire popup window is not completely shown. unable to drag too.
how do i fix it?
i have tried the max-width with some values but the window gets truncated.
regards,
jason
nt12.30
c11
i call a netwebyear procedure from a memory form.
when i click the month search icon at the header, the popup window appears big and the header cutt off.
as attached image, if i put margin top and left, then the header is shown.
However, in small screen size, the entire popup window is not completely shown. unable to drag too.
how do i fix it?
i have tried the max-width with some values but the window gets truncated.
regards,
jason
nt12.30
c11
41
Web Server - Ask For Help / CKEditor
« on: December 03, 2021, 11:09:16 PM »
hi
i enable ckeditor for a text and if i put a paragraph in it, at desktop view it looks ok.
but in smaller screen, it does not get resize.
also, ckeditor dont have option to select font, make the text center, paragraph indent option like tinymce.
regards,
Jason
nt12.29
c11
i enable ckeditor for a text and if i put a paragraph in it, at desktop view it looks ok.
but in smaller screen, it does not get resize.
also, ckeditor dont have option to select font, make the text center, paragraph indent option like tinymce.
regards,
Jason
nt12.29
c11
42
Web Server - Ask For Help / chat field in netwebform
« on: November 29, 2021, 07:38:37 PM »
hi
what is the use of the chat form field type?
i need to create AI Chat like page. The first screen will ask question with some answers as option. when they select the answer, then i need to show another set of question. some question can have 2 answer option. some will have more than 2 option. thus, both question and answer will be in a separate database.
Please give some ideas on how to do this?
Thank you
regards,
Jason
nt11.53
c11
what is the use of the chat form field type?
i need to create AI Chat like page. The first screen will ask question with some answers as option. when they select the answer, then i need to show another set of question. some question can have 2 answer option. some will have more than 2 option. thus, both question and answer will be in a separate database.
Please give some ideas on how to do this?
Thank you
regards,
Jason
nt11.53
c11
43
Web Server - Ask For Help / text for select button
« on: November 09, 2021, 12:13:47 AM »
hi
in a browse, when i put a select button without any text, it shows fine with icon.
if i put a text eg 'Select this record' then the button is not resized accordingly to show both text and icon.
how do i fix it?
regards,
jason
nt11.51 c11
in a browse, when i put a select button without any text, it shows fine with icon.
if i put a text eg 'Select this record' then the button is not resized accordingly to show both text and icon.
how do i fix it?
regards,
jason
nt11.51 c11
44
Web Server - Ask For Help / Re: Tree Field Type
« on: November 05, 2021, 08:59:05 PM »
Please do Niels. Waiting for the magic.
Hi Gordon
No Unfortunately not. The plan is that I will attend in a Thursday webinar, but I haven't had time yet.
But it's probably very simple, we just need to have cracked the code ;-)
I will update you when I have found the magic.....
/Niels
45
Web Server - Ask For Help / Re: json format in post data
« on: August 19, 2021, 10:17:25 PM »
thanks bill and bruce for the tip.
will try again.
jason
will try again.
jason