I meant like MM said create the object dynamically and then destroy it in the clear. Maybe create in postfind and destroy it in the Clear of the DD.
EDIT: I did that for an image scanning app...
Type: Posts; User: chuckatkinson
I meant like MM said create the object dynamically and then destroy it in the clear. Maybe create in postfind and destroy it in the Clear of the DD.
EDIT: I did that for an image scanning app...
Can you dynamically create the images and then destroy them with the clear?
I just changed to use a new CC processor. We've always used one that provides a hosted page that the customer enters the information on because we don't want that sensitive data even entered on our...
Agile and the Long Crisis of Software (logicmag.io)
You can run the DAW SQL drivers for DB2 or MS SQL Server. I believe the Mertech drivers still work in CM and the options include MySQL, PostGres and Oracle.
I just spent 20 minutes typing in about 40 columns in a new table, defining the indexes etc. And accidently I added a column with the same name. When I went to save the table it told me about the...
I guess ya'll heard about the MS Exchange bug right?
https://www.bleepingcomputer.com/news/microsoft/microsoft-exchange-year-2022-bug-in-fip-fs-breaks-email-delivery/
But there is another Y2K...
Hi Mike,
Yes I can sign manually from the command line. We finally figured out how to get the build system to sign, by using the signtool.exe /f option to point to the certificate so our builds...
Why does SignDataFlexProjectExe still do a sha1 when I removed it from the .ini? If I manually sign from the command line using signtool.exe with the same parameters I only get the desired sha256.
...
How hard would it be to add a checkbox option for the finding to exclude the search term in comments?
Makes so much more sense to me.
Native CSS nesting: What you need to know - LogRocket Blog
To clarify.
1) Check if SQL Server allows for both SQL and Windows Authentication.
2) Add the user to the Server Security
3) Map the user to the Database you want.
Alternately if select...
Good article. I had the transaction log issue at one of my stops. A sort of DBA was cleaning up a database for deployment to a new customer installation and completely filled the hard drive with the...
It's bound the happen again. CRXI has been on life support since Windows 7. 400+ reports to DR or maybe the Flex2Crystal with the latest version of Crystal from SAP.
Windows Hello and Pin. And I think finger-print if you have a device. And use of Authenticator.
Microsoft recently removed passwords from their apps. Slowly moving to the future.
Thanks Wil,
Of course we sub-classed your wrapper so it will be easy to take out our code after the update.
After a lot of user testing we went live with the browser yesterday.
Thanks!
Thanks Wil,
That's a very detailed explanation. It's not too late as we have not released our apps with the control. I'm going to take this advice and move the folder to TEMP and use just a single...
Our developer must create a change script for all database changes. So when we have an issue of checked in INT not matching the database we look for and run the developer change script. These scripts...
Wil,
After reading a bit on the MS GitHub forum and the other MS docs. I have now changed the folder to go down to the view and object level. So each instance of the web browser will at least have...
Thanks Wil.
User testing will continue next week. So far everything is fine.
A posting on Hacker News has gone viral ;)
‘We hire old people’: Job posting highlights ageism in tech (fastcompany.com)
Wil,
I'd be interested in the responses.
We have users that fire up the same app multiple times. We will be testing for any errors and I will let you know.
Thanks !
Wil,
Thanks. I've now changed to below. Wondering what happens if the user runs multiple instances of the same program?
Procedure OnComCreate
String sUserDataPath sProgram
Using that I get C:\Users\SomeUser\AppData\Roaming as the base folder path.
Do you see any issues with using this path?