NetTalk Central

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Web Server - Ask For Help / Mem Form Field
« Last post by rjolda on April 21, 2024, 11:37:23 AM »
Hi  Using NT14.18 and C11.0.136
I have some Entry fields on a MemForm. ( Strings).
Can I make Entry Fields ( strings )  - READ ONLY?
Is there a way to set an attribute - I am looking up data on 1 tab.
On Tab 2 - if there is no data in the table that I looked up  then I want them to Enter Last Name and First name, etc.
If the data exists, then I just want to SHOW the Last Name and First name, etc and not allow modification.
Or do I have to hide/unhide Last name String (Entry) and Last Name (Display) based on the condition?
Thanks,
Ron
12
Web Server - Ask For Help / Re: Using MEmform
« Last post by rjolda on April 21, 2024, 10:53:44 AM »
Alberto,
I had a field equate. 
The Field RESET was the key.  Got it working.
Thanks,
Ron
13
Web Server - Ask For Help / Re: Browse Conditional CSS Background-color
« Last post by rjolda on April 21, 2024, 10:32:20 AM »
Hi Ken,
I have no CSS experience.  I hired a young kid to help me with CSS and help me understand it.  He knows NOTHING of Clarion.  These young kids code this CSS in their sleep.  He was able to help me do some styling - even to dig down and take what appeared to be the correct style and find what was overriding it and correct it - all in css.....My advice, buy some CSS time and you can get it sorted out very quickly.  I am trying to wrap up my web app.  I have the kid  on call so that we can do all the css and make it look pretty. CSS was a big headache for me - now, I just call my consultant and he sorts it out very quickly! No more CSS headaches for me.  Also, I am learning CSS and how to put stuff in clarion so that I can control the elements I want!  Let me know if you want contact info for my guy. (He charges less than $40.00 per hour because he is in Nigeria.)
Ron
14
Web Server - Ask For Help / Re: Using MEmform
« Last post by Alberto on April 21, 2024, 08:00:30 AM »
HI rjolda,
You have to give Tab2 an equate, and then refresh the tab from the field on tab1.
Hope this helps.
15
Web Server - Ask For Help / Re: Using MemForm again
« Last post by rjolda on April 21, 2024, 07:32:51 AM »
Solved!
I had to move my code to the "POST UPDATE".   That allowed all the field validations and then when they were all validated, the code ran the UPDATE and then my code in the "POST UPDATE" embed.  I had called the Memform in "Change" mode.
Ron
16
Web Server - Ask For Help / Using MemForm again
« Last post by rjolda on April 21, 2024, 03:50:40 AM »
Hi, Using NT14.18 and C11.0.136
I am using a Memform called in Change mode.  I am collecting data and using it to write to 3 different tables.
I am putting my code in the ValidateUpdate Routine ( which calls the do CompleteForm and do ValidateRecord routines) and it calls these first.
However, if I open the memform and click the "Save" button for the form, it starts writing to my 3 tables and then pops up a message that required fields are not filled in... However, I want it to get the required fields FIRST.  Is there a statement like IF ALL FIELDS ARE VALIDATED then go ahead and write to the tables.  If NOT ALL VALIDATED then remind them to fill in the required fields?
Thanks,
Ron
17
Web Server - Ask For Help / Using MEmform
« Last post by rjolda on April 21, 2024, 03:28:50 AM »
Hi, Using NT 14.18 and c11.0.13630. 
I am calling a MemForm in Change Mode.

Question 1: I am capturing a local field with a alphanumeric field on Tab1.  I want to display this field which is saved as a Session Variable on Tab2 - 'thisVIN'. I save it as p_web.SSV('thisVIN', thisVIN).  I have tried various Display field methods such as displaying the TEXT  of p_web.GSV('thisVIN').  I have tried displaying it as a Session Variable using p_web.GSV('thisVIN').  No luck.  What is the trick?

Thanks,
Ron
18
Web Server - Ask For Help / Re: Search field in the header
« Last post by Niels Larsen on April 19, 2024, 11:12:05 PM »
I usually do it this way. "none" or something else. Just something that doesn't exist.
19
Web Server - Ask For Help / Re: Search field in the header
« Last post by wasatchconsulting on April 19, 2024, 01:29:53 PM »
I can get the page into the header, but it wants to bring the header, footer, and the menus along with the display. How would you change the memory form to only include the input field and the button and nothing else?

Ken
20
Web Server - Ask For Help / Point of Sale (Cashier Screen) in Nettalk
« Last post by ntnewbies on April 19, 2024, 12:58:24 AM »
hi,
Has anyone created a responsive web point of sale screen (Cashier Interface) using NetTalk?


regards,
jason
nt14.20
c11.1


Pages: 1 [2] 3 4 ... 10