Search found 95 matches

by alepap
Fri Feb 17, 2017 4:05 pm
Forum: Getting started with eXpress++
Topic: Display Image to CRT screen
Replies: 5
Views: 16854

Re: Display Image to CRT screen

Once you have a bitmap on the screen how do you remove the bitmap to go back to the CRT Window without the bitmap?
by alepap
Fri Feb 17, 2017 3:57 pm
Forum: Getting started with eXpress++
Topic: Display Image to CRT screen
Replies: 5
Views: 16854

Re: Display Image to CRT screen

Wow Roger, this amazing. Thank you.

Cho cho !
by alepap
Fri Feb 17, 2017 8:40 am
Forum: Getting started with eXpress++
Topic: Display Image to CRT screen
Replies: 5
Views: 16854

Display Image to CRT screen

How do you display an image JPG or BMP in a CRT screen?
by alepap
Sat Feb 04, 2017 10:23 am
Forum: Getting started with eXpress++
Topic: Dialog with 2 Buttons Yes No
Replies: 0
Views: 8673

Dialog with 2 Buttons Yes No

How do you make a Dialog with 2 buttons that are not Ok And Cancel For this example, I´m using Yes and NO to make it different from Ok And Cancel. I would like the Y of the Yes to be Underlined and The N in the no to be underlined and the user could just type Y or y or N or n. Let´s put the No as de...
by alepap
Sun Oct 30, 2016 8:44 am
Forum: Getting started with eXpress++
Topic: DCREAD GUI - ACTION OF THE OK BUTTON AND THE CANCEL BUTTON
Replies: 3
Views: 20550

Re: DCREAD GUI - ACTION OF THE OK BUTTON AND THE CANCEL BUTT

Thank you Roger. For the readers of this Subject, there is a sample in xDemo In Samples Set 2 In ArrayEdit number 49 ELSEIF nAction = 9 // Exit and Save IF DC_MsgBox(,,{'Exit and Save Changes?'},,,,.t.) DC_ReadGuiEvent(DCGUI_EXIT_OK,aGetList) ENDIF RETURN .t. ELSEIF nAction = 10 // Exit and Abort IF...
by alepap
Sun Oct 30, 2016 7:44 am
Forum: Getting started with eXpress++
Topic: DCREAD GUI - ACTION OF THE OK BUTTON AND THE CANCEL BUTTON
Replies: 3
Views: 20550

DCREAD GUI - ACTION OF THE OK BUTTON AND THE CANCEL BUTTON

With Express, when using
DCREAD GUI ;
ADDBUTTONS

You get a Ok Button and a Cancel Button.

1) What are the ACTION of these Buttons?

2) How can I find out what is the ACTION of a button, where is it located?

Thank you,

Alexandre
by alepap
Fri Oct 14, 2016 7:20 pm
Forum: Getting started with eXpress++
Topic: List Box Select Only One
Replies: 3
Views: 15046

Re: List Box Select Only One

Here it is The code should look like this. @ 0,0 DCLISTBOX cField LIST aFields ; FONT "10.Courier" ; SIZE 15,10 ; OBJECT oListBox ; MARKMODE XBPLISTBOX_MM_SINGLE // MARKMODE XBPLISTBOX_MM_SINGLE // MARKMODE XBPLISTBOX_MM_MULTIPLE // MARKMODE XBPLISTBOX_MM_EXTENDED // SELECT {2,4,5,6,7} By default, i...
by alepap
Fri Oct 14, 2016 7:08 pm
Forum: Getting started with eXpress++
Topic: List Box Select Only One
Replies: 3
Views: 15046

Re: List Box Select Only One

Wonderfull

I added this line to THE LISTBOX.

Code: Select all

MARKMODE XBPLISTBOX_MM_SINGLE
Works perfectly.

Thank you!
by alepap
Fri Oct 14, 2016 6:34 am
Forum: Getting started with eXpress++
Topic: List Box Select Only One
Replies: 3
Views: 15046

List Box Select Only One

I have this code that show Items in a List Box. You can select one or more Items. You can select all items and you may Clear all items with 2 buttons. Now I would like to modify this and force only one Item can be selected. Like at each selection, it does a clear all prior selection. Here is the cod...
by alepap
Sun Sep 04, 2016 9:57 am
Forum: Xbase++ Support
Topic: Windows 10 & Printer
Replies: 2
Views: 11815

Re: Windows 10 & Printer

I used LPT1 redirection using NET USE .
This will not work in Windows 10 if you have a physical LPT1 installed on the computer.
LPT2 LPT3 works for me.