hi guys! I'm putting a function that triggers in the pfc_preupdate event. this function is suppose to give me a unique ID for my transactions. My problem is...
Hi david , I searched for it and found some usefull tips . where can i find the API function documentation , and what r the PSR files. ... 8, 9 and ... days ...
... Upgraded from 8.04 10501 to 10.2.8075 on W2K SP4 without a problem. We have 3 developers and have not had a problem with gpfs. The only thing we had to...
Hi all, How do you usually deal with reconnected database server? (because of server restart or network problems) Here's the scenario (PB 9 PFC & ASA 8) : A...
Hi, Can somebody help me in converting Hexadecimal string to string. It's urgent. Regards, Buhari ... Yahoo! for Good Click here to donate to the Hurricane...
Hi Veerendra, A good resource for Windows API functions is www.allapi.net<http://www.allapi.net> But there is a lot over the Net. This Sybase article talks...
In order to help, it is necessary to understand where the data comes from, the database, mainframe, or ?? Hex data usually comes from some source that...
Convert an hex string to its decimal equivalent [of_hex2long(as_hex) returns a long] string ls_hex integer i,length long result = 0 length = len(as_hex) ls_hex...
WOrking with 10.5 beta, we've encountered the same problem with XPSP2 however others have had no problems. We believe that is due to other software running...
Not sure where the function is located but if it's in your code and you're extending the event, other events may be getting fired and obscuring your function's...
Hi Nisanth, I assume you want to find an item matching a specified string It should look like this : long handle treeviewitem l_tvitem // Find first item of...
Dave: I made a non-visual object and I Instantiated it inside the pfc_preupdate event. the problem is how do I get to cascade the changes down to my detail ...
Hi, I'm new to pb and this forum, I'm facing this problem: I got 2 dlls written in C++ with similar export function names but different functionality, I need...
Just because you instantiate it doesn't make it do anything but sit there waiting to be called. You'll have to call the function from each of the datawindows. ...
Dear Friends We are looking for PowerBuilder/PFC developers for our project, if anyone interested pls let me know immediately. Thank you Sundar ...
sundarkumar.swaminath...
Oct 3, 2005 5:21 am
16894
Hi, It hangs in development environment and in exe i did not use it still. when macro reach at fax.send() in word then it is being hang. But when i run macro...
Hi, So, what I understand is that actually the VBA macro have the code interacting with the fax DLL. Can you translate the code to Power Script and run it...
Hi Liewdrrn, In order to achieve your goal, you can use "Alias For" keyword while declaring external function. Checkout PB help on "Declaring external...
Dear Guru's, Can anyone please share a Sybase code review checklist. Any help will be greatly appreciated. Regards, Ashwin [Non-text portions of this message...
Iwan - Actually, that's a pretty darned good way to handle the database drop; I cannot think of a better way to handle it. Olan ... Hi all, How do you usually...
Hi Liewdrm, You can declare the functions as you do it with the Windows API functions. The API functions are in DLLs, the same as yours. David. ... -- ...
Hi All, I have a datawindow which previews fine with the retrieved rows. But when i print, it just prints the header. The datawindow has 963 rows. I tried to...
Hi all, Any one had problem with setnull function during migration. iam facing a problem with setnull as it doesnt support structures and auto instantiated...
Viji - Test the dw from within the PowerBuilder IDE: open the DW Painter, retrieve data, then attempt to print. If it works, then the problem is with the CODE...
Veer - To clear out a structure OR and array, create another instance of the object then assign the new, blank object to the old, populated object. Like this: ...
Hi, I from Powerbvuilder IDE. The datawindow retrieves fine and i could see the rows in print preview. But when i says print, it does not work. So i created a...
Viji, Just create a new datawindow by exporting and using the syntax of the old dw,you can get the syntax of the old datawindow by using edit source. Then try...
Because dbHandle() tells you if you did successfully connect, ONCE ! It does NOT check wether the connection is still valid or not. EXECUTE IMMEDIATE "Select...