NetTalk Central

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Bruce,
I thought one supported the other so I have always deleted both.....
I will force a change and see which one deleted allows the change
12
Web Server - Ask For Help / Re: Search field in the header
« Last post by Bruce on April 15, 2024, 11:18:20 PM »
To go this way I'd likely experiment with making a small memory form with the search entry field and then include that in the header. Probably with a small "search" button.
13
I don't see this effect myself, but it's probably important to know which it is.
CLW or OBJ.

Cheers
Bruce
14
Web Server - Ask For Help / Re: API problem, NT 14.20
« Last post by Bruce on April 15, 2024, 11:15:08 PM »
>> Should this fix my prefix issue?

yep.

>> Is the problem here because BCS_Status has only three characters before the underscore?

yep.

15
Hello
Why do I need to delete the clw and the obj for some changes to take effect?

for example in a browse I had two columns which were Edit in Place
Although I deleted the checkbox tick for edit in place and recompiled, the fields were still EIP active,
and the changes did not take effect until the deletion of the CLW and OBJ and a  recompile.
I have the same issue when changing column  header names, and button renaming

Thanks
Richard
C 11.1.13855EE
NT 14.20

16
Web Server - Ask For Help / Search field in the header
« Last post by wasatchconsulting on April 15, 2024, 08:50:01 AM »
How can I place a search field in the header area of the site with the menus. I would like the search always available to the user.

NetTalk 14.18

Ken Watts
17
Web Server - Ask For Help / Re: API problem, NT 14.20
« Last post by jking on April 11, 2024, 11:02:58 AM »
Bruce,

     After looking at the source, I have come up with this:  set  jsonParameter.SetMaxPrefixLength(1) in the Before Loading Parameter embed:

! Start of "Json Setup"
    ! [Priority 5000]
   
    ! End of "Json Setup"
    if json.LoadString(strjson) = jf:ok
      json.SetTagCase(jf:CaseAsIs)
      do FreeQueue:PatientEnrollment
      Clear(q:PatientEnrollment)
      jsonParameter &= json.GetByName('PatientEnrollment')
      if not jsonParameter &= Null
        jsonParameter.SetRemovePrefix(true)
        jsonParameter.SetMaxPrefixLength(Len('Enr') + 1)
        jsonParameter.SetPrefixChars('_')
        jsonParameter.SetTagCase(jf:CaseAsIs)
        jsonParameter.SetGroupName('PatientEnrollment')
        ! Start of "Before Loading Parameter"
        ! [Priority 5000]

            jsonParameter.SetMaxPrefixLength(1)     !my code here, set to either 1, 2 or 3
       
        ! End of "Before Loading Parameter"
        jsonParameter.Load(q:PatientEnrollment)
        ! Start of "After Loading Parameter"
        ! [Priority 5000]
       
        ! End of "After Loading Parameter"


Should this fix my prefix issue?

Thanks,

Jeff
18
Web Server - Ask For Help / Re: API problem, NT 14.20
« Last post by jking on April 11, 2024, 08:44:43 AM »
Bruce,

     Could you explain how to do this and where?  I have tried numerous embeds.  Also, in the API, what is the name of the JSON object.  I'm not sure how to proceed here.

     Also, there are other fields in the table that use an underscore character, but they get assigned properly.  However, they all have more than 3 or 4 characters before the underscore character.  Is the problem here because BCS_Status has only three characters before the underscore?

Thanks,

Jeff
19
Web Server - Ask For Help / Re: Different menu if they log on from mobile phone.
« Last post by rjolda on April 11, 2024, 08:26:13 AM »
HI Osquiabro,
That is exactly my intent.  From mobile phone, I have 3 activities that they will do.  Going to create a separate MemForm with those three buttons.  Thanks for the info.
BTW, I sent you a message through Net Talk messaging on site to see if you do any consulting.  I am going to need a little help with getting the mobile version of my web app going.
Thanks,
Ron
20
Web Server - Ask For Help / Re: Download file from menu
« Last post by Bruce on April 10, 2024, 09:50:16 PM »
I'm away for a few days Sean, but will investigate on my return.
Pages: 1 [2] 3 4 ... 10