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]
46
Web Server - Ask For Help / errorcode -60
« on: February 02, 2018, 01:37:11 AM »
hi friends,
attached is the error i get when a netwebpage is called to get the post data (p_web.RequestData.DataString)

i have code in before header (open and close the 3 sql database file)
i have code in local data - other declarations (declaration of queues)
Procedure routine - calling a routine to get the appropriate values from the post data and assign to session variables

why am i getting this error?

jason

47
Web Server - Ask For Help / SQL Filter for the browse
« on: January 18, 2018, 09:45:15 AM »
Hi friends,
i have a database called Tips. I need to get a random record from the database with the filter of category field.

if i put the following line in sql, i get the value that i want:

SELECT TOP 1 TPI_TipsID FROM dbo.Tips where tpi_category = 'events' ORDER BY NEWID()

How do i put the above line into the NetWebBrowse filter?

If i put it like the following, it doesnt work:

LOC:FilterWas = SQL('SELECT TOP 1 TPI_TipsID FROM dbo.Tips where tpi_category = 'events' ORDER BY NEWID()')

How do i go about it?

I have tried PROP:SQL like below but how to get the value out of it?

Tips{PROP:Sql}= 'SELECT TOP 1 TPI_TipsID FROM dbo.Tips ORDER BY NEWID()'
Next(Tips)
LOC:No = TPI:TipsID

48
Web Server - Ask For Help / Parent with child. 3 browse
« on: January 08, 2018, 11:01:11 PM »
Hi friends,
i have 3 netwebbrowse.

Category is the parent file. The child is Product.
Product is the parent file. The child is ProductDetail.

In my Category netbrowse, i call the BrowseProduct under the children column. I put nothing for both refresh option.
In my BrowseProduct, i put the filter as the table relationship with the Category. In the children, i call BrowseProductDetails.
In my BrowseProductDetails, i put the filter as the table relationship with Product.

When i open the BrowseCategory, the list of category displayed. But, if i click on any rows, it still shows noProduct.
If i double click, sometimes it does show. most of the time it does not.  Also, some of my category record goes missing if i double click one of the rows.

I notice that if i type something under the locate field for the category, then the product and product details appears.

I feel it is a refresh problem. I have tried the option of Browse and Row for the refresh in browseproduct and browsecategory but it doesnt work.

Do i need to do some coding to do the refresh everytime the user click the rows in the browsecategory?


49
Web Server - Ask For Help / error in site javascript
« on: December 25, 2017, 10:53:18 PM »
hi friends,
in my netbrowse embed coding - before heading i put the following:

packet.append('<script src="https://assets.fortumo.com/fmp/fortumopay.js" type="text/javascript"></script>')

and once i compile it, it says error in site javascript.

when i inspect it via chrome, it says
Uncaught TypeError: jQuery(...).corners is not a function
    at HTMLDocument.<anonymous> (all.js:407)
    at j (all.js:1)
    at Object.fireWith [as resolveWith] (all.js:1)
    at Function.ready (all.js:1)
    at HTMLDocument.K (all.js:1)

is there a script conflict??


50
Looking To Hire / Web application project
« on: December 17, 2017, 09:18:34 PM »
Hi friends,
i have a request to develop a website similar to seekingalpha.com
anyone interested to develop this using nettalk and clarion, please let me know the cost and i will quote my customer accordingly.

jason

51
hi friends,
i have a parent browse with total and a child browse with line items.
if i insert or delete the line items, the total in parent browse is updated and refreshed ( i check browse for both child updated and child refresh in the parent browse children section)

but, when i change the qty in line items, the total is updated to the parent browse but it is not refreshed. It only refresh it AFTER i click any of the rows of the child browse.

i knew it must be a matter of placing in right embed point. any clue for this?

i have put my embeds in Validate Routine - Change - both start n end make no difference.

jason

52
Web Server - Ask For Help / Paypal Button
« on: October 18, 2017, 03:03:15 AM »
Hi friends,
I have look into some paypal threads here and webinar video.
What i can summarize is that:

in the embed of the button, i should put the following :

net.setValue of all the settings

net.Post('https://www.paypal.com/cgi-bin/webscr')

and then in get the result = self.page


Now, when the user press the button in my NetForm procedure, it brings me to the paypal checkout page. over there, the user pay either by credit card or paypal. once they are done with the payment, how do i return back to the form with the result?

because if the payment is accepted, then i allow the user to save the form to become a member.

Those paypal integrator specialist, please shed some light.

Many thanks.

Jason

53
Web Server - Ask For Help / A simple Formula in a form
« on: October 15, 2017, 07:28:08 AM »
Hi friends,

File Name: Product
Field:
- ProductName
-Price (Display)
-Discount (Number)
-AmountToPay (Display)

i have a form with a lookup for a product. once the product selected, the Price is automatically assigned. The default discount is zero. Thus, when i select the product, the AmountToPay should be automatically calculated.
Example, if the price is USD 150, then AmountToPay should be USD 150.

Where should i put the embed for it?

Also, when the Discount is keyed in, the AmountToPay should be automatically recalculated. How do i make it happen?

So far, i only manage to save the AmountToPay after the user press the Save button. Thus, the value is only reflected in the AmountToPay when i return to browse.

regards,
Jason

54
Web Server - Ask For Help / inquiry about examples application
« on: September 24, 2017, 07:37:11 PM »
hi friends,
i am in the midst of developing a membership based online magazine subscription system.
thus, i need to develop a web application for the advertiser to login and register and make payment (direct carrier billing or credit card). I also allow article contributor to login to upload the articles online.

Then i need to develop a mobile app that will be used by members. They will use the mobile app to register and make payment via direct carrier billing and once they are successfully registered, they can view the online articles.

If it is a desktop application, i can finish it in less than a day.

With nettalk, i am still struggling with login screen (hide or unhide menu based on user level) for days.

May i know what are the relevant examples that i can refer to so that it can expediate my work?

I have referred to basic login and login with captcha and try to integrate.

regards,
jason

55
hi all,
as per the subject, i can open it in chrome browser.
when i press inspect, turn to mobile option, it still can work. but if i open the form and press close button, it wont return to home. the page is blank.

when i open it in samsung s6 android chrome browser, when loading it shows the home menu but quickly disappear and the page is blank.

i am pretty sure something to do with setting. watchin #363 again and again.

and i have downloaded the latest version of jquery ui and mobile. i assume that all the css and js should be copied to the styles and script of the clarion folder and remove the version number. then when i compile, it can able to detect. correct?

jason

56
hi friends,
can i use godaddy windows hosting server to upload a net talk application that i have developed?
if yes, what are the steps?
i have searched about deployment info and found http://www.capesoft.com/docs/nettalk6/NetTalkWebDeployment.htm#Basics

which of course did not mention anything about the steps in doing Internet Deployment - on a hosted server.

let's say for example, my application is invoice.exe

my website is: www.billme.com

should i create invoice folder and put all the dll, tps and exe in that folder?
and within that folder, should i create sub folder such as images, scripts etc?

then when i run the application, the link should be: www.billme/invoice/invoice.0

is it correct?

57
The Rest - Ask For Help / Direct carrier billing
« on: July 11, 2017, 10:19:15 PM »
Hi friends,
How to integrate direct carrier billing option in nettalk developed app?
Or is there any easier payment option for monthly subscription which will auto deduct from the members phone
without the members key in their credit card/debit card details.

jason

58
Web Server - Ask For Help / Soap XML invoke
« on: January 03, 2015, 09:10:45 PM »
Hi all,
I have watched Bruce Johnson webinar and follow closely the example to do a soap xml invoke wsdl
But i get the attached error message.
What went wrong?


[attachment deleted by admin]

59
Hello nettalkers,
a server application need to send a trigger to a selected pc in LAN, which in turn will open a flash file in that selected pc. Can i do this task using nettalk? if yes, what example available for me to proceed.

To simplify my request, below is the gist of what i am asking:

MAIN PC - Server.exe will have a window that have 12 button. When i press button 1, then it will open a swf file in PC 1 in LAN. If i press button 2, then it will open another swf file in PC 2.

please guide. thanks

60
Hello Everyone,
I need to create a header browse and detail browse for the driver to enter the delivery of item using mobile phone offline (perhaps android phone).

then synchronize/send the data to the office computer when the driver return to the office.

Can we use Nettalk 6 for this purpose?

I have searched nettalk documentation and i have found out a small portion mentioned that nettalk 6 have the mobile browser support.

for a start, i import webserver and webhandler and change webserver setting to support mobile browser. then when i compile i get error message:
 
variable %netexapps is not defined in netweb.tpw
 
i have downloaded the latest update for nettalk 6 and using it in c6.3 in winxp and reinstalled the template but still in vain.
 
Please let me know which part of documentation or example should i use to accomplish my goal.

Jason

Pages: 1 2 3 [4]