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

Pages: 1 ... 7 8 [9]
121
ie. turn it on and off

122
Hi clever people,

I have finally manged to call a webservice that receives a pdf as input ,
I now need to write one that receives a pdf as one of its parameters.
Who can point me in the correct direction ?

123
I have a netwebbrowse which uses the following view.


ThisView            View(placement)
                      Project(pla:contractid)
                      Project(pla:startdate_DATE)
                      Project(pla:enddate_DATE)
                      Project(pla:noticeperiod)
                      Project(pla:internalind)
                      Project(pla:statusflag)
                      Project(pla:benifits)
                      Project(pla:flags)
                      Project(pla:contfixed)
! Start of "View Section"
! [Priority 5000]

! End of "View Section"
                      Join(contacts,'con20:contactcode = pla:contactcode')
                        Project(con20:contactname)
                      Join(com4:pk_companys,con20:companycode)
                        Project(com4:companyname)
                      END
                      END
                      Join(applicantsnew,'app1:appid = pla:appid')
                        Project(app1:names)
                        Project(app1:surname)
                      END
                    END ! of ThisView

When I use the 'send value to server side code' on a button that I have placed in the browse list
the values for the placement file is correct , but the values of the other files company, contact and applicant are not set

There is also no session values ?

Do I have to re read these files to get the correct values inside this embed point ?

124
Hi , anybody downloaded the Capesoft Forums Software ?
I compiled it, created 1st user.
Can create other users.
I can create Forums and Groups
Assign Users to Groups,
But cant see or post any topics
I think the answer is in the browse topics procedure but not sure what im looking for.
did a debugview listing (attached).
Lines 37 to 40 come from the browse topics procedure
I'm not sure what the next line 41 is and what it means ?

Any Help ?

[attachment deleted by admin]

126
I have a bog standard NetWebBrowse.
I want to execute a piece of code Once and only once before showing the table contents
The contents can be refreshed only by request of the user.

What embed point do I use ?

127
I have a netwebform
where I upload a file (spread sheet)
on successfull update I process the spreadsheet
This all works well.
But how do I keep the user informed of the progress ?
The file is only uploaded after the 'save' button is pressed.
It could be a faily lenghty process ?
 

128
Any Comments Please

129
Web Server - Ask For Help / Pass Variables from Menus
« on: September 06, 2011, 01:24:56 AM »
I want to call a procedure as popup from different menu selections, that’s easy enough, but how do I pass diffent information or values to it ?


130
Web Server - Ask For Help / Remember Me on Loggin
« on: September 06, 2011, 01:01:51 AM »
Where can I get info on Cookies ?

I want to change the logon screen to add a option to remember the user ?
I assume I need 2 cookies , the option and the user
I have read in the Nettalk Manual  how to retrieve a cookie value, but I dunno how to set it ?
 ???

Pages: 1 ... 7 8 [9]