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.
16
Web Server - Ask For Help / Re: Barcode Scanner
« on: May 06, 2024, 03:22:20 PM »
but the same problem is in a primary domain https://istpr.com/qrcode, maybe i think that the multisite is a problem, the other site https://fecipur.org/barcode is not multisite and work
17
Web Server - Ask For Help / Barcode Scanner
« on: May 06, 2024, 06:23:42 AM »
Why Barcode scanner don't with a sub domain? example
https://fecipur.istpr.com/barcode
and work in this domain
https://fecipur.org/barcode
i think that the problem is when app is multihost because i have a same problem with my primary domain
https://istpr.com/qrcode
NT 14.21
https://fecipur.istpr.com/barcode
and work in this domain
https://fecipur.org/barcode
i think that the problem is when app is multihost because i have a same problem with my primary domain
https://istpr.com/qrcode
NT 14.21
18
Web Server - Ask For Help / disable moving columns
« on: May 06, 2024, 05:12:00 AM »
Hi Bruce, how i can disable moving columns in Browse? is confuse for a users, example of problem is in
https://www.fecipur.org/Finanzas
NT 14.21
https://www.fecipur.org/Finanzas
NT 14.21
19
Web Server - Ask For Help / Re: mac version of chrome gives snap error 11 with drop down lists (NT 14.20)
« on: April 26, 2024, 02:04:23 AM »
i have a client in one laptop with this problem.
20
Web Server - Ask For Help / Re: Webcam(79) example, give error with iPhone
« on: April 21, 2024, 03:12:42 PM »21
Web Server - Ask For Help / Re: Different menu if they log on from mobile phone.
« on: April 10, 2024, 04:58:20 AM »
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;
}
.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;
}
22
Web Server - Ask For Help / Clarionlive not secure
« on: April 05, 2024, 05:36:54 AM »
Bruce check your certificate for clarionlive
23
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 25, 2024, 03:20:43 AM »
thanks for information
24
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?
25
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
26
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
27
Web Server - Ask For Help / Re: Refresh form fields after a pop-up form closes
« on: March 13, 2024, 12:02:59 PM »
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
28
Web Server - Ask For Help / Re: File could not be opened. Error: Invalid Filename (45).
« on: March 11, 2024, 03:38:37 AM »
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
29
Web Server - Ask For Help / Re: File could not be opened. Error: Invalid Filename (45).
« on: March 10, 2024, 04:06:04 AM »
the problem is that the glo:WebLogName don't have a valid path
30
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
by the way i create my own wizard responsive based in NT wizard