... local nPuntataIniziale := 1.00 // initial bet local nTotaleEnumeri:= 1 // total numbers to play local nSorteGioco:= 1 // is the type of game luck (ambata, ambo, terno, etc.) local nRuote:= 1 local nColpiGioco:= 10 // the number of iteration local nColpiRecupero:= 0 //iterations for recovery ...
Join the Harbour Project Community and Win! The Harbour Project Facebook group is celebrating its 1000th member! The lucky 1000th person to join the group will win a FREE spot in the exclusive Fivewin course with Antonio Linares! https://forums.fivetechsupport.com/viewtopic.php?f=6&t=44679&start=0 ...
I just upgraded to FWH2402 and been looking for BCC 7.7 at embarcadero.com without any luck. I even downloaded Rad Studio 11 hoping that I could find version 7.7 inside some folder. Where can I find BCC 7.7 to buy or download?? Any help would be appreciated. My email ...
thx for Link have installled Runtime and re-boot PC and put llama64.dll and phi-2_Q4_K_M.gguf into same Folder like EXE but still have no luck and got Error to load llama64.dll/phi-2_Q4_K_M.gguf ...
... do with Microsoft updating Edge and ending support for ActiveX. I tried changing the settings in Edge to allow for Internet Explorer Mode with no luck. Has anyone else seen this problem? What can I use besides ActiveX to get around this issue? Here is my code. FUNCTION HPCall( cTransactionSetupID, ...
Anybody had any luck with accessing Listboxes in excel using OLE. I have a spreadsheet with a Listbox in about every cell. The user is suppose to select the value from the list box to fill it out. I am trying to fill it out using ...
hi Antonio, oFolder:nDlgCode = DLGC_WANTALLKEYS no luck ... still can´t use TAB-Key to change Control i have reduce CLASS to only 1 Method to set Bitmap (depend on Drive Type) METHOD SetDriveIcon(cPath,nOption) CLASS TFolderDXELOCAL aDrives, ...
It is so that some day's ago I had the bad luck changing some code and the data was changed the wrong way (full database) The backup runs dayly, but I was changing code and did a run on the live data. (Never do this Marc !!! :wink: ) For my program, ...
... unique, and the customer can have a series of them. I also provide the option for it to submit it daily to my cloud server. As for ransomware, go luck to the perpetrator. If my client gets attacked, I have them do a complete reformat of the system ( and any attached computers ). I can then reinstall ...
... The lockup is happening when the SMTP class is linked in. I tried adding a modified version with any windows referencing calls removed, but no luck. I have reviewed posts on the forum that suggest Harbour, with CURL, can be used to handle emails. However, I can't find an actual complete example. ...
Hi, Why don't you use this function : WNetGetUser() Good luck. I guess probably because he's looking for someone connected to the server or locking a file. You can use the following function to start working. FUNCTION TstUser()LOCAL cDest := ...
... not be open in exclusive, the reason is that an another user try to add a record and i go in a loop to wait that the table could be open . Good luck, Philippe