4GL/ABL General Programming


Changing font size in Editbox?

Hi,
I'm using Progress 10.1 b. I want to change the size of Editbox in GUI. There is maximum 23. But I want to set it 46 or create new font which is 46. But when I change the size it stays only for the same session. When I close and re open session the font back to 23 again?

How can I make it lasting 46 pt?

Regards,
Mucip:)


Progress AES Decryption NoPadding

Hi everybody, does anyone knows how to decrypt with 4GL without padding?, i have been trying to do it but i fail everytime, i managed to do it with java but i don't know how to replicate the code in 4GL

4GL Implementation:

DEFINE VARIABLE TextToDecrypt    AS CHARACTER NO-UNDO.
DEFINE VARIABLE EncryptionAlgor  AS CHARACTER NO-UNDO.
DEFINE VARIABLE EncryptionKeyHex AS CHARACTER NO-UNDO.
DEFINE VARIABLE EncryptionIVHex  AS CHARACTER NO-UNDO.
DEFINE VARIABLE cDecryptedText   AS CHARACTER NO-UNDO.

Sintaks For Create OpenOffice Writer

Hi,

I have some problem, I can't find another sintaks to create openoffice writer from
openedge 10.2a. All samples just like this :
DEFINE VARIABLE hSM AS COM-HANDLE NO-UNDO.
DEFINE VARIABLE hDesktop AS COM-HANDLE NO-UNDO.
DEFINE VARIABLE hDocument AS COM-HANDLE NO-UNDO.

DEFINE VARIABLE hText AS COM-HANDLE NO-UNDO.
DEFINE VARIABLE hCursor AS COM-HANDLE NO-UNDO.

/* Some methods require an Array parameters for extra arguments. The
only Progress database that translates to Array is RAW. */
DEFINE VARIABLE extraArgs AS RAW NO-UNDO.

CREATE "com.sun.star.ServiceManager" hSM.


Using blob fields in dataserver MSSQL

Hello!!

I need some help to convert a memo field in SQL Server, progress see it as longvarbinary (character), into a text or string.

Sql function to do it:
SELECT
[SRM].[R_E_C_N_O_],
ISNULL(CONVERT(VARCHAR(1024),CONVERT(VARBINARY(1024),[alias].[memoField])),'') AS [MEMO]
FROM
[table] [alias] WITH (NOLOCK)

I need to do it in 4GL.

Can you help.

Thanks.


convert PDF to txt file in progress

Good morning everyone forum.
I need a help.
I have to develop a routine in progress, for converting a PDF file to a file in TXT format.
For later import into the system.
How do I Convert this? There is a FREE application that I can run on my progress application?
How do I do that? What parameters do I use?

thanks


CIM Load QAD EE

Good Afternoon,

I've being using cimloads in QAD all the way from 74i to SE2013. We are now using EE2014 and I'm having an issue with the messages that come out from the screen.

So a simple sample of how I'm doing the cimload would be:

input from value(cim_file).
output to value(log_file).
batchrun = true.
execname = "pitcmt1.p".
{gprun.i execname}
input close.
output close.


integration between the Arduino and Progress

Good afternoon everyone forum.
Someone has already developed an integration between the Arduino and the progress?

They could give me some tips.
Is there any DLL to install?

If you have a very basic program to show as an example.
Thank you.


Obfuscate Code.

Hi everyone.

I need obfuscate just a some lines of my code 4gl. Someone have any information how I can do this.

Thanks for you help and sorry for my english :D.


Crystal Report 2011 v14+ with OE 10+

Hi,
Is there anyone who has worked with OE 10+ and Crystal Report v14+ integration.

Since crystal Report 2011 does not support runtime so not sure how we can proceed?
I am not able create connection to crystal report 2011.

I would appriciate if someone can help me out for the same.

Thanks


Is it possible to send/receive message to IBM webshqere from Progress 9.1

Is it possible to send/receive message to IBM webshqere from Progress 9.1?

How to coding?

ths.

king wang
my mail address:
kingwang520123@163.com


Syndicate content