PS: There was a point at which - so I could share my data from the pair of tables with my other developer (who needed them to be in embedded format) - that on mine (for which they are all PSQL files)...
Type: Posts; User: Nicholas Herlick
PS: There was a point at which - so I could share my data from the pair of tables with my other developer (who needed them to be in embedded format) - that on mine (for which they are all PSQL files)...
Hi Vincent and Dave,
Thanks for your suggestions about it. My team and I have never seen that "Netware" error until this past week - very odd. Neither of the computers showing that error are...
I'm getting this error using "delete_db"
File not on Netware TTS enabled serverDataFlex Error#: 4288 in line: 249218
It happens on my Windows 10 Pro machine and on another one running Windows...
Thanks for all of those great ideas! What I came up with is a "make it all data aware" framework. In the dialog's OnBeforeShow, import csv file's fieldnames and actual data from the first data row...
Beer's on me at next US conference! ~Nick
I'm working on a cWebGrid that builds its columns from two data sources - so it's a mashup of data-aware and non-data-aware - it has...
A - several data-aware cWebColumns, each of which is synced...
Yup! The Status_Help tooltips also respond to that patch - and so thanks again!
"Please, make sure the new index.html is loaded, and not cached.. open the Dev tools and double check the loaded index.html has the new js stuff."
That was the missing piece for me. I used Inspect...
Well, I've tested everything that's working for you. The tooltip is no longer drawn from the DD status_help.
When Set in the DEO's top code... no joy
When WebSet using an OnLoad procedure... no...
Got it - I was suspicious that DF's ability to use DD status_help might be the culprit. Easy to change. Thanks! Nick
I patched your code (thank you) into my Index.html, placed below
<script src="DfEngine/df-include.js"></script>
This code was inserted below the predefined DF-defined code.
<script...
I'm seeing a psTooltip not display, when hovering the cursor over an empty cWebForm, if peLabelPosition is set to lpFloat.
But once that form contains data (its psLabel floating above it) then its...
That makes total sense, thanks! And I'll check out WDDI.
I'm testing a cWebList that applies user-entered constraints. And then based on the qualified records they can perform tasks such as sending emails, closing old open accounts (writeoffs), etc.
...
I'm working on a csv file export feature for a cWebList. Rather than export via a DDO search which applies the same constraints filtering the visible list, might it be faster to access tWebRow[] rows...
Being able to use Chilkat COM for non UI processing works for me. In our Windows app we used its Encrypt, Decrypt and Mailman. Sounds like we can use all of them still.
Question: When we compiled...
OK that's good to know. Someone told me a webapp cannot use Chilkat COM for Windows. ~Nick
Hi Harm,
In our windows product we relied on the Chilkat tool to encrypt/decrypt bank transit routing and account numbers, used by our customers to process monthly recurring electronic debits. We...
Using the release ver. of Studio 2022 - testing EncryptKey and Decrypt key in a subclass of cWebResourceManager.
Our app needs to encrypt two EFT bank account fields (Transit Routing Number, Bank...
You were right! When we made some changes in our subclass of cWebResourceManager the photo upload did not append the photo filename. Another DOH moment. Thanks. No error 32 now.
Our registered path ends at "\Photos". I don't know why "nDataFlex" appears to its right.
The write command below is when the error 32 fires.
// Called for each chunk of data that comes...
I get a channel output error during an attempted upload of a jpg photo. The folder exists and is registered.
Can't open output file C:\DEV\MyAppFolder\Data\Downloads\Photos\nDataFlex Error#: 32 in...
You'll laugh at how I worked around it. (a) User types in a ~ character where they want the field to be inserted, (b) click the [Insert] button which grabs the message text, replaces ~ with merge...
Barring something else I suppose we could just use a "~" marker, so the insert action is...
Move (Replace("~",sText,sFieldName)) to sText
Was hoping to avoid that preliminary step to the...
I'm building an email template view. It supports the fields one would expect, but I'm having trouble with a message text feature.
User composes message text in a cWebEdit object. One of the...