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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21204 - 21233 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21204
hi, anyone know about smlportal ? where I can download smlportal trial version ? because in website www.powerobjects.com I cannot found download trial ...
@alim
alfen_lim
Offline Send Email
Oct 2, 2006
1:33 am
21205
To download it u need to contact the people at powerobjects. FWIW it really is not worth the effort of trying, unless ur app is a very basic C/S design then u...
mjn
mjn2rep
Offline Send Email
Oct 2, 2006
6:25 am
21206
Right. It's always a good practice to put the PB version as well as the OS you're using. Also, please clarify your inquiry... Outlook is only an email client....
Ian Valerie A. Faigao
ian_faigao
Offline Send Email
Oct 3, 2006
2:57 am
21207
Hi All.. can anybody tell me why I can't use Enter to move to a new line in one field of my datawindow if I run the Application (only CTRL+ENTER Key which...
setiawanthea@...
setiawanthea
Offline Send Email
Oct 3, 2006
8:16 am
21208
FYI - One answer to a common question.... Olan ... You can use OPOS OCX controls for this purpose. Download is available on following link: ...
Olan Knight
olknight
Offline Send Email
Oct 3, 2006
2:19 pm
21209
Yes, I have read the other thread from Sept. 15th, but that doesn't help me much, sorry. Here's the situation: (PB 8.0.3, MS SQL Server, WinXP) I have a window...
Jason
j_riley70
Offline Send Email
Oct 3, 2006
5:14 pm
21210
It's not readily apparent why the update should even do anything if the data did not change. If you use Update() then the status flags should get reset and a...
yarevad
Online Now Send Email
Oct 3, 2006
5:40 pm
21211
You haven't provided enough information in order to determine why it doesn't work. However, I tested this and the enter key does work the same in both the...
yarevad
Online Now Send Email
Oct 3, 2006
5:48 pm
21212
... That was my first thought too. Switching the update properties from Key & updateable to Key & modified fixed the problem......
Jason
j_riley70
Offline Send Email
Oct 3, 2006
6:25 pm
21213
You should also check for scripts that modify or initialize data in the datawindow without using SetItemStatus to reset the row status to New! or NotModified!....
Michael W Bailey
cs18356
Offline Send Email
Oct 3, 2006
6:30 pm
21214
Hi, Is the OCX free? I'm asking since I have created a similar user object before in one of the projects I have been involved with, however, I don't have the...
Arman Porciuncula
ArmanPorky
Offline Send Email
Oct 4, 2006
2:47 am
21215
Hi, You can use MSCOMM32.OCX to recieve and/or send strings to the serial ports. Is that what you are looking for? Regards, David. ... -- ...
David Brunstein
david_brunstein
Offline Send Email
Oct 4, 2006
4:24 am
21216
Hi all, I have some trouble, Can any body help me, i want to delete a row from datawindow without moving to delete buffer, hows it possible. thanks...
vikas_dhore
Offline Send Email
Oct 5, 2006
6:32 am
21217
Hi Vikas, Your answer is RowsDiscard() I do not know nothing about your requirements, but you may consider setFilter(),and filter()....
Olivier Citeau
ociteau
Offline Send Email
Oct 5, 2006
6:36 am
21218
Hi, Use RowsDiscard function.... Thanks, Rajan ________________________________ From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On...
Rangarajan.jayaraman@...
jrrajan
Offline Send Email
Oct 5, 2006
7:03 am
21219
Rowsdiscard method will not update the data base. Tell me what is the process and requirement briefly. -- Cheers... A.S.SwamiNathan [Non-text portions of this...
SwamiNathan
swahans
Offline Send Email
Oct 5, 2006
11:20 am
21220
Hi All I have a compiled application (PBD or DLL) and has DB connection. I want to create a CD installer that will deploy my application to user's pc plus a...
crisanto ladines
papasmm
Offline Send Email
Oct 5, 2006
11:22 am
21221
hi all, thanks a lot for ur kind help, i have done all the things successfully what i m doing is downloading mails in a sql table ,and controlling things...
xiauddin
Offline Send Email
Oct 6, 2006
3:20 am
21222
Do a search for "read" and "attachment" in the w_mail_receive window to find the answers you are looking for. Dave...
yarevad
Online Now Send Email
Oct 6, 2006
3:46 am
21223
hi everyone, anybody know a script or the correct steps, to programming a datawindow (group datawindow), so they show a full details of each items, but...
juan arguedas
juan_arguedas
Offline Send Email
Oct 6, 2006
11:33 pm
21224
HI all, I have converted my pb6.5 application to 10.5 and while editing the saved record I'm getting ERROR Row changed between retrieve and update . Database...
nisanthcp
Offline Send Email
Oct 8, 2006
1:26 pm
21225
Hi, refere following link ...
abhishek vyas
abhi_boss25
Offline Send Email
Oct 8, 2006
2:41 pm
21226
This error is not related to your connection string, it is basically an UPDATE-RELATED error that you can solve through the update-properties of your...
Nestor Jaba-an
nutsbox
Offline Send Email
Oct 9, 2006
2:07 am
21227
Hi All, I need the following requirement in my application. "Customer has requested the ability to print the invoices and pro formas in their native format (...
misdev
Offline Send Email
Oct 9, 2006
5:11 am
21228
Hi Ismail, First of all, date and numeric format are not an issue since, by default, PB app use local's user config. I guess that you use datawindows for your...
Olivier Citeau
ociteau
Offline Send Email
Oct 9, 2006
6:31 am
21229
Hi Juan, If you are using a group datawindow and cannot do that report it means your result set is not correct or you are missing a basic step. You must have...
Mustapha labri
mustapha_labri
Offline Send Email
Oct 9, 2006
8:17 am
21230
Hi Citeau & All, Thanks for your immediate reply. I forget to mention that we are using Crystal report for invoice and proforma reports. we are gonna implement...
misdev
Offline Send Email
Oct 9, 2006
2:00 pm
21231
Hi, all. I'm using PB 6.5. Can I embed icon files ( *.ico ) into my executables ? i don't know how to write the syntax in my PBR for icon file. Any help will...
Setiawan Santosa
mjsetiawan
Offline Send Email
Oct 10, 2006
7:29 am
21232
Here's a partial example from a PBR we use for our app: \\Maracisfs\MARACIS Development\PowerBuilder\Resources\Images\Pas.ico \\Maracisfs\MARACIS...
Susan Emmons
semmons_1
Offline Send Email
Oct 10, 2006
10:51 am
21233
Has anyone worked with PB 10 or higher and MSQL Server V 6 passing strings to a stored procedure ? In migrating an application, the stored procedures that use...
yarevad
Online Now Send Email
Oct 10, 2006
6:05 pm
Messages 21204 - 21233 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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