NetTalk Central

Show Posts

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.


Topics - ntnewbies

Pages: 1 2 [3] 4
31
Web Server - Ask For Help / fm3 error in nettalk
« on: June 26, 2020, 10:28:00 PM »
hi friends,
i am keep on getting the attached error from time to time (at times after i made changes to the dct and other times, without changing the dct)

i have tried the following:-
a) change version
b) delete the microsoft sql table
c) import the support abc utility template
d) checked the external name

when i manually open the runtime manager and click create, then the error will not appear when i use the system.

any suggestion ?

jason
nt11.37
c11

32
Web Server - Ask For Help / call a form from webhandler
« on: May 28, 2020, 02:14:41 AM »
hi friends,
in webhandler procedure, under _sendfile embed point, i need to call a form based on the loc:filename.
i use the following...none of it works:

site(p_web)

site(self)
return

p_web.MakePage('Site',Net:Web:Form,0,,'<!-- Net:StandardHeader -->','<!-- Net:StandardFooter -->',)

Self.WindowOpen('Site','_onself')


any ideas?

jason

33
Web Server - Ask For Help / one calendar for date range
« on: May 28, 2020, 01:40:21 AM »
hi friends,
in a form, i need to let user to choose a date range .
i put two fields : DateFrom and DateTo

each one will display the calendar.

customer wants to show only one calendar and select both dates in that calendar.

anyone done this before?  something like travel agency website calendars.

jason

34
Web Server - Ask For Help / hide menu at form
« on: May 20, 2020, 11:57:49 PM »
hi friends,
i have menu with browse. in the browse, when i call the other button, it opens up a memory form.  in it, i dont want to call the pageheadertag and pageheaderfooter.
instead, i want to call MyHeader and MyFooter.

in the advanced tab of the form, under PageHeaderTag, i put the following:
'MyHeader'
and when i compile, it shows as a display statement, not the procedure.

how do i call different page header ??

Jason

35
Web Server - Ask For Help / Facial Recognition template
« on: April 23, 2020, 07:42:38 PM »
Hi friends,

Have anyone tried facial recognition feature using Nettalk?

a) get the webcam feed or photo from the browser  - Nettalk have the function
b) identify faces in the picture.  - HOW?
c) feed this into a facial recognition engine  - Any easy integration engine with Nettalk?

Kindly suggest please friends.

Jason

36
Web Server - Ask For Help / address auto complete on an entry field
« on: April 04, 2020, 02:24:45 AM »
hi friends,
i have a Location entry field in a netwebserver memory form. When the user type the address, i want to show the nearest google address auto complete feature (something like what we saw in webinar 234).

i have created the google Places API Key.

How do i integrate it in nettalk?

jason
nt 11.32
c11

37
Web Server - Ask For Help / tabstyle issue
« on: December 29, 2019, 10:37:27 PM »
hi friends,
i call a form from menu in change mode. The tabstyle of the form is Carousel.
When i press save, it doesnt save the changes.
However, if i change the tabstyle to other format such as accordion or so on, then the value gets saved.

anyone face this issue before?

Jason

38
Web Server - Ask For Help / CAROUSEL in IndexPage and PageFooter
« on: September 24, 2019, 12:22:42 AM »
hi friends,
i need to put advertisement banners both on header and footer.

i have created a netwebform for bannerheader and bannerfooter.

when i call the bannerheader in indexpage via xhtml, it works.

however, if i wants to call bannerfooter in pagefooter, the carousel dont works. it shows all the image as static.

how do i fix it?

regards,
Jason

39
Web Server - Ask For Help / nettalk developed system
« on: April 24, 2019, 01:26:14 AM »
hi friends,

does anybody have developed the following system using nettalk?

1.  online content management system
2. online hotel booking system
3. project management system



Jason

40
Looking To Hire / Anyone have the following nettalk application?
« on: April 01, 2019, 10:40:47 PM »
1.  online hall/conference room reservations system
2. online hotel booking system
3. project management system

if you have, please PM me.

Jason

41
Web Server - Ask For Help / tabstyle issue
« on: January 28, 2019, 08:53:31 PM »
Hi friends,
Attached is the memory netform. It has 3 fields. One is image. two of them is display.
one from session value and another display the link to a netbrowse procedure.
This form is using the Accordion tabstyle.

this is actually a checkout form located inside the pageheader.

if i increase the sales quantity, the total gets refreshed if i use Accordion tabstyle. But the problem is that it is showing the fields twice.

If i change the tabstyle to rounded / plain / none, the total is not refreshed.

If i use wizard or carousel, i get error in javascript and the button in another form is not working.

Why the fields appear twice when i select accordion?

Jason
C11
NT 11.04


42
Web Server - Ask For Help / resize the page header
« on: December 18, 2018, 08:53:27 PM »
Hi friends,
I am using the base theme for NT11.04 web server application.
I am planning to put flash / image inside the pageheader (something like slider). But if i put a larger image, then it overlap the menu area.
I am sure that the resize solution is in css.
May i know which css to look for?
by default the web server put the styles as custom.css
But custom.css is not in the application working directory.

The menu procedure mention something about the following css
'nt-site-header-6 ui-widget-header ui-corner-top'

but where is it located?


43
Web Server - Ask For Help / SQL DATE issue in C11?
« on: December 18, 2018, 06:10:03 AM »
Hi friends,
Am I the only one facing this problem?
I have upgraded my nettalk application to use NT11.04 under C11.

In C10, i declare DATE for the field and put d6 and it works. In SQL, it was interpreted as DATETIME.

But now, in C11, when i open a database with date field, it gives me error invalid field descriptor (75)
When i change the date to LONG and maintain d6, then it works.

Why such a change? I know that we can create a group and put the date and time inside it.
However, why there was no such issue when i use C10 with older NT?

Any input friends?


44
Web Server - Ask For Help / calling a form from a button in a browse
« on: November 08, 2018, 12:10:36 AM »
hi friends,
i have a browse (the file is Invoice). In that browse, i create other button and on click i call the UpdateCustomer file.

If i click that button, it does call the UpdateCustomer but it says Record not found.

Obviously because i did not send the Customer ID to the form.

What i did is i put the customerid in a session value using the send the code to server and put it as p_web.SSV('CustomerID',INV:CustomerID)

What should i do in the form so that it actually retrieve this customer id record from the Customer file?


thanks.

45
Web Server - Ask For Help / Nettalk support of tamil characters
« on: May 25, 2018, 12:12:22 AM »
Hi bruce,

I have a form with a text field.

If i type the following:

yes   ஆமா

it works. but after i press save, the character becomes haywire. how do i solve it?

the web server setting is utf-8 by default.

the database is mixed of chinese characters, english characters as well as tamil characters

jason

Pages: 1 2 [3] 4