powerbuilder-conversion

Retrieve the value from the barcode scanner in the key event in power builder 12.5

六眼飞鱼酱① 提交于 2019-12-12 03:19:55
问题 I cannot interpret the value from the Barcode Scanner from Power Builder. I am seeing from Key event, the value of Key seems to be "KeyEscape!" and hence it closes the window. Is there any syntax which gets the value from the Barcode Scanner in the keyevent ? But when i use notepad, it is showing some value like "b000012300 " and the space represents KeyEscape! Is there a way to interpret this value in power builder ? Please help me. 回答1: The cancel property for a CommandButton ,

unreadable old storage data in SQL server using PB10.5

↘锁芯ラ 提交于 2019-12-11 19:37:14
问题 i have problem in storage Arabic data in SQL server database,data in database table shows the characters as strange symbols that has no meaning like ÓíÇÑÉ ÕÛíÑÉ but when i read this data using PB7 it seem good and readable ,when read it using PB10.5 it seem unreadable 回答1: Related to unicode / non unicode. Sql sever has that likely as NVarChar uniqode, and PB10.5 tries to interpret it as normal ascii,. Check with their documentation (years that I made powerbuilder) but I would say something

Porting a PowerBuilder Application to .NET

允我心安 提交于 2019-11-30 10:48:38
问题 Does anyone have any advice for migrating a PowerBuilder 10 business application to .NET? My company is considering migrating a legacy PB application to .NET (C#) and I am just wondering if anyone has any experience - good or bad - that you would like to share. The application is rather large with 10 PBL libraries, some PFC as well as custom frameworks. There are a large number of DLL calls being made as well. Finally, it uses a Microsoft SQL Server database. We have discussed porting the

Porting a PowerBuilder Application to .NET

我的未来我决定 提交于 2019-11-29 22:30:25
Does anyone have any advice for migrating a PowerBuilder 10 business application to .NET? My company is considering migrating a legacy PB application to .NET (C#) and I am just wondering if anyone has any experience - good or bad - that you would like to share. The application is rather large with 10 PBL libraries, some PFC as well as custom frameworks. There are a large number of DLL calls being made as well. Finally, it uses a Microsoft SQL Server database. We have discussed porting the "core" application code to .NET and then porting more advanced functionality across as-needed. When I saw