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 - Rene Simons

Pages: 1 ... 3 4 [5] 6 7 ... 13
61
Web Server - Ask For Help / Mobile menu
« on: December 04, 2017, 02:45:29 PM »
Hi,

In "the past" my NTWS app, when used on my iPhone5 had a iPhone5 like menu.
The "slide to the side" menu.
Not anymore.

Is this fixable or a work in progress?

Cheers,
Rene

P.s.
Congrats on the refurbished site. Glad you're back!

62
Web Server - Ask For Help / My second question :-)
« on: November 06, 2017, 01:18:39 AM »
Hi,

When I update a database record by just clicking on it,not using a button which routine do I use to refresh the whole browse?
Is that GenerateBrowse?
In fact I want to simulate one of the refresh options that are available for buttons server code (Field reset/Line reset/Browse reset).

Cheers,
Rene

63
Web Server - Ask For Help / sockets and browses NT10.09
« on: November 01, 2017, 11:14:39 PM »
Hi,

When user1 has a browse on screen and user2, who has the same browse, updates one of the records that are in the scope of user1, how can I make the browse for user1 update within e.g. 2 seconds (or less), without having user1 to interfere?
Do I use sockets for that?
Or am I asking for something impossible here?

Other question:
When I update a database record by just clicking on it,not using a button which routine do I use to refresh the whole browse?
Is that GenerateBrowse?
In fact I want to simulate one of the refresh options that are available for buttons server code (Field reset/Line reset/Browse reset).

Cheers,
Rene


64
Web Server - Ask For Help / Button image not showing in mobile
« on: October 29, 2017, 02:53:51 PM »
Hi,
In my app, the button images in the browse are not showing on my mobile device.
On the desktop they are however.
On eacht browse line I have a button (other).
The button image shown depends on a value in the browse record.

The image is specified as Image: with
choose(MYA:ToFetch=1,'\images\yes.png','\images\no.png') as possibilities.
They are defined as 16x16 px

I just need to also see the images om my mobile device.

Anyone?

Cheers,
Rene



65
Web Server - Ask For Help / Send new value to server NTWS 10.04
« on: October 01, 2017, 10:26:53 AM »
Hi,

It seems that Send New Value To Server does not work in a memory form.
At least, it does not in my app.
I moved the new value to a session var and did a p_web._trace on this value.
It does not appear in the debug viewer, which is for me an indication that the code is not executed.
Immediate validation for the field is set to YES.

Maybe I'm wrong. I don't know.

Has anyone had this before?

Cheers,
Rene


66
Hi,

in my app, I have a browse that I have specified to be page loaded (10 rows per page).
However, the result I get is a file loaded browse.
Because The browse is very straight forward (a string and the in line buttons) I have deleted the procedure and created a new one using the wizzard. With the same result.

Attached is a screenshot of the load setting for the browse.

Hope anyone can help.

Rene

67
Web Server - Ask For Help / Bar code qr code
« on: September 12, 2017, 03:20:12 AM »
Hi,

Is anyone familiar with the use of the camera in mobile devices to scan a barcode or QR code?

Cheers,
René

68
Hi,

I have a memory form with local variables.
The form is called in popup mode.
The fields are not shown.

When I change the form to non-popup, everything works fine.

But I really want popups.

The solution will probably be very obvious but I am in the dark.

Cheers ,
Rene

69
Web Server - Ask For Help / p_web.openfile
« on: August 02, 2017, 12:21:59 PM »
Hi,
In a form procedure I have a openfile routine which looks like:

OpenFiles  ROUTINE
! Start of "Beginning of Procedure, Before Opening Files"
! [Priority 5000]

! End of "Beginning of Procedure, Before Opening Files"
  p_web.OpenFile(Groep)
  p_web.OpenFile(SQLFILE)
  p_web.OpenFile(Account)
  FilesOpened = True
! Start of "Beginning of Procedure, After Opening Files"
! [Priority 5000]

! End of "Beginning of Procedure, After Opening Files"

However, when I use embedded sql  (sqlfile{prop:sql} = 'sql-statement' ),  an error message occurs stating that the file is NOT open.
To make it work I have to use the access:sqlfile.openfile() command

Is this normal behaviour? If it is, no problem. I know the work around. If it is not, what is a/the solution.


Cheers,
Rene

70
Web Server - Ask For Help / Static page with dynamic content
« on: July 10, 2017, 11:31:42 AM »
Hi,

I have created a static page.
On the page I want to display some dynamic content.
The first line of the html contains the  <!-- NetWebServer --> tag
Just before the </head> tag I have a <!-- Net:c:Head --> tag
Just before the </body> I have a <!-- Net:c:BodyEnd -->

Because I need specific data in my page, the page is called using the URL: mypage.html?_bidv_=2rEGX0U6

To collect the data I want to see, I expect it to be right to call a procedure <!-- Net:GetMyData -->
This is a NetWebSource procedure where I expect that MY:Guid can be obtained using p_web.getValue('My:guid') .

Nothing happens however.

When I look at the page source, I even see the tags described above, and not their results.
I suspect that procedure GetMyData is not called.

It is probably worth mentioning that I use SVG tags in my static page.
The <!-- Net:GetMyData --> tag is outside (before) the SVG-tags.
The <!-- Net:s:MySessionvar --> are as well inside as outside the SVG-tags.

Is there a special setting I need?

Rene Simons

71
Web Server - Ask For Help / Parameters for static pages
« on: June 28, 2017, 07:07:08 AM »
Hi,

I have a static page with <!-- Net:  thingies.
Is it possible to add parameters to the URL of the static page and use these when "calling" procedure in the nettalk-app?

Rene

72
Web Server - Ask For Help / Two questions
« on: June 07, 2017, 03:04:31 AM »
Hi,

I am creating a net websource procedure.
The procedure is called with a parametervalue that is constructed like calling a webform without a browse, as described in "the book".
Now I have two problems.

  • I have a hard time getting hold of the parameter value in that procedure (how do I do that?)
  • How do find the real key value that corresponds with the _bdiv_ parameter in the url?

Any help will be much appreciated.

Cheers,
Rene

73
Hi,
After I make a change to a file and increase the version number.
I change some procedures and compile and run.
I see a short flash of yellow FM3 thingies as expected.
After that when I click insert. Nothing happens.
I close the webserver window and restart, everything works okay.

I use this workaround. but I think this is not normal behaviour, is it?

The database is PostgreSql 9.6
NetTalk is on the latest version.

Cheers,
René

74
Web Server - Ask For Help / Menu frefresh after login
« on: March 15, 2017, 01:18:15 PM »
Hi,

My menu does not refresh after a valid login.
The login I use is the standard login on generate.
Where can I find info about how to refresh the menu?

Rene

75
Web Server - Ask For Help / autocomplete
« on: February 09, 2017, 01:02:42 PM »
Hi,

For test purposes I use my app as a webpage on my iPhone or Samsung GALAXY S5 mini.
For some fields, I use autocomplete (which I finally worked out how to use  ;D).
The choices displayed for those fields dont look like sort of a drop-list but as a bullet list; a bit sluggish I would say.
Is there a way to make these look more professional?
Is it a choice of css file that I have to make?

Cheers,
René

Pages: 1 ... 3 4 [5] 6 7 ... 13