Posts

Er worden posts getoond met het label Wlanguage

WebDeb Dialog ipv Sweetalert2

Afbeelding
  Youtube link: https://youtu.be/HZA0YEkYZbs De opdracht Dialog kan gewoon in Servercode. Tik in dialog( en kies dan de Wizard. Als je de Wizard hebt afgerond komt de Switch-regel in beeld. Geef daar achter "Enter" en de Switch wordt helemaal uitgeschreven. Per Button in de Dialog komt er nu een "Case". Daar kan jezelf code invullen.

WinDev Copy-Paste van verkenner/outlook in WinDev

Afbeelding
Auteur: Harry Nijenhuis Hieronder vind je de tabal waar het om gaat. De DropZone is een Static die gebruikt wordt voor de 'Drag&Drop' functie. In de Tabel zelf kun je klikken op de rehter-muisknop om het reeds 'gekopieerde of geknipte' bestand te kunnen plakken. Hieronder zie je in de Table Control hoe je de rechter-muisknop kunt activeren. Hieronder zie je dat de button waarin de code staat links buiten scherm is geplaatst, zodat je de button niet meer ziet. Hieronder zie je de code die in de button staat om het 'Plakken (Paste)' proces te kunnen doen. De gebruikte code kun je hieronder kopiĆ«ren en plakken in je eigen button: sDirectory is string sFileNew      is string // The Copied file will be Pasted here - Choose 'Paste' in the Popup sDirectory = fSelect("C:\Windev25","","","") IF sDirectory <> "" THEN // Not needed, but give the file a new name sFileNew = "C:\Windev25\"

[WD23+] AAF en de naam van een variabele of procedure wijzigen

Afbeelding
Trefwoorden: Variabelenaam wijzigen, Procedurenaam wijzigen, Automatisch aanpassen benamingen, AAF, Groen vinkje in Code-editor. Als je de naam van een variabele of procedure wijzigt, dan zorgt de AAF (Automatic Application Features) ervoor dat deze wijziging in je hele project wordt doorgevoerd. Dat ging vroeger automatisch, maar tegenwoordig (bewust of een bug?) niet meer. Het is echter niet nodig om je hele project door te spitten (vanuit de foutmeldingen) en alles handmatig aan te passen. Het kan ook zo: De AAF gaat wel aan (groen vinkje), maar doet niets. Ga met de mousepointer op de oude variabelenaam staan. Rechter muisklik tot opties. Linker muisklik op "Rename all the references" Een voorbeeld met een locale variabele:

Resolutie beeldscherm wijzigen

Afbeelding
(Eerlijk gekopieerd door Harry Houtkooper, orgineel : Mauro Huc @pureinfotech) How to change screen resolution using command line on Windows 10 You can change your computer's screen resolution using Command Prompt on Windows 10, you just need the right tool — Here's how. September 25, 2020 Although you can always change the screen resolution using the Display settings, Windows 10 doesn’t include a command line equivalent to adjust the resolution using Command Prompt or PowerShell. This is a feature that would come in handy to quickly change the screen resolution for certain apps and games that work best at specific resolutions. Also, using a command line tool allows to automate the process with a script and even using Task Scheduler. However, if you’re looking to change the resolution of your device monitor with command line, you can use QRes by Anders Kjersem, which is a tiny (legacy) tool that doesn’t require installation, and it’s been designed to adjust the display

Drag and Drop

Afbeelding
  Hoe voorkom je dat bij drag en drop de informatie niet uit het bronveld verdwijnt. https://drive.google.com/file/d/1m5ftpz-ntxlvG6W80ewTnYqVbMH4qfes/view?usp=sharing