Hi everyone,
I wrote this a long time ago and am wondering if it might be of any use to anyone.
Mind you, because it was written well before CodeJock came along, it's use may not be as great as...
Type: Posts; User: Rachael
Hi everyone,
I wrote this a long time ago and am wondering if it might be of any use to anyone.
Mind you, because it was written well before CodeJock came along, it's use may not be as great as...
Ok, thank you. Not that I need to do this that often, but sometimes using the base controls gives that little bit extra flexibility, especially when designing utilities and other "fix-it" type...
Yep, this did the trick guys.
Thank you very much, but why does Prompt_Callback now need to be used, whereas before, using dbList, it didn't?
Procedure Prompt_Callback Integer...
Hi everyone,
I have in the past used a Form and also used a prompt list (dbList) and the prompt list works perfectly.
I am now producing new prompt lists using cDbCJGridPromptList and the...
Thank you for this Harm, although what is the recommended way of adding them to a Workspace. So far I've copied and pasted 3 of your fixes for 19.1 into Index.html using <script></script>. Should I...
Hi,
Yes, I can see the sense of replacing WebAppUser and I can see the necessity to make certain fields bigger too, and not just adding more columns to it if it is used.
So far, I've only...
Yes, I'll bite and say +1.
It could be useful under some situations, such as security, as in "For My Eyes Only" and other special circumstances.
There is one hidden caveat though, bun...
IMO, a Boolean that is not exactly 0 (zero) should be False, so (0.5 or 0.5), should evaluate (in the Boolean world) as True.
Again, IMO, regardless of how DF works this out, logically, it is...
Hi everyone,
Ok, thank you for all your comments. There is logic to replacing WebAppUser with my own version, however, if the modified version of this table is in the Data folder of the workspace,...
+1 - Fabulous idea if it's at all possible. :)
Hi everyone,
I'm just trying to get a feel for what might be regarded as proper "etiquette" regarding adding columns to WebAppUser as I wish to save user colour preferences, etc...
So, should I...
I believe Vincent will be able to answer that question. I use Edge, Chrome, FireFox and SR Iron (Chrome clone, kind of), and these browsers don't have an issue.
I use cWebDateForm in many places throughout the two Webapps that I've created and have never had a problem.
Having said this, I'm in Australia and use DD/MM/YYYY, so I'm wondering if it's either...
Hi everyone,
While the client has not officially authorised it as yet, they have spoken to me and asked as to whether I would be able to add incident reporting into their current Webapp.
...
I'm not sure what the problem was, but a reboot of the computer in question fixed the problem even though this was a brand new installation on this particular drive.
So, I guess, by rebooting the...
Hi everyone,
I've just reinstalled everything onto a new M.2 1 TB drive and now DF19.1 is telling me the user count is exceeded. DF is properly registered, so this is not the problem -...
Usually, this is what I do. Let's say I wish to send an email after a successful save.
Procedure Request_Save
Boolean bFailed
Forward Send Request_Save
If (not(Err)) Begin
...
Thank you Vincent. :)
Try rebuilding the metadata.
Ok DaveR, hopefully this might help.
We have a View which is full of data aware controls.
Doing this doesn't work, regardless where you place the command:
On_Key KSave_Record send DisplayIt
...
Not that I generally play around with accelerator keys, but I do use a modified version of this little applet for various things, and decided to stick "On_Key" into it and found that both...
Hi Vincent,
If you mean 47.9 and 9.35, these are in the DR example in Studio Help for their Mod function example.
Anyway, thank for your reply, but with the changes in the type of software that...
Ok, thank you for that Edgard.
Personally, I leave the default toolbar, menus alone (if I use them) even if I do have buttons in my views, which I usually do - Ok, Close & Apply. Therefore,...
Hi,
Procedure Request_Save
End_Procedure
I think (within the view itself) - although this will not disable the save in the toolbar or the save in the File menu. These will have to be done...
Hi DAW,
In DF Mod(47.9 , 9.35) = 2
and yet
in DR Mod(47.9 , 9.35) = 1.15
Referring to Studio Help, it does say that Mod is used between 2 integers, so in this case the DF result is...