Search found 60 matches

by ampandya
Sat Sep 14, 2019 4:49 am
Forum: eXpress++ Support
Topic: Resize BITMAP
Replies: 2
Views: 6903

Resize BITMAP

Hi
I am using the BITMAP within the DCGETOPTIONS, My form is Maximised.
When the form load, the Image is not resizing. the shows more then one images.

Is there any way i can Resize the image as per the windows screen size.

Thanks
by ampandya
Tue Jan 09, 2018 3:42 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP command
Replies: 3
Views: 8128

Re: DCPUSHBUTTONXP command

Hi Roger Here is the sample of the POs screen, with bitmap on the button. when hover the mouse over the buttons at some point it flashes blue, it doesnt happen everytime though. the original program i am using where the bitmap and the x and y are read from dbf file. it flash more when the mouse is o...
by ampandya
Fri Jan 05, 2018 8:21 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP command
Replies: 3
Views: 8128

DCPUSHBUTTONXP command

Hi Is there any way to disable MOUSECOLOR ondcpushbuttonxp? I have a POS screen with many buttons on it, when hover a mouse sometimes it blinks blue, i think its only near the edge of the button. it is worse where there is a image on the button. for the buttons without bitmap, I can use MOUSECOLOR s...
by ampandya
Fri Dec 22, 2017 9:34 am
Forum: eXpress++ Support
Topic: search within DCBROWSE
Replies: 1
Views: 5631

search within DCBROWSE

Hi
Can i create a search button to find all the records with the searched word in any of the 3 fields and filter only those?

Many thanks
Ankit
by ampandya
Tue Oct 17, 2017 1:33 am
Forum: Xbase++ 2.0
Topic: A4 Page Product LABELs
Replies: 6
Views: 41605

Re: A4 Page Product LABELs

HI

Is it possible for you to provide me some sample demo program to use fastreport?

Many Thanks
by ampandya
Sun Oct 08, 2017 10:06 am
Forum: Xbase++ 2.0
Topic: A4 Page Product LABELs
Replies: 6
Views: 41605

Re: A4 Page Product LABELs

Hi Thanks for this.

I have found this web site: https://www.fast-report.com/en/

Is this the one you are talking about?

Do you have any sample program to see how it works?

Many Thanks
by ampandya
Sat Oct 07, 2017 4:19 am
Forum: Xbase++ 2.0
Topic: A4 Page Product LABELs
Replies: 6
Views: 41605

A4 Page Product LABELs

Hi I want to print labels from the dbf file to A4 sheet, it has 12 labels on one sheet. It has 21 Boxes printed on it and its the same size for all. I have a dbf file with product information, i need to print description, price and product code on it. currently i am creating the html file using the ...
by ampandya
Thu Jun 22, 2017 9:10 am
Forum: eXpress++ Support
Topic: Design screen in background
Replies: 3
Views: 8362

Re: Design screen in background

Hi

Hide() and Show() doesnt help.
It creates the static and buttons on original size and then maximise and auto resize all the buttons.

thanks
by ampandya
Fri Jun 16, 2017 1:53 am
Forum: eXpress++ Support
Topic: Design screen in background
Replies: 3
Views: 8362

Design screen in background

Hi I have a screen being designed when it loads using the code below: DCGETOPTIONS ; WINDOWHEIGHT win_height ; WINDOWWIDT win_width; PRESENTATION APRES ; RESIZE RESIZEDEFAULT DCGUI_RESIZE_AUTORESIZE_SCALEFONT; color tillbgcolour notitlebar DCREAD GUI TITLE 'Till Sales' options getoptions parent @odl...
by ampandya
Tue May 23, 2017 8:10 am
Forum: Xbase++ 2.0
Topic: POS Reporting
Replies: 5
Views: 16660

Re: POS Reporting

Hi
Please ignore my last message.

i have got it working by the following code, I just wanted the pdf to not open.

DCPRINT ON ACROBAT NOSPAWN SIZE 50,50

Many Thanks