Bump. DAW, is it possible to know if this is something you would consider?
Type: Posts; User: danwalsh46
Bump. DAW, is it possible to know if this is something you would consider?
Thank you, Harm. Changing to oPin fixes it.
I tried this and it still gives the same result.
If (bAdvanced) Begin
WebGet paAdvSyncProps to aAdvSyncProps
Move sName to...
Thanks, but that's not my code. That's the cWebDynamicObjectContainer class in the library. We'll see how DAW responds.
I have a login dialog that uses pbVisible/pbRender properties to hide/show hidden objects to double as a registration dialog. I'm attempting to use dynamic objects and have run into an anomaly with...
I'm interested in having a silent AllowAccess function. I have Webapps that are login optional, and after logging out the user could click the back button and return to a view that requires being...
Okay, solved. In my Dashboard.wo I have the following:
Object oDynamicObjectContainer is a cWebDynamicObjectContainer
Set piColumnCount to 12
Set...
Attempting to use WebRegisterPath in a method yields a compiler error.
Procedure End_Construct_Object
Forward Send End_Construct_Object
//
WebRegisterPath...
I've made the following object dynamic without a hitch...until I attempt the WebSetResponsive. Are you allowing for this?
Object oLogo is a cWebImage
Set piColumnSpan to...
Even though the limited documentation and Learning Center videos both mention dashboards, none of the navigate* commands appear in the sample. I'm going to experiment, but I'm wondering if anyone...
Geez, talk about needing to clean out the closets! The following was in my .src file, used exactly nowhere.
// Use FlexCOM.pkg
This installer does not include dfolecln.dll. I had to copy it from my development system.
Thanks, Wil. Keep up the good work!
It's called the Worsley Effect, no? :-)
With login optional, you'll want this in your protected view as well.
Function AllowAccess Returns Boolean
Boolean bAllow
//
Get IsLoggedIn of...
As the only solution, agreed. As part of a greater whole solution, what they don't see don't temp 'em.
You could simply hide the button if the user is not logged in. Assuming v19.1, in your Search view you could do something like this:
Procedure OnBeforeShow
Boolean bLoggedIn
...
I reported this during the Alpha/Beta cycle.
Edgar,
See my Using the MailChimp API presentation for some example code. You will find it here:
http://www.disdconference.com/index.php/archives/2018-presentations/
All of my WebApps are login optional. Try this:
Create a subclass as shown here and overwrite procedure RequestLogout...
Use cWebSessionManagerStandard.pkg
Class cFBPWebSessionManager...
My WebApp is login optional/supported, and I use a view instead of a modal dialog. I have the following in my view:
Procedure OnHide
Send ShowHeader of ghoWebApp
...
Try using OnShow instead of OnLoad.
Me too. I'm happy to help.
Stephen,
I installed successfully by omitting the IIS part of the process. I then followed the manual setup directions in the help to complete the job. WHEW!
This a Windows 10 64 machine. This is the same machine on which I have installed (and uninstalled) all of the alphas, betas & the RC. I remember this stage taking a longer time when first I...