Can someone provide me the list of Run Time dlls for PB 9.0.1 ? I really needed it ASAP. Kindly help. App just got migrated to PB 9.0.1 from 6.5.
Thanks
Extempore
All,
I would like to know if any of you is using an old framework like APOL and have the app migrated to PB 9.0+? If so, were there any issues during migration or any issues while running the executable. I have PB 9.0.1 Build 7236 but for some reason certains things wont work with execuatble...
Hi all,
I need help converting the existing sample VB code to PB. There is an ActiveX object with type exe (not dll or ocx) called TestServer.exe
Currently, when this VB program runs, it also kicks off this Activex objects and starts communicatting to it instantly. I need to be able to use...
Hi,
I am going to run a dataload will bring 21,294,714 recordas to a table. Can someone tell me how much mb this is equal to? I am planning on doing the similar thing for several other tables...I need to see how much space I need to allocate for this job. Can you explain also how you calcluate...
Hi all,
I am not sure if this question has to be posted here or in the HTML section. The issue seems to be small but I cant figure out y my code is not working. anyway..I have pasted my code here. Please save it as html file and try viewing it. I need to have the gifs moved to the place where...
Hi all,
I am not sure if this question has to be posted here or in the HTML section. The issue seems to be small but I cant figure out y my code is not working. anyway..I have pasted my code here. Please save it as html file and try viewing it. I need to have the gifs moved to the palce where...
Hi all,
I am not sure if this question has to be posted here or in the HTML section. The issue seems to be small but I cant figure out y my code is not working. anyway..I have pasted my code here. Please save it as html file and try viewing it. I need to have the gifs moved to the palce where...
All,
This should be a very simple change but I can't figure it out.
I have 3 tabs which when clicked shows the corresponding text in the textarea. Now I want the tabs to be moved in the place where the Words "PUT TAB HERE" appears and need to have the Text area in the same place...
Hi all,
I have 2 dws (dw_1 and dw_2) for which I am trying to do a rowscopy from dw_1 to dw_2. I am getting a return code -1 all the time. What could be the reason? This is my code:
Long llRow
Integer i, j, liReturn, liRowsCopy, liRowsMove
IF dw_1.RowCount() > 0 THEN
FOR i = j TO...
Hi all,
I have created jsp pages which dynamically diplays 9 pictures per page. Now the user wants to have something like (Pic 1-9 of 48 Total) on the page. Can someone tell me how I can do this.
I have <%=pageIndex%> (starts with 0) which gives me the page I am currently on and <%=size%> (48...
Hi all,
I have created jsp pages which dynamically diplays 9 pictures per page. Now the user wants to have something like (Pic 1-9 of 48 Total) on the page. Can someone tell me how I can do this.
I have <%=pageIndex%> (starts with 0) which gives me the page I am currently on and <%=size%> (48...
Hi,
I am newbie to Java who had been given this task of debugging a bug. I would really appreaicte if you can help me in this. I have to find out why exportAssets.length is zero in the final method call down below(last method). Since it had a value before the method was called. Can someone tell...
Hi,
I have this code which displays the Next and Prev button. There is a check made before calling the Javascript to see if the page before or after exist based on the pageindex. If the page do not exist then even if the user clicks the button nothing will happen. This is what I need. But now...
I have several dropdowns displaying the same list of values. These values are not hardcoded but populated from a table. The table also has a column which indicates the maximum number of times the values can be selected. IF the user tries to select the values more than the nbr of times indicated...
I have this in my jsp file which displays several drops downs(dynamic) when the JSP is opened. The AssetName is Unique Identifier for the dropdowns. I want to capture the changed values in the dropdown (if user changes any) and send it to a servlet code where I need to call a method to update...
I would like to get some examples of doing pagination in JSP. I have a JSP page which retrieves dynamic images. I need to show only 10 images per page and show the remaining using NEXT button. The PREVIOUS button will take back to the previous 10 images. Can someone send me a sample code and...
All,
I have 2 questions regarding TreeView.
1) Is there a way to add two sub folders together (instead of one by one)?
2)If there is no child item for a parent(folder) Is there a way to remove the '+' symbol next to it. Users keep clicking the + thinking there is a sub folder and getting...
I want to enable and disable menu items dynamically based on the value set in the table. Meaning, I have 2 column table (first column with string menu item name (m_menu.m_item) and second column with string ('Y'/'N'))
I want to get this to work on the Open event of the window:
For e.g
Get the...
Can some tell me how to trigger an user event from a menu along with an argument. I have an user event ue_test on a window with an argument. I need to trigger this event from the menu by passing the argument value. Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.