Search found 98 matches

by SlavkoDam
Mon Mar 20, 2023 11:39 pm
Forum: CXP / Web Development
Topic: PowerWeb Demo Program Attachment
Replies: 21
Views: 15351

Re: PowerWeb Demo Program Attachment

Hi Cris,

No DLL is missing, PW.EXE is self-contained. It has everything it needs, just run it.
by SlavkoDam
Mon Mar 20, 2023 5:54 am
Forum: CXP / Web Development
Topic: PowerWeb Demo Program Attachment
Replies: 21
Views: 15351

PowerWeb Demo Program Attachment

Attachment didn't pass in the Part 1 post. Here it is again, I hope it will pass now.
by SlavkoDam
Mon Mar 20, 2023 5:45 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Order Reservation (Part 5)
Replies: 0
Views: 9315

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: 9420

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: 9242

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: 9269

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: 9338

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: 9247

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: 9247

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: 16563

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...