Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ranjitvictor
  • Order by date
  1. ranjitvictor

    Delpoying a workspace from command line

    I want to deploy a workspace using PB's command line option as shown below, C:\Program Files\Sybase\PowerBuilder 8.0\pb80.exe" /w c:\samplenavw2k251\Fin2Plus\Fin2Plus.pbw /d /ou c:\samplenavw2k251\Error\CompileFin2Plus.log However, nothing seems to be happening. The deployment works fine...
  2. ranjitvictor

    unresolved external symbol

    I get the follwing error while rebuilding my app, fosmsg.lib(NORMSF1.OBJ) : error LNK2001: unresolved external symbol "public: __thiscall TJIdxRecClass::TJIdxRecClass(void)" (??0TJIdxRecClass@@QAE@XZ) can somebody explain to me how the lib and obj files are related? If the above...
  3. ranjitvictor

    Using FindWindowEx in PB

    I want to obtain the handle of a textbox located on the window of another application. --How do I use the FindWindowEx API? --Is there any other workaround? URGENT!!!!
  4. ranjitvictor

    Where can I find PBNOTE50.dll or PB

    Where can I find PBNOTE50.dll or PBNOTES.dll.
  5. ranjitvictor

    PBNotes.dl required

    I can't find PBNotes.dll on the Internet. Can anybody pass it on to me at ranjitvictor@yahoo.com
  6. ranjitvictor

    ORA-06502 error

    This is the situation: Database - Oracle 7.3.2 Package - "routine_orders" procedure- "process_routine_orders" (inside the package) I have also created the following synonyms for the package "routine_orders" - 1) "TEST" (4 chars)...
  7. ranjitvictor

    Changing word 'print layout' itself

    Is there some way by which I can change the look of the print layout forever! Whenever I open Word I want my page to contain my name for example. Please do not give me suggestions on making changes to Normal.dot or creating templates. I want to make changes to the layout itself. Please help me!
  8. ranjitvictor

    Masking Pictures

    I want to use a PictureButton control on my window. The bitmap that I am using has a white background, which I would like to mask. It is very easily done in VB, is it also possible in PowerBuilder?
  9. ranjitvictor

    Overloaded Operators!

    My Sybase book says "PowerBuilder does not permit user-defined operator overloading". What does it mean?
  10. ranjitvictor

    Can we do this?

    Is it possible to overload constructors in PB. I am new to this language so please keep it simple!
  11. ranjitvictor

    details section

    Is there some way by which I could limit the nimber of records in the details section without changing the size of the page or group footers

Part and Inventory Search

Back
Top