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 Wanet Telecoms Ltd 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: YL99
  • Content: Threads
  • Order by date
  1. YL99

    Cyrstal Report Font Help required urgent !!!

    Hello, I am using VB6 and Crystal to view and print my report. I've designed the report in a particular font. When I'm printing it from Crystal viewer it's not defaulting to my chosen font. If I printer a word document with that font it prints ok on the desired printer. Your help would be...
  2. YL99

    Tab delimiter text file using Split() function Help !!! URGENT

    Hello, I've a tab delimiter text file which I'm using split() function, but the split function isn't recognising the tab delimiter. I'm using the systemfileobject TextStream to read line by line. However, if I try a string with tab delimiter the split() function recongises the tab. I'm using...
  3. YL99

    Adding a commad button in FlexGrid

    Hello, Can someone help me with flexgrid please. I want to display a button in each row of a selected colum. Does anybody know how do this. Your help would be much appreciated.
  4. YL99

    Printer

    Hi, PRINT CHECK I want to perform a check before printing to ensure that the printer is (online/connected).Does anybody know how do to this ?? Second : Once I've sent a page for printing is there anyway of knowning whether it has been printed. This would allow to update the number of pages...
  5. YL99

    XML - Populating values from Class

    Hello, I have an xml file that holds client Details. <Client> <Surname>ClsClient.Surname</Surname> <FirstName>ClsClient.FirstName</FirstName> .... .... .... </Client> Can someone tell me how I can load those values once I have loaded my Client Class. Your help would be much...
  6. YL99

    IsDate function !!!

    Hi, I've three textboxes and their values are appended to a string variable and then a check is performed by IsDate function DDText1 = 10 , MMtext2 = 12 ,YYtext3 = 1900 strMydate = DDText1 & &quot;/&quot; & MMtext2 & &quot;/&quot; & YYtext3 IsDate(strMydate) When the value of MMtext2 is...
  7. YL99

    MS Word Application !

    Hi, I've embedded MS Word in my form, but when it activates, the menu bar of MS Word appears on the top of the form. Is there a way to prevent this and have all the full functionalities of word ?? Your help would be appreciated. Thanks
  8. YL99

    Delete Tab From SSTAB VB6

    Hi, Does anybody know how to delete a tab from SSTAB I the form has SSTAB ( which has displays 3 tab in first row) I want to delete one of the tab Your help would be much appreciated
  9. YL99

    How to Disable PopUpMenu and Ctrl + V in a textbox

    Hello, I want to disable popupmenu and ctrl + V(paste )in a textbox. I would be grateful for you help. Many thanks in advance.
  10. YL99

    Escape Key

    Hi, When pressing the EscapeKey I want it to execute the Cancel button Click Event. I have set the KeyPreview for the form to true and catch the Escape Key in the Form_KeyPress Event. But doesn't seem to call the Cancel button procedure Your help will be much appreciated.
  11. YL99

    Create PopUp Menu dynamically

    Hi, Does anybody know how to create PopUp menu dynamically, rather than creating it at design time. Your help would be much appreciated. Thanks
  12. YL99

    Treeview display !!!

    Hi, I would like to design in VB6 a display (Summary Dialog) similar to one that microsoft displays when you choose properties of a word document from windows explorer. I have designed the treeview, but it doesn't allow to add value like the one in the Summary Dialog. Has anyone come across a...
  13. YL99

    Calculating SubTotal

    Hi, I am trying to have subtotal by retrieving data from subreport and deducting that amount from main report to display the difference in the group footer and then display the grand total. Please help !!
  14. YL99

    Retrieve Value from SubReport to use in Main Report

    Hello, Can anyone tell me how to retireve the total amount from the subreport to be used in the Main report. I have my main report grouped by Client name and the product Cost. The subreport shows the amount paid for that product. I want to retrieve the total from the Subreport for that product...

Part and Inventory Search

Back
Top