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.


Messages - skyong38

Pages: 1 [2] 3
16
Hi Bruce,

Thanks for advice. I manage to get it done.

Regards,
Nelson

17
Hi,

I have search the forum, and knowing that the Postinsert/postupdate is the place to embed code before save.

LocUserID = p_web.GetSessionValue('LoginName')
I want to assign some value to field, I tried :-
1) p_web.SetSessionValue('JSDW:CreatedUserID', LocUserID)
Or
2) JSDW:CreatedUserID = LocUserID

Both doesn't write the value to file.

Where am I goes wrong?

Thank you.

Regards,
Nelson



18
Thanks Richard & Don for advice.

I will use mbuild to compile Mobile App to test on this.

Regards,
Nelson

19
Hi,

My client is using my desktop application right now, she want allow her salesman to use Mobile App to issue Bill to customer, and lock the quantity base on first come first served basic. So, salesman need to know the real time quantity level and push it to client, and locked the quantity once customer confirmed.

From what I understand, Nettalk Mobile App is operate in disconnected mode. So, may I know whether Nettalk Mobile App can cater my customer business requirement?

Thank you.

Regards,
Nelson

20
Dear Bruce,

Thanks for advice. Now I only understand that Mobile App must be disconnected.

If I want it to be connected, it can only run on Web browser. Am I right?

Thank you.

Regards,
Nelson




21
Hi Bruce,

I don't want disconnected app, I want online app.
When I use chrome browser to open, I can see the records listed.
When I use mbuild to get apk and install on mobile, the browse always empty.

Anywhere I done wrong?

Thank you.

Regards,
Nelson

22
Dear All,

I unchecked "Generate for Disconnected App".  Mobile Web browser can see the record, but mobile app cant.
Will  <!-- Core plugins --> be issue?

For mbuild, the default
"<!-- Core plugins -->
  <gap:plugin name="org.apache.cordova.battery-status" />"

is not acceptable by adobe phone gap, so that I change "gap:plugin" to
"plugin"
"<!-- Core plugins -->
  <plugin name="cordova-plugin-battery-status" spec="~1.2.4" />"
it can be successfully compiled. Does this affect?

Thank you.


Best Regards,
Nelson

23
Hi Bruce,

Thanks for reply and clear my doubt. I thought NetTalk must use Auto-Increment, GUID also can.

Thank you very much. I know how to re-design my dct now.

Best Regards,
Nelson

24
Hi,

The easiest way to implement parent-child for Nettalk is add an Auto-Increment Filed. It works fine.

Now, I want to extend it, to consolidate few database into one at HQ, so I choose Replicate. If Replicate, I need to add GUID + Auto-Increment Filed as unique, after this, can Nettalk still works?

Please advice.

Thank you.


Regards,
Nelson

25
Web Server - Ask For Help / Re: Recommed PDF Tools for Web Reports!
« on: November 18, 2012, 08:06:46 PM »
Tested PDF-Tools from Tracker, works great.

But I tried it with FominReportBuilder, it doesn't works.

Bruce, do you have (or can include) example that working with FRB?

Thank you.

Regards,
Nelson

26
Web Server - Ask For Help / Re: Recommed PDF Tools for Web Reports!
« on: November 18, 2012, 07:55:58 PM »
thanks Bruce & Johan, PDF-Tools purchased!

Start testing on web report.

Cheers,
Nelson

27
Web Server - Ask For Help / Recommed PDF Tools for Web Reports!
« on: November 17, 2012, 05:49:30 AM »
Hi,

I am using Clarion 8 Professional, so it doesn't come with any PDF tools. As I know, I got two options, one is  SV PDF tool (USD199) and  PDF-Tools SDK, from Tracker Software (USD599).

Can anyone advice on these, for the value and money. And which one is easier to implement?

Do we have any sample website can show how the report works?

Thank you.

Regards,
Nelson

28
Hi Charl,

It helps and problem solved. I don't know why it works under normal field, if I use same method under StockID lookup, it doesn't work. But I can continue the further development.

Thanks a lot!

cheers
Nelson

29
Hi Bruce,

At the From, I pass value to Source calculate and return a value, how to assign the value and display it?
I want put return value to InvD:TotalPrice and display it once customer amend qty.

I put the following at the InvD:QuantityField -> Refresh Routine
p_web.SetSessionValue('InvD:TotalPrice',GetInvItemTotal(p_web.GetSessionValue('InvD:Quantity'), p_web.GetSessionValue('InvD:UnitPrice'), p_web.GetSessionValue('InvD:DiscountType'), p_web.GetSessionValue('InvD:Discount')))

I tested it can return correct value, but can't assign to InvD:TotalPrice and display it.

Please helps.

TQ!

30
Dear Bruce,

For the browse, I know where to do it, Accounts example shown it.

But for the Form, where is the point to put the "expression"? Don't have the "Display" option?

Thank you.


Regards,
Nelson

Pages: 1 [2] 3