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 - osquiabro

Pages: [1] 2 3 ... 44
1
for mobile or web is more simple create a buttons in memory form and in custom.css for responsive button

.NavigateMenu {
  background-color: whitesmoke;
  color: black;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: inherit;
  display: block;
  font-size: x-large;
  height: auto;
  background-image: none;
  --bs-border-opacity: 1;
  border-color: black;
  border-radius: unset;
}

2
Web Server - Ask For Help / Clarionlive not secure
« on: April 05, 2024, 05:36:54 AM »
Bruce check your certificate for clarionlive

3
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 25, 2024, 03:20:43 AM »
thanks for information

4
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 23, 2024, 03:54:20 AM »
but why work at localhost without SSL?

5
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 22, 2024, 12:23:17 PM »
with 14.16 when connect with any device via ip address don't work cam example address 192.168.0.217:90, and no error in screen, is imposible to see console error in android mobile

6
Web Server - Ask For Help / Re: User feedback?
« on: March 14, 2024, 07:30:05 AM »
for me work create a memory form with 2 buttons and fill session variable with a valid values and in GotFocusBack process according the values in session value

7
as bruce says share example, i think that you need to change the value of your field  to session value in your popup form p_web.ssv('My:Field', yournewvalue ) and then refresh in GotFocusBack

8
check in your dct if you have a NetWebLog table, if not you need to delete it, or in webserver in local objects, window manager, init,  init the global variable with a valid path or in WebHandler in Process Link

9
the problem is that the glo:WebLogName don't have a valid path

10
Web Server - Ask For Help / Re: Mixing Small screens in Web App
« on: February 28, 2024, 09:47:39 AM »
is posibble only with css

by the way i create my own wizard responsive based in NT wizard

12
Web Server - Ask For Help / Re: Forms behave strangely in version 14.17
« on: February 09, 2024, 12:20:46 PM »
humm i have another issue in form, when press tab automatic fired a requiered for the next field and when press cancel and yes the form not closed, go back to 14.16

13
use basic driver

FIRSTROWHEADER

DRIVER('BASIC', '/FIRSTROWHEADER=[ON|OFF]' )

[ Buffers" = ] SEND(file, '/FIRSTROWHEADER [ = ON|OFF]' )

This indicates if the first row of the file contains the labels of the columns.

By default this switch is off. If turned on, then CREATE(file) will add a line containing the labels of the fields separated by the comma character (as specified by the COMMA switch or ','), further the first line will always be skipped when reading from the file.


14
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 22, 2024, 03:51:58 AM »
confirmed that it works as before, and thanks for NT 14 is work very fast and more stable

15
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 21, 2024, 02:06:15 PM »
I have seen that in every embed that has StringTheory or jfiles that is where it takes a long time to open and compile.

Pages: [1] 2 3 ... 44