Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10402 - 10431 of 24951   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10402
Is there anybody who has a working example of PowerBuilder "server push" technology in distributed environment? I tried downloading chat.zip, but the doesn't...
Nestor Jaba-an
nutsbox
Offline Send Email
Jun 1, 2004
7:20 am
10403
Hi Nestor, The second thing you need to check, is make sure you issue a COMMIT statement after the dw.update () The first thing, is Onin's message. ... ===== ...
Olivier Citeau
ociteau
Offline Send Email
Jun 1, 2004
7:47 am
10404
This problem always arises on a multiple user environment, usually this problem arises if we forgot to issue a commit statement after every delete statement or...
Jun C. Santos
jhunsantos26
Offline Send Email
Jun 1, 2004
7:57 am
10405
Can anyone know how to call stored procedure function into source script? Regards Cris ... From: Srikanta, Ashwin To: 'PowerObject@yahoogroups.com' Sent:...
Cris Ladines
papasmm
Online Now Send Email
Jun 1, 2004
8:30 am
10406
Hi All Sorry for asking this question again. I need a solution for this problem ASAP. Any help is greatly appreciated. Here is the problem My application hangs...
bino.thomas@...
Send Email
Jun 1, 2004
8:33 am
10407
Thanks to those who responded to my post about this issue, I really appreciate your concern. Anyway, this issue has been resolved yesterday afternoon, I was...
Nestor Jaba-an
nutsbox
Offline Send Email
Jun 1, 2004
9:18 am
10408
Dear PB Gurus I am having one requirement to print powerbuilder datawindow in dot matrix printer. I have desined the DW for pre-printed format and took print...
GONSOLVA GRATIAS
ggratias
Offline Send Email
Jun 1, 2004
9:27 am
10409
Hi Gtatias Have you set the margins on both the datawindow and the printer settings? Does your printer driver support custom paper sizes? If it does, manually...
MARONILLA, Marius L.
elisa_ramirez
Offline Send Email
Jun 1, 2004
9:32 am
10410
Hi Maronilla Thanks for ur valuable reply. I have set the margins in DW and printer. My custom page size is 15x12. I have put the font as courier new....
GONSOLVA GRATIAS
ggratias
Offline Send Email
Jun 1, 2004
11:40 am
10411
I thought i answered to your first message. Why do you use API functions instead of PB functions : FileOpen, FileWrite, FileClose ? Do you write to a local...
Olivier Citeau
ociteau
Offline Send Email
Jun 1, 2004
12:08 pm
10412
These external functions are used for Writing to a COM port (like scanner). So PB functions will not help. ... From: Olivier Citeau [mailto:ociteau@...] ...
bino.thomas@...
Send Email
Jun 1, 2004
12:14 pm
10413
So, we will need your code. How do you open the file ? Does "CreateFile" succeed ? One possible cause might be that you made a mistake while translating from...
Olivier Citeau
ociteau
Offline Send Email
Jun 1, 2004
12:31 pm
10414
Ok here is the code ii_comPort = CreateFileA(ls_port, GENERIC_READ + GENERIC_WRITE, FILE_SHARE_NONE, ll_null, OPEN_EXISTING, FF_OVERLAPPED, ll_null) The above...
bino.thomas@...
Send Email
Jun 1, 2004
12:54 pm
10415
I would have been interested in the declare external function part. If you follow naming conventions ii_comPort is an int. But CreateFileA returns a "win32...
Olivier Citeau
ociteau
Offline Send Email
Jun 1, 2004
1:26 pm
10416
Hello PBs, I have created an OLE-controle in a window (OLE-Control - insert object / create new object - type Microsoft word) I want to preview Word.Docs and...
Baumann Manfred
mbaumannsgsat
Offline Send Email
Jun 1, 2004
2:35 pm
10417
As of OLE, i recommend to buy "PB7 unleashed" ... ===== Olivier Citeau Paris, France Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! ...
Olivier Citeau
ociteau
Offline Send Email
Jun 1, 2004
3:00 pm
10418
... PowerObject@yahoogroups.com ... AM ... to ... PowerObject...
msilva_correo
Offline Send Email
Jun 1, 2004
3:41 pm
10419
Try Sybase's site: http://easerver.codexchange.sybase.com/readmes/ServerPush.htm HTH -- Jim Espaillat Delphinus Consulting, Inc. www.delphinusinc.com ... ...
Jim Espaillat
delphinusc
Offline Send Email
Jun 1, 2004
7:01 pm
10420
Willian, I am using PowerBuilder 7.xx. Somehow my detail band expression color expression is not working. And another thing how do you specify to set text...
Pareed, Sharief V
shariefpareed
Offline Send Email
Jun 1, 2004
7:54 pm
10421
Seen lots of em but I can only think of one right now.. http://www.intelliserve.com/ ... From: Sudirman [mailto:paulus_sudirman@...] Sent: Friday, May...
Steve Adams
sa07071955
Offline Send Email
Jun 1, 2004
11:23 pm
10422
This website is under construction. Btw, thanks for your information. ... ...
Sudirman
paulus_sudirman
Offline Send Email
Jun 2, 2004
1:45 am
10423
Hi Olivier ii_comport is declared as Ulong here is the external function declarations /* To create a file */ function ulong CreateFileA( ref string lpszName,...
bino.thomas@...
Send Email
Jun 2, 2004
4:09 am
10424
PB Version 8.0.1, Build 8004 I created a Project object and have identified an exe and pdr and then under the Design dropdown I run the Deploy project. When I...
girls3dog1
Offline Send Email
Jun 2, 2004
10:43 am
10425
Hi, The deploy project item will build your application according to the build options you have given in your project object. If you build an exe with PBDs...
Mustapha labri
mustapha_labri
Offline Send Email
Jun 2, 2004
12:33 pm
10426
This could happen if you have not tick the option to deploy in the target. Do a right click on the target.. choose properties....check the deploy tab., there...
Carl marks
melb_ourne2000
Offline Send Email
Jun 2, 2004
12:38 pm
10427
hi, you can specify a case() expression on the color property of the detail band : case(status when 1 then rgb(x,x,x)when 2 the rgb(y,y,y)....else rgb (n,n,n)...
Mustapha labri
mustapha_labri
Offline Send Email
Jun 2, 2004
12:53 pm
10428
I'm not sure I know what you mean when you say the PBD's must all be together....
wdolanaca@...
girls3dog1
Offline Send Email
Jun 2, 2004
1:09 pm
10429
Are you a new PB developper ? If yes, welcome ! If no, is it a joke? !:) Whatever is your case you should read and follow the Getting Started manual which...
Mustapha labri
mustapha_labri
Offline Send Email
Jun 2, 2004
1:51 pm
10430
You will also need the PowerBuilder dll's in the same directory or if in a separate directory have the directory in the computer's path. Whew, I actually used...
Kelley Daniel
dskelley123001
Offline Send Email
Jun 2, 2004
3:58 pm
10431
Sharief , If you need to change the text color of a column it is the basic datawindow column property to do that, similarly for the BG color as well , But when...
william.franklin@...
stwilliamfra...
Offline Send Email
Jun 2, 2004
4:20 pm
Messages 10402 - 10431 of 24951   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help