Search found 86 matches

by SlavkoDam
Mon Mar 20, 2023 5:45 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Order Reservation (Part 5)
Replies: 0
Views: 8814

PowerWeb app example - Order Reservation (Part 5)

Application Order Reservation. This is an application for browsing and editing customer reservations. It is an Alaska CXP application example which is developed in the PowerWeb way. Below is the code for creating pages in the application, which are displayed in the following screenshots. You can see...
by SlavkoDam
Mon Mar 20, 2023 5:40 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Event Management (Part 4)
Replies: 0
Views: 8836

PowerWeb app example - Event Management (Part 4)

Application Event Management. This is an application for browsing and editing events. It is an Alaska CXP application example which is developed in the PowerWeb way. Below is the code for creating pages in the application, which are displayed in the following screenshots. You can see in the code tha...
by SlavkoDam
Mon Mar 20, 2023 5:36 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Computer Shop (Part 3)
Replies: 0
Views: 8676

PowerWeb app example - Computer Shop (Part 3)

Application Computer Shop. This is an application for purchasing computers. It is an Alaska WAA application example which is developed in the PowerWeb way. Below is the code for creating pages in the application, which are displayed in the following screenshots. You can see in the code that each web...
by SlavkoDam
Mon Mar 20, 2023 5:31 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Car Ads (Part 2)
Replies: 0
Views: 8731

PowerWeb app example - Car Ads (Part 2)

Application Car Ads. This is an application for browsing and editing car ads. HTML pages can be translated to Serbian, English and German language. Below is the code for creating pages in the application, which are displayed in the following screenshots. You can see in the code that each web UI comp...
by SlavkoDam
Mon Mar 20, 2023 5:26 am
Forum: CXP / Web Development
Topic: PowerWeb - new web UI framework for Xbase++ (Part 1)
Replies: 0
Views: 8846

PowerWeb - new web UI framework for Xbase++ (Part 1)

Hello, I developed a brand new version of the PowerWeb library, Ver.2.0. It has a modern web design and many new functionalities. The main features of PowerWeb are as follows. - Icons and images can be loaded from resources. - Button and link elements can have caption and icon or image. - Modal and ...
by SlavkoDam
Thu Mar 02, 2023 11:18 pm
Forum: Xbase++ 2.0
Topic: Sending email with image in the body
Replies: 12
Views: 7281

Re: Sending email with image in the body

It seems that it was wrong to give you a solution for something you have asked for. I will never do that again, sorry if I upset you. Its nice that you finished your task.
by SlavkoDam
Wed Mar 01, 2023 11:47 pm
Forum: Xbase++ 2.0
Topic: Sending email with image in the body
Replies: 12
Views: 7281

Re: Sending email with image in the body

I'm trying to figure out how to use SmtpMail to build a body of text that embeds an image which will be viewed by Outlook. This is your initial goal that you wanted to achieve. You code is simpler but the image is not embedded and its not the solution for what you wanted in the above. I gave you th...
by SlavkoDam
Wed Mar 01, 2023 12:44 am
Forum: Xbase++ Support
Topic: Using Set Relation To ??????
Replies: 5
Views: 15770

Re: Using Set Relation To ??????

Hi, SET RELATION works great and I use it all the time since the old Clipper87 days. :D I use it in all read, update and delete operations without any problems. From the parent DBF you can set multiple (up to 7) child relations. Data from the child DBFs are referenced with the alias operator -> . Wh...
by SlavkoDam
Wed Mar 01, 2023 12:05 am
Forum: Xbase++ 2.0
Topic: Sending email with image in the body
Replies: 12
Views: 7281

Re: Sending email with image in the body

Roger, In SmtpMail message, an embedded image in a HTML file is attached with MimeContent():attachedRelated(oMimeContent,cID) method. Here is an Alaska example how to do that. PROCEDURE main( cEmailAdr, cMailServer, cUsername, cPassword ) LOCAL oMe, oMail, oServer, oBitmapCont LOCAL cID cID := MimeC...
by SlavkoDam
Sun Dec 25, 2022 6:29 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 34170

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hello,
PDFs can be freely displayed in a web browser without problems. Both with local and web URL. There is no browser blocking. It works in CXP and WAA too without problems.