I found reference to using the windows clipboard in another post and tried to check for when the clipboard was empty but Extra does not "empty" the data from the clipboard as it pastes each section, the windows clipboard contents remain the full text that was copied. I could see that both by...
Reading my post back again I see that I failed to mention one key point, which is that I am executing the pasteContinue via a macro. I want to stop a loop in the macro when there is nothing left to paste. So where the menu item is greyed out when there is nothing left to paste, is there any way...
Is there any way to check when all all data has been pasted when using PasteContinue. I am using this to paste multiple screens of data but need to end the pasting when there is nothing left to paste. Is there a way to check if the PasteContinue "buffer" is empty
When my macro starts I would like to set the Paste Options to "field oriented" and then when the macro ends, set it back to whatever it was originally. Is there a way to access these settings from the macro?
The paste options I'm referring to are found by going to Options-Settings then...
Here is the code for the dialog:
Begin Dialog UserDialog 100, 75, 375, 65, "Pick your file"
ButtonGroup .ButtonGroup1
Text 9, 3, 100, 13, "Filename/Copyib/Member:", .Text1
DropListBox 5, 15, 350, 500, filenames(), .DropListBox1
OkButton 10, 45, 42, 13...
I have a droplistbox with a number of entries in it. When I click on the arrow to bring up the list, the list flashes up for a moment and then disappears.
The only way I can get it to work is to not release the mouse button, that allows me to scroll through the list and then when I release the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.