![]() |
Need some help with multiple window in program - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: Need some help with multiple window in program (/showthread.php?tid=304) |
Need some help with multiple window in program - Yumda - 04-17-2025 Hi there: I tried to write a program for work to act as a data base recording and search system. In the section where a patient information is displayed, when the "HOME" button is clicked , it will disable the "NEW SEARCH", or "BACK TO YEAR" button. Also, is there anyway to close a window created by ldwindow ? I want the window where the home button is displayed gets closed when the button is clicked. I have published the program, the code for the program is FDQZ538.000 Any help or advice is greatly appreicated. Regards YUMDA RE: Need some help with multiple window in program - litdev - 04-17-2025 Hi, I can't run your program without installing other extensions, and checking File commands to uncomment them. Ideally you would create a short test program that we can reproduce an issue to help diagnose something without lots of code that you know all about, but someone looking at it for the first time has no idea what is relevant or not to the question. In the LitDev samples there is a LDWindows case that opens and closes GW using buttons - perhaps this can start as a basis - this is it here as well PNPZ846.000 I hope this helps a bit and maybe we can progress from there if there are further questions - other SB users may also have some advice. RE: Need some help with multiple window in program - Yumda - 04-18-2025 Thanks Litdev: I will get a smaller section of the codes. In the mean time, happy easter everyone!! Regards YUMDA RE: Need some help with multiple window in program - martmen - 04-18-2025 Hallo zusammen ich würde so etwas mit den LitDev Erweiterungen in etwa so lösen. Sie Beispielprogramm SDHZ160.000 Vielen Grüße Martin Hallo an alle Ich würde so etwas ungefähr mit den LitDev-Erweiterungen lösen. Siehe Beispielprogramm SDHZ160.000. Alles Gute Martin RE: Need some help with multiple window in program - Scout - 04-18-2025 Hello Martin, Thanks for the database demo with SQLite. It's perhaps a bit more intuitive than the file method. LDWindow could be used here to display the patient record. P.S.: Your translation program seems to have refused to work: ![]() ----------------------------------------------------------------------------------------------------- Hello everyone I would solve something like this using the LitDev extensions. See the sample program SDHZ160.000. All the best, Martin ----------------------------------------------------------------------------------------------------- I've had good experiences with Google Translate: https://translate.google.de/?hl=de&sl=de&tl=en&op=translate RE: Need some help with multiple window in program - martmen - 04-18-2025 Es liegt nicht am Übersetzungsprogramm, sondern hier am Forum. Ich schreibe in deutsch und übersetze es in englisch. Das englische wird dann hier wieder in deutsch angezeigt. Wie verhindere ich hier, die automatische Übersetzung? RE: Need some help with multiple window in program - z-s - 04-18-2025 Just write in translator like deep or Google and paste here or maybe Ab can give better suggestion RE: Need some help with multiple window in program - Scout - 04-18-2025 Martin, how do you translate the forum post? Or How do I activate automatic translation? |