hi, anyone know about smlportal ? where I can download smlportal trial version ? because in website www.powerobjects.com I cannot found download trial ...
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...
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....
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...
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...
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...
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...
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!....
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...
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...
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...
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...
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...
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...
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...
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 (...
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...
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...
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...
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...
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...