Hi, Has anyone used user groupware on WB28. It uses an internal component, WDGPU_WB_CNT. I am not able to identify the page or page template that is used to display the user and group management page. Any help would be greatly appreciated. Thanks and regards issahby mixgh - WinDev Forum
Hi, I converted my WD16 app into WB24. I went through by converting each window to its equivalent page, testing and making the required adjustments. You get 85-90% good conversion based on the nature of the window. Some of the things to look out for are: 1. Due to browser/server interaction, you'll have to do additional work on processes that are fired due to an update of a control.by mixgh - WinDev Forum
Hi Al, Thanks. I got it and its up and running and updated. I thought you were actually going to give the installation file but its all good. Thanks and regards issahby mixgh - WinDev Forum
Hi Al, I've sent you a private message. Hope to hear from you soon. Thanks and regards issahby mixgh - WinDev Forum
Spoke too soon......the updates are version 63c and require a minimum of 62j. No other updates exist so now I'm stuck. Any help would be much appreciated. Thanks and regards issahby mixgh - WinDev Forum
I got it. Thanksby mixgh - WinDev Forum
Hi, I have an application in WD18 which I need to make an update to. I do not want to upgrade to a newer version. I've installed WD18 but I do not have the additional updates that came with it. My version is 56h. A link to the site with the minor upgrades would be great. Thanks and regards issahby mixgh - WinDev Forum
Hi, Have you checked the configuration page of your App Server? I think the default is 150 even if you purchased the unlimited version. Just make the change. issahby mixgh - WinDev Forum
I had something similar and even though I made sure I cleaned up memory it would still hang after a while. So I put in code to let it shutdown after 12 hours and configured the scheduler to restart it soon after that. Since then, for anything that has to be run at 5-minute intervals or more, I use the scheduler. Your case can be a combination. issahby mixgh - WinDev Forum
My local distributor is the reliable Austrian. Guess in my rush to beat the April 30 deadline, I forgot about him. Sorry Guenter. Anyway, PCSoft responded this morning so I'm good....delayed but good. regards issahby mixgh - WinDev Forum
They could have at least set up an auto-reply on their email account so you have the assurance that what you sent has been delivered. What's the explanation for caroline.tassel@windev.com bouncing when she is listed as the official account manager? Anyway, let'sby mixgh - WinDev Forum
Hello, Been trying since Saturday 29th April 2023 to contact PCSoft for my dongle update after purchasing WB28 Upgrade. Sending email via their contact form as well as directly to info@windev.com hasn't resulted in any response or acknowledgment. Sending an email to Caroline Tassel who is supposed to be my account mby mixgh - WinDev Forum
Hello, Just bought and installed WB28. How are you supposed to update the dongle. I thought PCSoft would send you a file with the dongle update. Am I missing something? issahby mixgh - WinDev Forum
Hi all, MS Outlook 365 no longer accepts basic authentication for SMTP requests. The standard is now OAuth or modern authentication. This has of course messed me up big time. I have seen that WB supports OAuth2Parameters variable type. How would I use this to send mail by SMTP? Any help would be much appreciated. Thanks and regards issahby mixgh - WinDev Forum
Hi, I've seen some documentation and I'm playing with it. Will be back if I hit a wall. Regards issahby mixgh - WinDev Forum
Hi, I only recently discovered the fulltext index type for mysql which allows you to do a search on multiple columns. Has anyone used this feature from within Windev and if yes, how would you setup the parameters within the query editor. Thanks and regards issahby mixgh - WinDev Forum
Hi Jeff, That's great....happy to hear. Did you have to put the hQueryDefault on each query? Regards issahby mixgh - WinDev Forum
Hi Jeff, Why don't you put an "hQueryWithoutCorrection" on the final query. If that doesn't work, consider simplifying both queries and add additional columns one at a time. Are the two ROWID's compatible (same type)? My two cents issahby mixgh - WinDev Forum
Hi, It seems PC Soft is not allowing the download of its software versions pre 25. My laptop crashed recently and I'm trying reconfigure my WB24 setup but all the links to WB24 are no longer there. Any idea whats happening? Thanks issahby mixgh - WinDev Forum
Hi. Using WB24. I have created a new "1st project page" with a new set of menu options and I would like to regenerate the options to populate the gpwelement file. Its an old web application so I am using pre WB18 user groupware. Any help would be appreciated. Thanks and regards issahby mixgh - WinDev Forum
It's been solved. Thanks issahby mixgh - WinDev Forum
Hi, All of a sudden when debugging code, the values are shown in hexadecimal. Must have made a change somewhere. Can someone help me go back to the default? Thanks and regards issahby mixgh - WinDev Forum
Hi, Using WB24 and everything works as advertised. Regards issahby mixgh - WinDev Forum
Hi AI, Does your mistrust of the For Each construct have anything to do with the size of the table? Regards issahby mixgh - WinDev Forum
Solved....please disregard Thanks issahby mixgh - WinDev Forum
Hi, I'm running a For Each Row of Table loop from a button and if it fails a condition, I would like to change the color of the currently processed row. I just can't seem to get the syntax right. I tried For Each Row of table if condition then table..Color=iwhite end End but it doesn't work. I also tried For Each Row of table if condition thby mixgh - WinDev Forum
Hi, Did anyone use any of the potential alternative tools listed here? I know liveapps is dead but lianja and limnor still seem to running strong. Just my curiosity running wild. regards issahby mixgh - Off Topic Discussion / Ranting Corner
Hi, After playing around with every possible parameter I could think off, it turns out that UploadCopyFile() works with a 32 bit WebDev installation but not a 64 bit one. PCSoft, your move. Thanks Mike and to anyone who read the post and tried to solve it. Regards issahby mixgh - WinDev Forum
Hi Vassilis, Thanks. It works like a charm. Regards issahby mixgh - WinDev Forum